腐化埃代亞克
惡魔
地區: 禁忌之森
怪物增加 100% 經驗值
monster dropped item rarity +% [15000]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Corruptor Eedaiak
幽魂N
地區禁忌之森
標籤animal_claw_weapon, 法術, cold_affinity, demon, hard_armour, humanoid, is_unarmed, large_height, melee, non_unique_map_boss, physical_affinity, ranged, very_slow_movement, water
生命
400%
生命轉為護盾
33%
護甲
+33%
閃避
+33%
異常狀態臨界值
400%
抗性
40 40 40 25
傷害
130%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
4 ~ 11
攻擊間隔
1.335 秒
傷害分佈
±20%
經驗值
200%
Model Size
150%
類型
SaplingIced
Metadata
IcedSaplingHunterBoss
等級
77
生命
2,565,615
護甲
77,466
閃避
8,576
能量護盾
3,518
傷害
943
法術傷害
1,408
命中
412
攻擊間隔
0.89445
經驗值
134,112
異常狀態臨界值
1,282,807
冰緩
4,056
感電
4,056
易碎
22,948
焦灼
4,056
殘喘
11,207
MeleeAtAnimationSpeedUnique
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 1498–2247
暴擊率: 5%
攻擊間隔: 1.335 秒
用強大的攻擊擊倒敵人。
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
IcedSaplingSpamProjectile
法術, 投射物, 玩家投射物, 可觸發
施放時間: 1.5 秒
冷卻時間: 2 秒
造成 638.6957.9 物理傷害
造成 115% 更多傷害
75% 物理傷害轉化至冰冷傷害
action attack or cast time uses animation length [1]
base is projectile [1]
monster projectile variation [154]
projectile uses contact position [1]
spell maximum action distance +% [-50]
use scaled contact offset [1]
IcedSaplingOrbTeleport
法術, 位移
施放時間: 2.67 秒
冷卻時間: 5 秒
skill cannot be interrupted [1]
skill cannot be stunned [1]
IcedSaplingOrbActivateEAS
法術
施放時間: 4 秒
冷卻時間: 5 秒
skill cannot be interrupted [1]
skill cannot be stunned [1]
SOIceSaplingRune
可觸發, 法術
施放時間: 3 秒
冷卻時間: 10 秒
spell maximum action distance +% [-50]
GSIceSaplingRuneExplosion
法術, 可觸發
暴擊率: 5%
施放時間: 1 秒
造成 16392459 物理傷害
造成 53.55% 更多傷害
50% 物理傷害轉化至冰冷傷害
is area damage [1]
GSIceSaplingRuneAftershock
法術, 可觸發
施放時間: 1 秒
造成 25.0137.52 冰冷傷害
active skill chill duration +% final [100]
chill minimum slow % from skill [30]
is area damage [1]

Object Type

version 2
extends "Metadata/Monsters/SaplingMonster/SaplingMonsterIced"

Object Type Codes

version 2
extends "Metadata/Monsters/SaplingMonster/SaplingMonsterIced"

Functions
{
	CreateEffectOn =
	"
		AddAttached( Metadata/Effects/Spells/monsters_effects/forbidden_woods/ice_sapling_trio/flameepk.ao,  );
		PlayAnimationAttached( Metadata/Effects/Spells/monsters_effects/forbidden_woods/ice_sapling_trio/flameepk.ao, idle );
	"

	TurnEffectOn =
	"
		PlayAnimationAttached( Metadata/Effects/Spells/monsters_effects/forbidden_woods/ice_sapling_trio/flameepk.ao, start );
		QueueAnimationAttached( Metadata/Effects/Spells/monsters_effects/forbidden_woods/ice_sapling_trio/flameepk.ao, idle );
	"

	CreateEffectOff =
	"
		/*AddAttached( Metadata/Effects/Spells/monsters_effects/forbidden_woods/ice_sapling_trio/flameepk.ao,  );
		PlayAnimationAttached( Metadata/Effects/Spells/monsters_effects/forbidden_woods/ice_sapling_trio/flameepk.ao, off );*/
	"

	TurnEffectOff =
	"
		PlayAnimationAttached( Metadata/Effects/Spells/monsters_effects/forbidden_woods/ice_sapling_trio/flameepk.ao, end );
		/*QueueAnimationAttached( Metadata/Effects/Spells/monsters_effects/forbidden_woods/ice_sapling_trio/flameepk.ao, off );*/
	"
}

