ทุล ห่าถล่มที่คืบคลาน
ปีศาจ
kill traps mines and totems on death [1]
โอกาสบล็อคความเสียหาย โจมตี 30%
คุณได้รับความเสียหาย 15% จากการปะทะที่บล็อค
monster no drops [1]
Tul, Creeping Avalanche
SpectreN
Tagsนักเวท, cold_affinity, demon, has_one_hand_sword, has_one_handed_melee, humanoid, light_armour, medium_height, no_pantheon_mod, ranged, red_blood, slashing_weapon, very_fast_movement
พลังชีวิต
3200%
Ailment Threshold
3200%
ค่าต้านทาน
40 40 40 25
Damage
200%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 10
Attack Time
0.795 Second
Damage Spread
±20%
ค่าประสบการณ์
200%
Model Size
140%
Type
BreachBossColdWild
Metadata
BreachBossColdWild
เลเวล
68
พลังชีวิต
205,867
ค่าเกราะ
28,790
อัตราการหลบหลีก
4,739
Damage
747
ความเสียหายเวท
747
ความแม่นยำ
580
Attack Time
0.795
ค่าประสบการณ์
20,510
Minion Life
44,654
Minion Damage
597
Ailment Threshold
205,867
Chill
651
Shock
651
Brittle
3,683
Scorch
651
Sap
1,798
BreachBossFrostBlades
Attack, Projectile, MeleeSingleTarget, Multistrikeable, Melee, Cold, RangedAttack, ProjectilesNotFromUser
มีดน้ำแข็ง (Frost Blades)
Base Damage: 598–897
โอกาสคริติคอล: 5%
ความเสียหายโจมตี: 62.5%
Attack Time: 0.795 วินาที
โจมตีศัตรูด้วยระยะที่เพิ่มขึ้น ปล่อยคมดาบน้ำแข็งจากศัตรูตัวแรกที่ถูกปะทะซึ่งจะพุ่งออกไปยังศัตรูตัวอื่น ต้องใช้กับ อาวุธประชิด เท่านั้น
สร้างความเสียหาย โจมตี ลดลง อีก 37.5%
สร้างความเสียหาย เพิ่มขึ้น อีก 100%
ยิงโพรเจกไทล์ เพิ่มเติม 2 ลูก
แปลงความเสียหาย กายภาพ 50% เป็น น้ำแข็ง
เพิ่มความเร็วในการโจมตี อีก 35%
ระยะการฟาดประชิด +1.4 เมตร
base is projectile [1]
SummonBreachIceTotem
Spell, Multicastable, Triggerable, Trappable, Totemable, Mineable
เวลาร่าย: 1 วินาที
คูลดาวน์: 10 วินาที
alternate minion [201]
minion dies when parent dies [1]
number of monsters to summon [2]
summoned monsters are minions [1]
BreachColdBarrageBossWild
Spell, Projectile, Cold
เวลาร่าย: 3.83 วินาที
คูลดาวน์: 10 วินาที
สร้างความเสียหาย น้ำแข็ง 871.7 ถึง 1308
การปะทะของคุณ ไม่สามารถสร้างสถานะ สตัน ต่อศัตรูได้
base is projectile [1]
monster penalty against minions damage +% final vs player minions [-70]
monster reverse point blank damage -% at minimum range [30]
projectile speed variation +% [15]

Object Type

version 2
extends "Metadata/Monsters/BreachBosses/BreachMonster"

Transitionable
{
}

MinimapIcon
{
	icon = "BreachBoss"	
}

Object Type Codes

version 2
extends "Metadata/Monsters/BreachBosses/BreachMonster"

BaseEvents 
{ 
	on_construction_complete = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/Breach/boss_hand_fx/Cold.epk );"
}

SoundParameterBreach
{
parameter = "BreachEdgeDist"
distance_start = 0.0
distance_end = 10.0
value_start = 0.0
value_end = 10.0
}

