第二先知埃德睿德
人形
区域: 蘑菇丛林
中毒持续时间延长 100%
击中时使目标中毒
移除所有能量护盾
monster gain base ward equal to total maximum life % [30]
Edryd, the Second Seer
幽魂N
地区蘑菇丛林
标签bone_armour, 施法, chaos_affinity, human, humanoid, is_unarmed, ranged, red_blood, slow_movement, ward_armour
生命
2250%
生命转为保护
30%
异常状态临界值
2250%
抗性
40 40 40 25
伤害
150%
命中
100%
攻击暴击率
+5%
暴击伤害
+130%
攻击距离
6 ~ 10
攻击间隔
1.32 秒
伤害分布
±20%
经验值
150%
Model Size
115%
类型
ExpeditionBoneCultistBoss
Metadata
ExpeditionBoneCultistBoss
等级
68
生命
144,750
护甲
28,790
闪避值
4,739
能量护盾
0
伤害
560
法术伤害
560
命中
290
攻击间隔
1.32
经验值
15,383
异常状态临界值
144,750
冰缓
458
Shock
458
Brittle
2,589
Scorch
458
Sap
1,265
MPSExpeditionBoneCultistProjectilesBoss
法术, 投射物, 玩家投射物, 可触发
施放间隔: 1.333 秒
造成 447.9 - 671.8 物理伤害
将物理伤害的 60% 转化为混沌伤害
base is projectile [1]
monster projectile variation [200]
projectile uses contact position [1]
spell maximum action distance +% [-58]
GPSBoneCultistOrb
法术, 可触发
施放间隔: 3 秒
冷却时间: 15 秒
造成 204.1 - 306.1 物理伤害
额外发射 3 个投射物
将物理伤害的 20% 转化为混沌伤害
base is projectile [1]
projectile uses contact position [1]
spell maximum action distance +% [-58]
use scaled contact offset [1]
GSExpeditionBoneCultistOrbExplosion
法术, 可触发
攻击暴击率: 5%
施放间隔: 1 秒
冷却时间: 1.5 秒
造成 359.9 - 539.9 物理伤害
将物理伤害的 20% 转化为混沌伤害
is area damage [1]
SpawnObjectExpeditionBoneCultistEgg
可触发, 法术
施放间隔: 2 秒
spell maximum action distance +% [-60]
GSExpeditionBoneCultistEggExplosion
法术, 可触发
施放间隔: 1 秒
造成 833 - 1250 物理伤害
将物理伤害的 35% 转化为混沌伤害
is area damage [1]

Object Type

version 2
extends "Metadata/Monsters/LeagueExpedition/ExpeditionMonsterBase"

StateMachine
{
	define_shared_state = "epk1;"
	define_shared_state = "epk2;"
}

Object Type Codes

version 2
extends "Metadata/Monsters/LeagueExpedition/ExpeditionMonsterBase"

Life
{
	on_spawned_alive = "AddEffectPack( Metadata/Effects/Spells/mamba_strike/mamba_nova_poison_large.epk );"
	on_death = "RemoveEffectPack( Metadata/Effects/Spells/mamba_strike/mamba_nova_poison_large.epk );"
}