Preload
{
	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/forbidden_woods/ice_sapling_trio/flameepk.ao"
	preload_animated_object = "Metadata/Monsters/SaplingMonster/Sapling3AggroAudio.ao"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/SaplingMonster/IcedSaplingHunterBoss"] = {
    name = "Corruptor Eedaiak",
    life = 4,
    energyShield = 0.33,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    damage = 1.3,
    damageSpread = 0.2,
    attackTime = 1.335,
    attackRange = 11,
    accuracy = 1,
    skillList = {
        "MeleeAtAnimationSpeedUnique",
        "GSIceSaplingRuneExplosion",
        "SOIceSaplingRune",
        "IcedSaplingSpamProjectile",
        "IcedSaplingOrbTeleport",
        "IcedSaplingOrbActivateEAS",
        "GSIceSaplingRuneAftershock",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeedUnique"] = {
    name = "Default Attack",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Strike your foes down with a powerful blow.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Projectile] = true,
        [SkillType.MeleeSingleTarget] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Melee] = true,
        [SkillType.ProjectilesFromUser] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        melee = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "skill_can_fire_arrows",
        "skill_can_fire_wand_projectiles",
        "action_attack_or_cast_time_uses_animation_length",
        "projectile_uses_contact_position",
        "use_scaled_contact_offset",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GSIceSaplingRuneExplosion"] = {
    name = "GSIceSaplingRuneExplosion",
    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_cold",
        "is_area_damage",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, -30, 50, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3, 2},  cost = { }, },
        [2] = {0.80000001192093, 1.2000000476837, 0, 50, critChance = 5, levelRequirement = 19, statInterpolation = {3, 3, 2},  cost = { }, },
        [3] = {0.80000001192093, 1.2000000476837, 1, 50, critChance = 5, levelRequirement = 20, statInterpolation = {3, 3, 2},  cost = { }, },
        [4] = {0.80000001192093, 1.2000000476837, 60, 50, critChance = 5, levelRequirement = 84, statInterpolation = {3, 3, 2},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["SOIceSaplingRune"] = {
    name = "SOIceSaplingRune",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 3,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_maximum_action_distance_+%",
    },
    levels = {
        [1] = {-50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["IcedSaplingSpamProjectile"] = {
    name = "IcedSaplingSpamProjectile",
    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.5,
    baseFlags = {
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "active_skill_damage_+%_final",
        "monster_projectile_variation",
        "skill_physical_damage_%_to_convert_to_cold",
        "spell_maximum_action_distance_+%",
        "base_is_projectile",
        "projectile_uses_contact_position",
        "use_scaled_contact_offset",
        "action_attack_or_cast_time_uses_animation_length",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, -30, 154, 75, -50, levelRequirement = 1, statInterpolation = {3, 3, 2},  cost = { }, },
        [2] = {0.80000001192093, 1.2000000476837, 0, 154, 75, -50, levelRequirement = 19, statInterpolation = {3, 3, 2},  cost = { }, },
        [3] = {0.80000001192093, 1.2000000476837, 1, 154, 75, -50, levelRequirement = 20, statInterpolation = {3, 3, 2},  cost = { }, },
        [4] = {0.80000001192093, 1.2000000476837, 129, 154, 75, -50, levelRequirement = 84, statInterpolation = {3, 3, 2},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["IcedSaplingOrbTeleport"] = {
    name = "IcedSaplingOrbTeleport",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Movement] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2.67,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "skill_cannot_be_interrupted",
        "skill_cannot_be_stunned",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["IcedSaplingOrbActivateEAS"] = {
    name = "IcedSaplingOrbActivateEAS",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 4,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "skill_cannot_be_interrupted",
        "skill_cannot_be_stunned",
    },
    levels = {
        [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GSIceSaplingRuneAftershock"] = {
    name = "GSIceSaplingRuneAftershock",
    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_cold_damage",
        "spell_maximum_base_cold_damage",
        "chill_minimum_slow_%_from_skill",
        "active_skill_chill_duration_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 30, 100, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
    },
}
怪物增加 100% 經驗值
monster dropped item rarity +% [15000]
IdMonsterMapBoss
FamilyMonsterMapBoss
Domains怪物 (3)
GenerationType傳奇 (3)
Req. level1
Stats
  • monster slain experience +% Min: 100 Max: 100 全域
  • monster dropped item rarity +% Min: 15000 Max: 15000 全域
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 全域
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 全域
  • 腐化埃代亞克
    惡魔
    怪物增加 100% 經驗值
    monster dropped item rarity +% [15000]
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    Corruptor Eedaiak
    幽魂N
    標籤animal_claw_weapon, 法術, cold_affinity, demon, hard_armour, humanoid, is_unarmed, large_height, melee, physical_affinity, ranged, standalone_map_boss, very_slow_movement, water
    生命
    400%
    生命轉為護盾
    33%
    護甲
    +33%
    閃避
    +33%
    異常狀態臨界值
    400%
    抗性
    40 40 40 25
    傷害
    130%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    4 ~ 11
    攻擊間隔
    1.335 秒
    傷害分佈
    ±20%
    經驗值
    200%
    Model Size
    150%
    類型
    SaplingIced
    Metadata
    IcedSaplingHunterBossStandalone
    等級
    68
    生命
    557,385
    護甲
    38,291
    閃避
    6,303
    能量護盾
    2,022
    傷害
    553
    法術傷害
    826
    命中
    290
    攻擊間隔
    0.89445
    經驗值
    112,805
    異常狀態臨界值
    351,153
    冰緩
    1,110
    感電
    1,110
    易碎
    6,282
    焦灼
    1,110
    殘喘
    3,068
    MeleeAtAnimationSpeedUnique
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 878–1318
    暴擊率: 5%
    攻擊間隔: 1.335 秒
    用強大的攻擊擊倒敵人。
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    IcedSaplingSpamProjectile
    法術, 投射物, 玩家投射物, 可觸發
    施放時間: 1.5 秒
    冷卻時間: 2 秒
    造成 456.5684.8 物理傷害
    造成 97% 更多傷害
    75% 物理傷害轉化至冰冷傷害
    action attack or cast time uses animation length [1]
    base is projectile [1]
    monster projectile variation [154]
    projectile uses contact position [1]
    spell maximum action distance +% [-50]
    use scaled contact offset [1]
    IcedSaplingOrbTeleport
    法術, 位移
    施放時間: 2.67 秒
    冷卻時間: 5 秒
    skill cannot be interrupted [1]
    skill cannot be stunned [1]
    IcedSaplingOrbActivateEAS
    法術
    施放時間: 4 秒
    冷卻時間: 5 秒
    skill cannot be interrupted [1]
    skill cannot be stunned [1]
    SOIceSaplingRune
    可觸發, 法術
    施放時間: 3 秒
    冷卻時間: 10 秒
    spell maximum action distance +% [-50]
    GSIceSaplingRuneExplosion
    法術, 可觸發
    暴擊率: 5%
    施放時間: 1 秒
    造成 11721758 物理傷害
    造成 45.25% 更多傷害
    50% 物理傷害轉化至冰冷傷害
    is area damage [1]
    GSIceSaplingRuneAftershock
    法術, 可觸發
    施放時間: 1 秒
    造成 25.0137.52 冰冷傷害
    active skill chill duration +% final [100]
    chill minimum slow % from skill [30]
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/SaplingMonster/SaplingMonsterIcedStandalone"
    extends "Metadata/Monsters/StandaloneMapBoss"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/SaplingMonster/SaplingMonsterIcedStandalone"
    extends "Metadata/Monsters/StandaloneMapBoss"
    
    Functions
    {
    	CreateEffectOn =
    	"
    		AddAttached( Metadata/Effects/Spells/monsters_effects/forbidden_woods/ice_sapling_trio/flameepk.ao,  );
    		PlayAnimationAttached( Metadata/Effects/Spells/monsters_effects/forbidden_woods/ice_sapling_trio/flameepk.ao, idle );
    	"
    
    	TurnEffectOn =
    	"
    		PlayAnimationAttached( Metadata/Effects/Spells/monsters_effects/forbidden_woods/ice_sapling_trio/flameepk.ao, start );
    		QueueAnimationAttached( Metadata/Effects/Spells/monsters_effects/forbidden_woods/ice_sapling_trio/flameepk.ao, idle );
    	"
    
    	CreateEffectOff =
    	"
    		/*AddAttached( Metadata/Effects/Spells/monsters_effects/forbidden_woods/ice_sapling_trio/flameepk.ao,  );
    		PlayAnimationAttached( Metadata/Effects/Spells/monsters_effects/forbidden_woods/ice_sapling_trio/flameepk.ao, off );*/
    	"
    
    	TurnEffectOff =
    	"
    		PlayAnimationAttached( Metadata/Effects/Spells/monsters_effects/forbidden_woods/ice_sapling_trio/flameepk.ao, end );
    		/*QueueAnimationAttached( Metadata/Effects/Spells/monsters_effects/forbidden_woods/ice_sapling_trio/flameepk.ao, off );*/
    	"
    }
    
    Preload
    {
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/forbidden_woods/ice_sapling_trio/flameepk.ao"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/SaplingMonster/IcedSaplingHunterBossStandalone"] = {
        name = "Corruptor Eedaiak",
        life = 4,
        energyShield = 0.33,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 1.3,
        damageSpread = 0.2,
        attackTime = 1.335,
        attackRange = 11,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeedUnique",
            "GSIceSaplingRuneExplosion",
            "SOIceSaplingRune",
            "IcedSaplingSpamProjectile",
            "IcedSaplingOrbTeleport",
            "IcedSaplingOrbActivateEAS",
            "GSIceSaplingRuneAftershock",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeedUnique"] = {
        name = "Default Attack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSIceSaplingRuneExplosion"] = {
        name = "GSIceSaplingRuneExplosion",
        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_cold",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -30, 50, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3, 2},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 0, 50, critChance = 5, levelRequirement = 19, statInterpolation = {3, 3, 2},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, 1, 50, critChance = 5, levelRequirement = 20, statInterpolation = {3, 3, 2},  cost = { }, },
            [4] = {0.80000001192093, 1.2000000476837, 60, 50, critChance = 5, levelRequirement = 84, statInterpolation = {3, 3, 2},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SOIceSaplingRune"] = {
        name = "SOIceSaplingRune",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_maximum_action_distance_+%",
        },
        levels = {
            [1] = {-50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["IcedSaplingSpamProjectile"] = {
        name = "IcedSaplingSpamProjectile",
        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.5,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "active_skill_damage_+%_final",
            "monster_projectile_variation",
            "skill_physical_damage_%_to_convert_to_cold",
            "spell_maximum_action_distance_+%",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -30, 154, 75, -50, levelRequirement = 1, statInterpolation = {3, 3, 2},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 0, 154, 75, -50, levelRequirement = 19, statInterpolation = {3, 3, 2},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, 1, 154, 75, -50, levelRequirement = 20, statInterpolation = {3, 3, 2},  cost = { }, },
            [4] = {0.80000001192093, 1.2000000476837, 129, 154, 75, -50, levelRequirement = 84, statInterpolation = {3, 3, 2},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["IcedSaplingOrbTeleport"] = {
        name = "IcedSaplingOrbTeleport",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Movement] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.67,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_cannot_be_interrupted",
            "skill_cannot_be_stunned",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["IcedSaplingOrbActivateEAS"] = {
        name = "IcedSaplingOrbActivateEAS",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 4,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_cannot_be_interrupted",
            "skill_cannot_be_stunned",
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSIceSaplingRuneAftershock"] = {
        name = "GSIceSaplingRuneAftershock",
        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_cold_damage",
            "spell_maximum_base_cold_damage",
            "chill_minimum_slow_%_from_skill",
            "active_skill_chill_duration_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 30, 100, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    怪物增加 100% 經驗值
    monster dropped item rarity +% [15000]
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 全域
  • monster dropped item rarity +% Min: 15000 Max: 15000 全域
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 全域
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 全域
  • 腐化埃代亞克
    惡魔
    怪物增加 100% 經驗值
    monster dropped item rarity +% [15000]
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    Corruptor Eedaiak
    幽魂N
    標籤animal_claw_weapon, demon, elder_map_boss, hard_armour, humanoid, is_unarmed, non_attacking, very_slow_movement, water
    生命
    400%
    生命轉為護盾
    33%
    護甲
    +33%
    閃避
    +33%
    異常狀態臨界值
    400%
    抗性
    40 40 40 25
    傷害
    130%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    4 ~ 11
    攻擊間隔
    1.335 秒
    傷害分佈
    ±20%
    經驗值
    200%
    Model Size
    150%
    類型
    SaplingIced
    Metadata
    IcedSaplingHunterBossElder

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Life
    {
    	corpse_usable = false
    }
    
    Stats
    {
    	base_cannot_be_damaged = 1
    	base_cannot_be_stunned = 1
    	cannot_be_knocked_back = 1
    	is_hidden_monster = 1
    	immune_to_curses = 1
    	immune_to_auras_from_other_entities = 1
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    BaseEvents
    {
    	on_construction_complete = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/entrance/affecting_target_instant.epk );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/SaplingMonster/IcedSaplingHunterBossElder"] = {
        name = "Corruptor Eedaiak",
        life = 4,
        energyShield = 0.33,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 1.3,
        damageSpread = 0.2,
        attackTime = 1.335,
        attackRange = 11,
        accuracy = 1,
        skillList = {
        },
        modList = {
        },
    }
    
    怪物增加 100% 經驗值
    monster dropped item rarity +% [15000]
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 全域
  • monster dropped item rarity +% Min: 15000 Max: 15000 全域
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 全域
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 全域
  • Edit

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