Life
{
	on_spawned_dead = "HideMinimapIcon();"
	on_death = "HideMinimapIcon();"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/BreachBosses/BreachBossColdWild"] = {
    name = "Tul, Creeping Avalanche",
    life = 32,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    damage = 2,
    damageSpread = 0.2,
    attackTime = 0.795,
    attackRange = 10,
    accuracy = 1,
    weaponType1 = "One Hand Sword",
    weaponType2 = "Shield",
    skillList = {
        "BreachBossFrostBlades",
        "BreachColdBarrageBossWild",
        "SummonBreachIceTotem",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["BreachBossFrostBlades"] = {
    name = "Frost Blades",
    hidden = true,
    color = "2",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Attack enemies with increased range, releasing icy blades from the first enemy hit which fly at other enemies. Requires a Melee Weapon.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Projectile] = true,
        [SkillType.MeleeSingleTarget] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Melee] = true,
        [SkillType.Cold] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.ProjectilesNotFromUser] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        melee = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "skill_physical_damage_%_to_convert_to_cold",
        "melee_weapon_range_+",
        "number_of_additional_projectiles",
        "active_skill_attack_speed_+%_final",
        "active_skill_damage_+%_final",
        "base_is_projectile",
    },
    levels = {
        [1] = {50, 14, 2, 35, 100, baseMultiplier = 0.625, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["BreachColdBarrageBossWild"] = {
    name = "BreachColdBarrageBossWild",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Projectile] = true,
        [SkillType.Cold] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 3.83,
    baseFlags = {
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_cold_damage",
        "spell_maximum_base_cold_damage",
        "monster_reverse_point_blank_damage_-%_at_minimum_range",
        "projectile_speed_variation_+%",
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "base_is_projectile",
        "cannot_stun",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 30, 15, -70, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["SummonBreachIceTotem"] = {
    name = "SummonBreachIceTotem",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "number_of_monsters_to_summon",
        "alternate_minion",
        "summoned_monsters_are_minions",
        "minion_dies_when_parent_dies",
    },
    levels = {
        [1] = {2, 201, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
kill traps mines and totems on death [1]
FamilyMonsterKillTrapsMinesTotemsOnDeath
DomainsMonster (3)
GenerationTypeยูนิค (3)
Req. level1
Stats
  • kill traps mines and totems on death Min: 1 Max: 1 Global
  • โอกาสบล็อคความเสียหาย โจมตี 30%
    คุณได้รับความเสียหาย 15% จากการปะทะที่บล็อค
    FamilyMonsterBlockAndBypass
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • monster base block % Min: 30 Max: 30 Global
  • base block % damage taken Min: 15 Max: 15 Global
  • Craft Tagsblock
    monster no drops [1]
    FamilyMonsterNoDrops
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • monster no drops Min: 1 Max: 1 Global
  • keyval
    Stats.item_drop_slots1
    Stats.energy_shield_recharge_rate_per_minute_%2000
    Stats.mana_regeneration_rate_per_minute_%100
    Stats.base_maximum_mana200
    Stats.maximum_physical_damage_reduction_%75
    Stats.max_viper_strike_orbs4
    Stats.base_maximum_all_resistances_%75
    Stats.max_fuse_arrow_orbs5
    Stats.max_fire_beam_stacks8
    Stats.max_charged_attack_stacks10
    Stats.base_critical_strike_multiplier130
    Stats.critical_ailment_dot_multiplier_+30
    Stats.max_endurance_charges3
    Stats.max_frenzy_charges3
    Stats.max_power_charges3
    Stats.base_attack_speed_+%_per_frenzy_charge4
    Stats.base_attack_speed_+%_per_frenzy_charge_if_not_player_minion11
    Stats.base_cast_speed_+%_per_frenzy_charge4
    Stats.base_cast_speed_+%_per_frenzy_charge_if_not_player_minion11
    Stats.movement_velocity_+%_per_frenzy_charge_if_not_player_minion5
    Stats.object_inherent_damage_+%_final_per_frenzy_charge4
    Stats.physical_damage_reduction_%_per_endurance_charge4
    Stats.physical_damage_reduction_%_per_endurance_charge_if_not_player_minion11
    Stats.resist_all_elements_%_per_endurance_charge4
    Stats.resist_all_elements_%_per_endurance_charge_if_not_player_minion11
    Stats.critical_strike_chance_+%_per_power_charge50
    Stats.critical_strike_chance_+%_per_power_charge_if_not_player_minion150
    Stats.maximum_block_%75
    Stats.base_maximum_spell_block_%75
    Stats.base_number_of_totems_allowed1
    Stats.base_number_of_traps_allowed3
    Stats.base_number_of_remote_mines_allowed5
    Stats.movement_velocity_cap128
    Stats.maximum_life_leech_rate_%_per_minute1200
    Stats.maximum_mana_leech_rate_%_per_minute1200
    Stats.maximum_energy_shield_leech_rate_%_per_minute600
    Stats.monster_ignite_damage_+%_final-72
    Stats.monster_bleeding_damage_+%_final-86
    Stats.monster_poison_damage_+%_final-50
    Stats.bleeding_moving_damage_%_of_base_override500
    Stats.max_azurite_debuff_stacks10
    Stats.impaled_debuff_base_duration_ms8000
    Stats.impaled_debuff_number_of_reflected_hits5
    Stats.ignore_skill_weapon_restrictions1
    Stats.base_total_number_of_sigils_allowed3
    Stats.maximum_life_leech_amount_per_leech_%_max_life10
    Stats.maximum_mana_leech_amount_per_leech_%_max_mana10
    Stats.maximum_energy_shield_leech_amount_per_leech_%_max_energy_shield10
    Stats.object_inherent_melee_hit_stun_duration_+%_final20
    Stats.scale_melee_range_to_actor_scale1
    Stats.use_melee_pattern_range1
    Stats.actor_scale_+%_limit100
    Stats.damage_taken_when_hit_+%_final_per_fortification-1
    Stats.base_max_fortification20
    Stats.soul_eater_maximum_stacks45
    Stats.is_breach_monster1
    Stats.monster_ignores_delve_darkness_mechanic1
    ObjectMagicProperties.stat_description_listMetadata/StatDescriptions/monster_stat_descriptions.txt
    Positioned.blockingtrue
    Positioned.team0
    Positioned.serialise_collidabletrue
    BaseEvents.server_onlytrue
    Actor.basic_actionMove, Flee, StrafeLeft, StrafeRight, Advance, DoNothing, MonsterPickup
    Actor.slow_animations_go_to_idletrue
    Transitionable.on_transitionMakeCollidable();
    Transitionable.on_untransitionRemoveCollidability();
    MinimapIcon.iconBreachBoss
    ทุล ห่าถล่มที่คืบคลาน
    ปีศาจ
    มอนสเตอร์ ให้ค่าประสบการณ์ เพิ่มขึ้น 100%
    เพิ่มระดับความหายากของ ไอเทม ที่ดรอป 15000%
    โอกาสบล็อคความเสียหาย โจมตี 30%
    คุณได้รับความเสียหาย 15% จากการปะทะที่บล็อค
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    ไม่ถูก ผลักออกไป
    Tul, Creeping Avalanche
    SpectreN
    Areaแดนของทุล, แดนของทุล, แดนของทุล, แดนของทุล, แดนของทุล
    Tagsbreachlord_boss_domain, นักเวท, cold_affinity, demon, has_one_hand_sword, has_one_handed_melee, humanoid, light_armour, medium_height, no_pantheon_mod, not_dex, not_int, ranged, red_blood, slashing_weapon, unique_map_boss, very_fast_movement
    พลังชีวิต
    1200%
    ค่าเกราะ
    +50%
    Ailment Threshold
    504%
    ค่าต้านทาน
    40 40 40 25
    Damage
    200%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    0.795 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    200%
    Model Size
    140%
    Type
    BreachBossColdMap
    Metadata
    BreachBossColdMap
    เลเวล
    84
    พลังชีวิต
    35,247,049
    ค่าเกราะ
    149,751
    อัตราการหลบหลีก
    8,120
    Damage
    2,171
    ความเสียหายเวท
    3,241
    ความแม่นยำ
    1,076
    Attack Time
    0.53265
    ค่าประสบการณ์
    145,750
    Minion Life
    6,661,508
    Minion Damage
    1,842
    Ailment Threshold
    6,957,767
    Chill
    22,000
    Shock
    22,000
    Brittle
    124,467
    Scorch
    22,000
    Sap
    60,783
    BreachColdBarrageBoss
    Spell, Projectile, Cold
    เวลาร่าย: 3.83 วินาที
    คูลดาวน์: 10 วินาที
    สร้างความเสียหาย น้ำแข็ง 2286 ถึง 3428
    การปะทะของคุณ ไม่สามารถสร้างสถานะ สตัน ต่อศัตรูได้
    ยิงโพรเจกไทล์ เพิ่มเติม 1 ลูก
    base is projectile [1]
    monster penalty against minions damage +% final vs player minions [-70]
    projectile speed variation +% [15]
    TransitionObject
    number of monsters to summon [1]
    summon monster radius [200]
    transition objects at state [1]
    TransitionObject2
    number of monsters to summon [1]
    summon monster radius [200]
    transition objects at state [1]
    TransitionObject3
    number of monsters to summon [1]
    summon monster radius [200]
    transition objects at state [1]
    TransitionObject4
    number of monsters to summon [1]
    summon monster radius [200]
    transition objects at state [1]
    BreachSummonMonsterAtMarker
    Spell
    เวลาร่าย: 1 วินาที
    คูลดาวน์: 10 วินาที
    BreachBossFrostBlades
    Attack, Projectile, MeleeSingleTarget, Multistrikeable, Melee, Cold, RangedAttack, ProjectilesNotFromUser
    มีดน้ำแข็ง (Frost Blades)
    Base Damage: 3448–5172
    โอกาสคริติคอล: 5%
    ความเสียหายโจมตี: 62.5%
    Attack Time: 0.795 วินาที
    โจมตีศัตรูด้วยระยะที่เพิ่มขึ้น ปล่อยคมดาบน้ำแข็งจากศัตรูตัวแรกที่ถูกปะทะซึ่งจะพุ่งออกไปยังศัตรูตัวอื่น ต้องใช้กับ อาวุธประชิด เท่านั้น
    สร้างความเสียหาย โจมตี ลดลง อีก 37.5%
    สร้างความเสียหาย เพิ่มขึ้น อีก 100%
    ยิงโพรเจกไทล์ เพิ่มเติม 2 ลูก
    แปลงความเสียหาย กายภาพ 50% เป็น น้ำแข็ง
    เพิ่มความเร็วในการโจมตี อีก 35%
    ระยะการฟาดประชิด +1.4 เมตร
    base is projectile [1]
    BreachBlizzardBoss
    Spell, Area, Damage, AreaSpell
    เวลาร่าย: 1 วินาที
    คูลดาวน์: 13 วินาที
    พายุหิมะกำลังปกป้องคุณ คุณมีโอกาสหลีกเลี่ยงความเสียหายขณะที่คุณอยู่ในพายุหิมะนี้
    เพิ่มความเสียหายที่ได้รับ #%
    มีโอกาสหลีกเลี่ยงความเสียหาย ปะทะ ทุกชนิด #%
    ระยะเวลาพื้นฐาน 30 วินาที
    มีโอกาสหลีกเลี่ยงความเสียหาย ปะทะ ทุกชนิด 20%
    ลดความเสียหายที่ได้รับ 25%
    active skill area of effect radius +% final [125]
    monster penalty against minions damage +% final vs player minions [-70]

    Object Type

    version 2
    extends "Metadata/Monsters/BreachBosses/BreachBoss"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/BreachBosses/BreachBoss"
    
    Animated
    {
    	on_end_death_sword_shield = "SpawnPermanentEffect( Metadata/Effects/Spells/monsters_effects/Breach/Boss_death/StrDexIntDeath.ao, death );"
    }
    
    BaseEvents 
    { 
    	on_construction_complete = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/Breach/boss_hand_fx/Cold.epk );"
    }
    
    SoundParameterBreach
    {
    parameter = "BreachEdgeDist"
    distance_start = 0.0
    distance_end = 10.0
    value_start = 0.0
    value_end = 10.0
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/BreachBosses/BreachBossColdMap"] = {
        name = "Tul, Creeping Avalanche",
        life = 12,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 2,
        damageSpread = 0.2,
        attackTime = 0.795,
        attackRange = 10,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        weaponType2 = "Shield",
        skillList = {
            "BreachBossFrostBlades",
            "BreachColdBarrageBoss",
            "BreachBlizzardBoss",
            "TransitionObject",
            "TransitionObject2",
            "TransitionObject3",
            "TransitionObject4",
            "BreachSummonMonsterAtMarker",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachBossFrostBlades"] = {
        name = "Frost Blades",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Attack enemies with increased range, releasing icy blades from the first enemy hit which fly at other enemies. Requires a Melee Weapon.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.Cold] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.ProjectilesNotFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_physical_damage_%_to_convert_to_cold",
            "melee_weapon_range_+",
            "number_of_additional_projectiles",
            "active_skill_attack_speed_+%_final",
            "active_skill_damage_+%_final",
            "base_is_projectile",
        },
        levels = {
            [1] = {50, 14, 2, 35, 100, baseMultiplier = 0.625, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachColdBarrageBoss"] = {
        name = "BreachColdBarrageBoss",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.Cold] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3.83,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "number_of_additional_projectiles",
            "projectile_speed_variation_+%",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "base_is_projectile",
            "cannot_stun",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 1, 15, -70, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachBlizzardBoss"] = {
        name = "BreachBlizzardBoss",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Damage] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_damage_taken_+%",
            "avoid_damage_%",
            "base_skill_effect_duration",
            "active_skill_area_of_effect_radius_+%_final",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        },
        levels = {
            [1] = {-25, 20, 30000, 125, -70, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["TransitionObject"] = {
        name = "TransitionObject",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "number_of_monsters_to_summon",
            "summon_monster_radius",
            "transition_objects_at_state",
        },
        levels = {
            [1] = {1, 200, 1, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["TransitionObject2"] = {
        name = "TransitionObject2",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "number_of_monsters_to_summon",
            "summon_monster_radius",
            "transition_objects_at_state",
        },
        levels = {
            [1] = {1, 200, 1, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["TransitionObject3"] = {
        name = "TransitionObject3",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "number_of_monsters_to_summon",
            "summon_monster_radius",
            "transition_objects_at_state",
        },
        levels = {
            [1] = {1, 200, 1, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["TransitionObject4"] = {
        name = "TransitionObject4",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "number_of_monsters_to_summon",
            "summon_monster_radius",
            "transition_objects_at_state",
        },
        levels = {
            [1] = {1, 200, 1, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachSummonMonsterAtMarker"] = {
        name = "BreachSummonMonsterAtMarker",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    มอนสเตอร์ ให้ค่าประสบการณ์ เพิ่มขึ้น 100%
    เพิ่มระดับความหายากของ ไอเทม ที่ดรอป 15000%
    FamilyMonsterMapBoss
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • โอกาสบล็อคความเสียหาย โจมตี 30%
    คุณได้รับความเสียหาย 15% จากการปะทะที่บล็อค
    FamilyMonsterBlockAndBypass
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • monster base block % Min: 30 Max: 30 Global
  • base block % damage taken Min: 15 Max: 15 Global
  • Craft Tagsblock
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 Global
  • ไม่ถูก ผลักออกไป
    FamilyImmuneToKnockback
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • cannot be knocked back Min: 1 Max: 1 Global
  • ทุล ห่าถล่มที่คืบคลาน
    ปีศาจ
    มอนสเตอร์ ให้ค่าประสบการณ์ เพิ่มขึ้น 100%
    เพิ่มระดับความหายากของ ไอเทม ที่ดรอป 15000%
    โอกาสบล็อคความเสียหาย โจมตี 30%
    คุณได้รับความเสียหาย 15% จากการปะทะที่บล็อค
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    ไม่ถูก ผลักออกไป
    Tul, Creeping Avalanche
    SpectreN
    Tagsนักเวท, cold_affinity, demon, has_one_hand_sword, has_one_handed_melee, humanoid, light_armour, medium_height, no_pantheon_mod, not_dex, not_int, ranged, red_blood, slashing_weapon, standalone_map_boss, very_fast_movement
    พลังชีวิต
    1200%
    ค่าเกราะ
    +50%
    Ailment Threshold
    504%
    ค่าต้านทาน
    40 40 40 25
    Damage
    200%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    0.795 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    200%
    Model Size
    140%
    Type
    BreachBossColdMap
    Metadata
    BreachBossColdMapStandalone
    เลเวล
    68
    พลังชีวิต
    1,672,156
    ค่าเกราะ
    43,185
    อัตราการหลบหลีก
    4,739
    Damage
    851
    ความเสียหายเวท
    1,270
    ความแม่นยำ
    580
    Attack Time
    0.53265
    ค่าประสบการณ์
    112,805
    Minion Life
    362,705
    Minion Damage
    680
    Ailment Threshold
    442,453
    Chill
    1,399
    Shock
    1,399
    Brittle
    7,915
    Scorch
    1,399
    Sap
    3,865
    BreachColdBarrageBoss
    Spell, Projectile, Cold
    เวลาร่าย: 3.83 วินาที
    คูลดาวน์: 10 วินาที
    สร้างความเสียหาย น้ำแข็ง 1181 ถึง 1772
    การปะทะของคุณ ไม่สามารถสร้างสถานะ สตัน ต่อศัตรูได้
    ยิงโพรเจกไทล์ เพิ่มเติม 1 ลูก
    base is projectile [1]
    monster penalty against minions damage +% final vs player minions [-70]
    projectile speed variation +% [15]
    BreachSummonMonsterAtMarker
    Spell
    เวลาร่าย: 1 วินาที
    คูลดาวน์: 10 วินาที
    BreachBossFrostBlades
    Attack, Projectile, MeleeSingleTarget, Multistrikeable, Melee, Cold, RangedAttack, ProjectilesNotFromUser
    มีดน้ำแข็ง (Frost Blades)
    Base Damage: 1351–2027
    โอกาสคริติคอล: 5%
    ความเสียหายโจมตี: 62.5%
    Attack Time: 0.795 วินาที
    โจมตีศัตรูด้วยระยะที่เพิ่มขึ้น ปล่อยคมดาบน้ำแข็งจากศัตรูตัวแรกที่ถูกปะทะซึ่งจะพุ่งออกไปยังศัตรูตัวอื่น ต้องใช้กับ อาวุธประชิด เท่านั้น
    สร้างความเสียหาย โจมตี ลดลง อีก 37.5%
    สร้างความเสียหาย เพิ่มขึ้น อีก 100%
    ยิงโพรเจกไทล์ เพิ่มเติม 2 ลูก
    แปลงความเสียหาย กายภาพ 50% เป็น น้ำแข็ง
    เพิ่มความเร็วในการโจมตี อีก 35%
    ระยะการฟาดประชิด +1.4 เมตร
    base is projectile [1]
    BreachBlizzardBoss
    Spell, Area, Damage, AreaSpell
    เวลาร่าย: 1 วินาที
    คูลดาวน์: 13 วินาที
    พายุหิมะกำลังปกป้องคุณ คุณมีโอกาสหลีกเลี่ยงความเสียหายขณะที่คุณอยู่ในพายุหิมะนี้
    เพิ่มความเสียหายที่ได้รับ #%
    มีโอกาสหลีกเลี่ยงความเสียหาย ปะทะ ทุกชนิด #%
    ระยะเวลาพื้นฐาน 30 วินาที
    มีโอกาสหลีกเลี่ยงความเสียหาย ปะทะ ทุกชนิด 20%
    ลดความเสียหายที่ได้รับ 25%
    active skill area of effect radius +% final [125]
    monster penalty against minions damage +% final vs player minions [-70]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/StandaloneMapBoss"
    
    Stats
    {
    	set_monster_uses_map_boss_difficulty_scaling = 0
    	set_additional_life_scaling_index = 4
    }
    
    StateMachine
    {
    	define_shared_state = "add_effects;"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/StandaloneMapBoss"
    
    BaseEvents 
    { 
    	on_construction_complete = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/Breach/boss_hand_fx/Cold.epk );"
    }
    
    StateMachine
    {
    	on_or_create_state_add_effects_1 = "AddEffectPackToVisualSlotAttachedObject( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Maven/bubble_bosses/tul_sword.epk, MainHand );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/BreachBosses/BreachBossColdMapStandalone"] = {
        name = "Tul, Creeping Avalanche",
        life = 12,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 2,
        damageSpread = 0.2,
        attackTime = 0.795,
        attackRange = 10,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        weaponType2 = "Shield",
        skillList = {
            "BreachBossFrostBlades",
            "BreachColdBarrageBoss",
            "BreachBlizzardBoss",
            "BreachSummonMonsterAtMarker",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachBossFrostBlades"] = {
        name = "Frost Blades",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Attack enemies with increased range, releasing icy blades from the first enemy hit which fly at other enemies. Requires a Melee Weapon.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.Cold] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.ProjectilesNotFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_physical_damage_%_to_convert_to_cold",
            "melee_weapon_range_+",
            "number_of_additional_projectiles",
            "active_skill_attack_speed_+%_final",
            "active_skill_damage_+%_final",
            "base_is_projectile",
        },
        levels = {
            [1] = {50, 14, 2, 35, 100, baseMultiplier = 0.625, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachColdBarrageBoss"] = {
        name = "BreachColdBarrageBoss",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.Cold] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3.83,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "number_of_additional_projectiles",
            "projectile_speed_variation_+%",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "base_is_projectile",
            "cannot_stun",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 1, 15, -70, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachBlizzardBoss"] = {
        name = "BreachBlizzardBoss",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Damage] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_damage_taken_+%",
            "avoid_damage_%",
            "base_skill_effect_duration",
            "active_skill_area_of_effect_radius_+%_final",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        },
        levels = {
            [1] = {-25, 20, 30000, 125, -70, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachSummonMonsterAtMarker"] = {
        name = "BreachSummonMonsterAtMarker",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    มอนสเตอร์ ให้ค่าประสบการณ์ เพิ่มขึ้น 100%
    เพิ่มระดับความหายากของ ไอเทม ที่ดรอป 15000%
    FamilyMonsterMapBoss
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • โอกาสบล็อคความเสียหาย โจมตี 30%
    คุณได้รับความเสียหาย 15% จากการปะทะที่บล็อค
    FamilyMonsterBlockAndBypass
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • monster base block % Min: 30 Max: 30 Global
  • base block % damage taken Min: 15 Max: 15 Global
  • Craft Tagsblock
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 Global
  • ไม่ถูก ผลักออกไป
    FamilyImmuneToKnockback
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • cannot be knocked back Min: 1 Max: 1 Global
  • ทุล ห่าถล่มที่คืบคลาน
    ปีศาจ
    monster no drops or experience [1]
    cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    Tul, Creeping Avalanche
    SpectreN
    Tagsนักเวท, cold_affinity, demon, has_one_hand_sword, has_one_handed_melee, hidden_monster, humanoid, immobile, light_armour, medium_height, no_pantheon_mod, not_dex, not_int, ranged, red_blood, slashing_weapon, standalone_map_boss, unusable_corpse
    พลังชีวิต
    1200%
    ค่าเกราะ
    +50%
    Ailment Threshold
    504%
    ค่าต้านทาน
    40 40 40 25
    Damage
    200%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    0.795 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    200%
    Model Size
    140%
    Type
    BreachBossColdMap
    Metadata
    BreachBossOverlordCloneCold
    เลเวล
    68
    พลังชีวิต
    77,200
    ค่าเกราะ
    43,185
    อัตราการหลบหลีก
    4,739
    Damage
    747
    ความเสียหายเวท
    747
    ความแม่นยำ
    580
    Attack Time
    0.795
    ค่าประสบการณ์
    20,510
    Minion Life
    16,745
    Minion Damage
    597
    Ailment Threshold
    32,424
    Chill
    103
    Shock
    103
    Brittle
    580
    Scorch
    103
    Sap
    283
    BreachColdBarrageBoss
    Spell, Projectile, Cold
    เวลาร่าย: 3.83 วินาที
    คูลดาวน์: 10 วินาที
    สร้างความเสียหาย น้ำแข็ง 1181 ถึง 1772
    การปะทะของคุณ ไม่สามารถสร้างสถานะ สตัน ต่อศัตรูได้
    ยิงโพรเจกไทล์ เพิ่มเติม 1 ลูก
    base is projectile [1]
    monster penalty against minions damage +% final vs player minions [-70]
    projectile speed variation +% [15]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Life
    {
    	corpse_usable = false
    }
    
    BaseEvents
    {
    	on_construction_complete = "RemoveCollidability();"
    }
    
    StateMachine
    {
    	define_shared_state = "skill_done;"
    }
    
    DiesAfterTime {}

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    BaseEvents
    {
    	on_construction_complete =
    	"
    		AddEffectPack( Metadata/Effects/Spells/monsters_effects/Breach/boss_hand_fx/Cold.epk );
    		AddEffectPack( Metadata/Effects/Microtransactions/Spells/raise_spectre/shadow_mirror/shadow_mirror_EPK.epk );
    	"
    }
    
    StateMachine
    {
    	on_state_skill_done_1 =
    	"
    		RemoveEffects();
    		AddEffectPack( Metadata/Effects/Spells/monsters_effects/Weapon_fade/fadeout_fast.epk );
    		Delay( 0.5, { DisableRendering(); } );
    	"
    
    	create_state_skill_done_1 = "DisableRendering();"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/BreachBosses/BreachBossOverlordCloneCold"] = {
        name = "Tul, Creeping Avalanche",
        life = 12,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 2,
        damageSpread = 0.2,
        attackTime = 0.795,
        attackRange = 10,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        weaponType2 = "Shield",
        skillList = {
            "BreachColdBarrageBoss",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachColdBarrageBoss"] = {
        name = "BreachColdBarrageBoss",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.Cold] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3.83,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "number_of_additional_projectiles",
            "projectile_speed_variation_+%",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "base_is_projectile",
            "cannot_stun",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 1, 15, -70, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    monster no drops or experience [1]
    FamilyMonsterNoDropsOrExperience
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • cant touch this Min: 1 Max: 1 Global
  • cant possess this Min: 1 Max: 1 Global
  • cannot be afflicted Min: 1 Max: 1 Global
  • monster no talismans Min: 1 Max: 1 Global
  • cannot have azmeri dust Min: 1 Max: 1 Global
  • cannot have affliction mods Min: 1 Max: 1 Global
  • cannot be tagged by sentinel Min: 1 Max: 1 Global
  • keyval
    Stats.item_drop_slots1
    Stats.energy_shield_recharge_rate_per_minute_%2000
    Stats.mana_regeneration_rate_per_minute_%100
    Stats.base_maximum_mana200
    Stats.maximum_physical_damage_reduction_%75
    Stats.max_viper_strike_orbs4
    Stats.base_maximum_all_resistances_%75
    Stats.max_fuse_arrow_orbs5
    Stats.max_fire_beam_stacks8
    Stats.max_charged_attack_stacks10
    Stats.base_critical_strike_multiplier130
    Stats.critical_ailment_dot_multiplier_+30
    Stats.max_endurance_charges3
    Stats.max_frenzy_charges3
    Stats.max_power_charges3
    Stats.base_attack_speed_+%_per_frenzy_charge4
    Stats.base_attack_speed_+%_per_frenzy_charge_if_not_player_minion11
    Stats.base_cast_speed_+%_per_frenzy_charge4
    Stats.base_cast_speed_+%_per_frenzy_charge_if_not_player_minion11
    Stats.movement_velocity_+%_per_frenzy_charge_if_not_player_minion5
    Stats.object_inherent_damage_+%_final_per_frenzy_charge4
    Stats.physical_damage_reduction_%_per_endurance_charge4
    Stats.physical_damage_reduction_%_per_endurance_charge_if_not_player_minion11
    Stats.resist_all_elements_%_per_endurance_charge4
    Stats.resist_all_elements_%_per_endurance_charge_if_not_player_minion11
    Stats.critical_strike_chance_+%_per_power_charge50
    Stats.critical_strike_chance_+%_per_power_charge_if_not_player_minion150
    Stats.maximum_block_%75
    Stats.base_maximum_spell_block_%75
    Stats.base_number_of_totems_allowed1
    Stats.base_number_of_traps_allowed3
    Stats.base_number_of_remote_mines_allowed5
    Stats.movement_velocity_cap128
    Stats.maximum_life_leech_rate_%_per_minute1200
    Stats.maximum_mana_leech_rate_%_per_minute1200
    Stats.maximum_energy_shield_leech_rate_%_per_minute600
    Stats.monster_ignite_damage_+%_final-72
    Stats.monster_bleeding_damage_+%_final-86
    Stats.monster_poison_damage_+%_final-50
    Stats.bleeding_moving_damage_%_of_base_override500
    Stats.max_azurite_debuff_stacks10
    Stats.impaled_debuff_base_duration_ms8000
    Stats.impaled_debuff_number_of_reflected_hits5
    Stats.ignore_skill_weapon_restrictions1
    Stats.base_total_number_of_sigils_allowed3
    Stats.maximum_life_leech_amount_per_leech_%_max_life10
    Stats.maximum_mana_leech_amount_per_leech_%_max_mana10
    Stats.maximum_energy_shield_leech_amount_per_leech_%_max_energy_shield10
    Stats.object_inherent_melee_hit_stun_duration_+%_final20
    Stats.scale_melee_range_to_actor_scale1
    Stats.use_melee_pattern_range1
    Stats.actor_scale_+%_limit100
    Stats.damage_taken_when_hit_+%_final_per_fortification-1
    Stats.base_max_fortification20
    Stats.soul_eater_maximum_stacks45
    ObjectMagicProperties.stat_description_listMetadata/StatDescriptions/monster_stat_descriptions.txt
    Positioned.blockingtrue
    Positioned.team0
    Positioned.serialise_collidabletrue
    BaseEvents.server_onlytrue
    BaseEvents.on_construction_completeRemoveCollidability();
    Actor.basic_actionMove, Flee, StrafeLeft, StrafeRight, Advance, DoNothing, MonsterPickup
    Actor.slow_animations_go_to_idletrue
    Life.corpse_usablefalse
    StateMachine.define_shared_stateskill_done;
    Edit

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