StateMachine
{
	on_or_create_state_epk1_1 = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Expedition/general/bone_cultist/act_eggpop.epk );"

	on_state_epk1_2 =
	"
		RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Expedition/general/bone_cultist/act_eggpop.epk );
		AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Expedition/general/bone_cultist/act_eggpop_fade.epk );
	"

	on_or_create_state_epk1_0 =
	"
		RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Expedition/general/bone_cultist/act_eggpop.epk );
		RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Expedition/general/bone_cultist/act_eggpop_fade.epk );
	"

	on_or_create_state_epk2_1 = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Expedition/general/bone_cultist/act_eggproj.epk );"

	on_state_epk2_2 =
	"
		RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Expedition/general/bone_cultist/act_eggproj.epk );
		AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Expedition/general/bone_cultist/act_eggproj_fade.epk );
	"

	on_or_create_state_epk2_0 =
	"
		RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Expedition/general/bone_cultist/act_eggproj.epk );
		RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Expedition/general/bone_cultist/act_eggproj_fade.epk );
	"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueExpedition/BoneCultist/ExpeditionBoneCultistBoss"] = {
    name = "Edryd, the Second Seer",
    life = 22.5,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    damage = 1.5,
    damageSpread = 0.2,
    attackTime = 1.32,
    attackRange = 10,
    accuracy = 1,
    skillList = {
        "GSExpeditionBoneCultistOrbExplosion",
        "GPSBoneCultistOrb",
        "SpawnObjectExpeditionBoneCultistEgg",
        "GSExpeditionBoneCultistEggExplosion",
        "MPSExpeditionBoneCultistProjectilesBoss",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["GSExpeditionBoneCultistOrbExplosion"] = {
    name = "GSExpeditionBoneCultistOrbExplosion",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "active_skill_damage_+%_final",
        "skill_physical_damage_%_to_convert_to_chaos",
        "is_area_damage",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 0, 20, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3, 2},  cost = { }, },
        [2] = {0.80000001192093, 1.2000000476837, 0, 20, critChance = 5, levelRequirement = 45, statInterpolation = {3, 3, 2},  cost = { }, },
        [3] = {0.80000001192093, 1.2000000476837, 0, 20, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3, 2},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GPSBoneCultistOrb"] = {
    name = "GPSBoneCultistOrb",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 3,
    baseFlags = {
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "number_of_additional_projectiles",
        "spell_maximum_action_distance_+%",
        "skill_physical_damage_%_to_convert_to_chaos",
        "base_is_projectile",
        "use_scaled_contact_offset",
        "projectile_uses_contact_position",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 0, -58, 20, levelRequirement = 1, statInterpolation = {3, 3, 1},  cost = { }, },
        [2] = {0.80000001192093, 1.2000000476837, 1, -58, 20, levelRequirement = 20, statInterpolation = {3, 3, 1},  cost = { }, },
        [3] = {0.80000001192093, 1.2000000476837, 2, -58, 20, levelRequirement = 45, statInterpolation = {3, 3, 1},  cost = { }, },
        [4] = {0.80000001192093, 1.2000000476837, 3, -58, 20, levelRequirement = 68, statInterpolation = {3, 3, 1},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["SpawnObjectExpeditionBoneCultistEgg"] = {
    name = "SpawnObjectExpeditionBoneCultistEgg",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_maximum_action_distance_+%",
    },
    levels = {
        [1] = {-60, levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GSExpeditionBoneCultistEggExplosion"] = {
    name = "GSExpeditionBoneCultistEggExplosion",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "skill_physical_damage_%_to_convert_to_chaos",
        "is_area_damage",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 35, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MPSExpeditionBoneCultistProjectilesBoss"] = {
    name = "MPSExpeditionBoneCultistProjectilesBoss",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.333,
    baseFlags = {
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "monster_projectile_variation",
        "spell_maximum_action_distance_+%",
        "skill_physical_damage_%_to_convert_to_chaos",
        "base_is_projectile",
        "projectile_uses_contact_position",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 200, -58, 60, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
    },
}
中毒持续时间延长 100%
击中时使目标中毒
IdBlightSpiderMotherPoisonOnHit__
FamilyNothing
Domains怪物 (3)
GenerationType传奇 (3)
Req. level1
Stats
  • global poison on hit Min: 1 Max: 1 全域
  • base poison duration +% Min: 100 Max: 100 全域
  • Craft Tagspoison chaos ailment
    移除所有能量护盾
    monster gain base ward equal to total maximum life % [30]
    IdMonsterGainLifeAsWardEliteExtra
    FamilyMonsterGainLifeAsWard
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • no energy shield Min: 1 Max: 1 全域
  • monster gain base ward equal to total maximum life % Min: 30 Max: 30 全域
  • 第二先知埃德睿德
    人形
    中毒持续时间延长 100%
    击中时使目标中毒
    移除所有能量护盾
    monster gain base ward equal to total maximum life % [30]
    Edryd, the Second Seer
    幽魂N
    标签bone_armour, 施法, chaos_affinity, human, humanoid, is_unarmed, ranged, red_blood, slow_movement, ward_armour
    生命
    2250%
    生命转为保护
    30%
    异常状态临界值
    2250%
    抗性
    40 40 40 25
    伤害
    150%
    命中
    100%
    攻击暴击率
    +5%
    暴击伤害
    +130%
    攻击距离
    6 ~ 10
    攻击间隔
    1.32 秒
    伤害分布
    ±20%
    经验值
    150%
    Model Size
    115%
    类型
    ExpeditionBoneCultistBoss
    Metadata
    ExpeditionBoneCultistBoss
    等级
    68
    生命
    144,750
    护甲
    28,790
    闪避值
    4,739
    能量护盾
    0
    伤害
    560
    法术伤害
    560
    命中
    290
    攻击间隔
    1.32
    经验值
    15,383
    异常状态临界值
    144,750
    冰缓
    458
    Shock
    458
    Brittle
    2,589
    Scorch
    458
    Sap
    1,265
    MPSExpeditionBoneCultistProjectilesBoss
    法术, 投射物, 玩家投射物, 可触发
    施放间隔: 1.333 秒
    造成 447.9 - 671.8 物理伤害
    将物理伤害的 60% 转化为混沌伤害
    base is projectile [1]
    monster projectile variation [200]
    projectile uses contact position [1]
    spell maximum action distance +% [-58]
    GPSBoneCultistOrb
    法术, 可触发
    施放间隔: 3 秒
    冷却时间: 15 秒
    造成 204.1 - 306.1 物理伤害
    额外发射 3 个投射物
    将物理伤害的 20% 转化为混沌伤害
    base is projectile [1]
    projectile uses contact position [1]
    spell maximum action distance +% [-58]
    use scaled contact offset [1]
    GSExpeditionBoneCultistOrbExplosion
    法术, 可触发
    攻击暴击率: 5%
    施放间隔: 1 秒
    冷却时间: 1.5 秒
    造成 359.9 - 539.9 物理伤害
    将物理伤害的 20% 转化为混沌伤害
    is area damage [1]
    SpawnObjectExpeditionBoneCultistEgg
    可触发, 法术
    施放间隔: 2 秒
    spell maximum action distance +% [-60]
    GSExpeditionBoneCultistEggExplosion
    法术, 可触发
    施放间隔: 1 秒
    造成 833 - 1250 物理伤害
    将物理伤害的 35% 转化为混沌伤害
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueExpedition/ExpeditionMonsterBase"
    
    StateMachine
    {
    	define_shared_state = "epk1;"
    	define_shared_state = "epk2;"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueExpedition/ExpeditionMonsterBase"
    
    Life
    {
    	on_spawned_alive = "AddEffectPack( Metadata/Effects/Spells/mamba_strike/mamba_nova_poison_large.epk );"
    	on_death = "RemoveEffectPack( Metadata/Effects/Spells/mamba_strike/mamba_nova_poison_large.epk );"
    }
    
    StateMachine
    {
    	on_or_create_state_epk1_1 = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Expedition/general/bone_cultist/act_eggpop.epk );"
    
    	on_state_epk1_2 =
    	"
    		RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Expedition/general/bone_cultist/act_eggpop.epk );
    		AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Expedition/general/bone_cultist/act_eggpop_fade.epk );
    	"
    
    	on_or_create_state_epk1_0 =
    	"
    		RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Expedition/general/bone_cultist/act_eggpop.epk );
    		RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Expedition/general/bone_cultist/act_eggpop_fade.epk );
    	"
    
    	on_or_create_state_epk2_1 = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Expedition/general/bone_cultist/act_eggproj.epk );"
    
    	on_state_epk2_2 =
    	"
    		RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Expedition/general/bone_cultist/act_eggproj.epk );
    		AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Expedition/general/bone_cultist/act_eggproj_fade.epk );
    	"
    
    	on_or_create_state_epk2_0 =
    	"
    		RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Expedition/general/bone_cultist/act_eggproj.epk );
    		RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Expedition/general/bone_cultist/act_eggproj_fade.epk );
    	"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueLake/BoneCultist/ExpeditionBoneCultistBoss"] = {
        name = "Edryd, the Second Seer",
        life = 22.5,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1.32,
        attackRange = 10,
        accuracy = 1,
        skillList = {
            "GSExpeditionBoneCultistOrbExplosion",
            "GPSBoneCultistOrb",
            "SpawnObjectExpeditionBoneCultistEgg",
            "GSExpeditionBoneCultistEggExplosion",
            "MPSExpeditionBoneCultistProjectilesBoss",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSExpeditionBoneCultistOrbExplosion"] = {
        name = "GSExpeditionBoneCultistOrbExplosion",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "active_skill_damage_+%_final",
            "skill_physical_damage_%_to_convert_to_chaos",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 0, 20, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3, 2},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 0, 20, critChance = 5, levelRequirement = 45, statInterpolation = {3, 3, 2},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, 0, 20, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3, 2},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GPSBoneCultistOrb"] = {
        name = "GPSBoneCultistOrb",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "number_of_additional_projectiles",
            "spell_maximum_action_distance_+%",
            "skill_physical_damage_%_to_convert_to_chaos",
            "base_is_projectile",
            "use_scaled_contact_offset",
            "projectile_uses_contact_position",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 0, -58, 20, levelRequirement = 1, statInterpolation = {3, 3, 1},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 1, -58, 20, levelRequirement = 20, statInterpolation = {3, 3, 1},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, 2, -58, 20, levelRequirement = 45, statInterpolation = {3, 3, 1},  cost = { }, },
            [4] = {0.80000001192093, 1.2000000476837, 3, -58, 20, levelRequirement = 68, statInterpolation = {3, 3, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SpawnObjectExpeditionBoneCultistEgg"] = {
        name = "SpawnObjectExpeditionBoneCultistEgg",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_maximum_action_distance_+%",
        },
        levels = {
            [1] = {-60, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSExpeditionBoneCultistEggExplosion"] = {
        name = "GSExpeditionBoneCultistEggExplosion",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "skill_physical_damage_%_to_convert_to_chaos",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 35, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MPSExpeditionBoneCultistProjectilesBoss"] = {
        name = "MPSExpeditionBoneCultistProjectilesBoss",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.333,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "monster_projectile_variation",
            "spell_maximum_action_distance_+%",
            "skill_physical_damage_%_to_convert_to_chaos",
            "base_is_projectile",
            "projectile_uses_contact_position",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 200, -58, 60, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    中毒持续时间延长 100%
    击中时使目标中毒
    IdBlightSpiderMotherPoisonOnHit__
    FamilyNothing
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • global poison on hit Min: 1 Max: 1 全域
  • base poison duration +% Min: 100 Max: 100 全域
  • Craft Tagspoison chaos ailment
    移除所有能量护盾
    monster gain base ward equal to total maximum life % [30]
    IdMonsterGainLifeAsWardEliteExtra
    FamilyMonsterGainLifeAsWard
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • no energy shield Min: 1 Max: 1 全域
  • monster gain base ward equal to total maximum life % Min: 30 Max: 30 全域
  • Edit

    Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.