Maligaro the Mutilator
Demon
trigger cascade target variation [1]
Monsters grant 100% increased Experience
15000% increased Rarity of Items Dropped
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
SpectreN
AreaOvergrown Shrine Map
Tagscaster, chaos_affinity, demon, ghost_armour, ghost_blood, human, humanoid, is_unarmed, large_height, large_model, medium_movement, melee, non_unique_map_boss, not_str, physical_affinity, ranged, slashing_weapon
Life
400%
Energy Shield From Life
50%
Evasion
+50%
Ailment Threshold
400%
Resistance
40 40 40 25
Damage
140%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 15
Attack Time
1.5 Second
Damage Spread
±20%
Experience
200%
Model Size
115%
Type
MaligaroSoulMap
Metadata
MaligaroSoulMap
Level
70
Life
728,502
Armour
33,714
Evasion
7,622
Energy Shield
3,469
Damage
672
Spell Damage
1,003
Accuracy
314
Attack Time
1.005
Experience
117,920
Ailment Threshold
422,531
Chill
1,336
Shock
1,336
Brittle
7,559
Scorch
1,336
Sap
3,691
MaligaroSoulComboAttack
Attack, Damage
Base Damage: 1067–1600
Critical Strike Chance: 5%
Attack Time: 1.5 sec
Cooldown Time: 7 sec
is area damage [1]
MaligaroBladefallFirestorm1
Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, Cascadable, CanRapidFire, AreaSpell
Firestorm
Cast Time: 1 sec
Flaming bolts rain down over the targeted area. They explode when landing, dealing damage to nearby enemies.
Deals 216 to 324.1 Physical Damage
Base duration is 0.13 seconds
50% of Physical Damage Converted to Chaos Damage
One impact every 0.12 seconds
Base radius is 1 metre
cast on trigger cascade event % [100]
firestorm base area of effect +% [-40]
firestorm use server effects [1]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-60]
UnholyTrioTriggerCascade2Maligaro
Triggerable
Cooldown Time: 8 sec
trigger cascade B [80]
trigger cascade angle [5]
trigger cascade angle between arms [90]
trigger cascade behaviour variation [3]
trigger cascade ms between spikes [250]
trigger cascade number of arms [3]
trigger cascade number of spikes [6]
MaligaroBoomerangProjectile
Spell, Projectile, ProjectilesFromUser, Triggerable
Cast Time: 1 sec
Cooldown Time: 3 sec
Deals 370.3 to 555.5 Physical Damage
Projectiles Pierce all Targets
25% of Physical Damage Converted to Chaos Damage
Projectiles Return to you
base is projectile [1]
monster projectile variation [31]
monster reverse point blank damage -% at minimum range [30]
MaligaroTeleportSlam
Attack, Damage
Base Damage: 1067–1600
Critical Strike Chance: 5%
Attack Damage: 150%
Attack Damage: 150%
Attack Time: 1.5 sec
Cooldown Time: 10 sec
Deals 50% more Attack Damage
25% of Physical Damage Converted to Chaos Damage
Poisons Enemies on Hit
Maim on Hit
active skill area of effect radius +% final [-50]
is area damage [1]
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Default Attack
Base Damage: 1067–1600
Critical Strike Chance: 5%
Attack Time: 1.5 sec
Strike your foes down with a powerful blow.
skill can fire arrows [1]
skill can fire wand projectiles [1]
MaligaroSummonClonesMap
Spell, Multicastable, Triggerable, Trappable, Totemable, Mineable
Cast Time: 8.4 sec
alternate minion [273]
minion dies when parent deleted [1]
monster no drops or experience [1]
number of monsters to summon [1]
skill is minion skill [1]
summon specific monsters radius +% [100]
summoned monster rarity [3]
SSMSentinelSummonMaligaroClones
Spell, Multicastable, Triggerable
Cast Time: 1 sec
alternate minion [615]
monster no drops or experience [1]
number of monsters to summon [1]
summon specific monsters radius +% [-60]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Stats
{
	set_cannot_drop_below_%_life = 30
}

Transitionable {}

StateMachine {}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

BaseEvents
{
	on_construction_complete = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/act9/The_Trio/MaligaroSpectral/bodyfx/bodyfx.epk );"
}

Life
{
	on_death = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/act9/The_Trio/MaligaroSpectral/bodyfx/bodyfx.epk );"
	on_spawned_dead = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/act9/The_Trio/MaligaroSpectral/bodyfx/bodyfx.epk );"
}

Animated
{
	on_event_appearraised = "PlayEffect( Metadata/Effects/Spells/monsters_effects/Maligaro_Act7_e/vanish/vanish_return.ao, default, 1, 1, 200 );"
	on_event_vanishraised = "PlayEffect( Metadata/Effects/Spells/monsters_effects/Maligaro_Act7_e/vanish/vanish_disappear.ao, default, 1, 1, 200 );"
	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/act9/The_Trio/soul_transfer/soul_up.ao"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Maligaro/MaligaroSoulMap"] = {
    name = "Maligaro the Mutilator",
    life = 4,
    energyShield = 0.5,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    damage = 1.4,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 15,
    accuracy = 1,
    skillList = {
        "Melee",
        "MaligaroBladefallFirestorm1",
        "SSMSentinelSummonMaligaroClones",
        "MaligaroTeleportSlam",
        "MaligaroSoulComboAttack",
        "MaligaroSummonClonesMap",
        "MaligaroBoomerangProjectile",
        "UnholyTrioTriggerCascade2Maligaro",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["Melee"] = {
    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",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MaligaroBladefallFirestorm1"] = {
    name = "Firestorm",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Flaming bolts rain down over the targeted area. They explode when landing, dealing damage to nearby enemies.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Duration] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Fire] = true,
        [SkillType.Cascadable] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "base_skill_effect_duration",
        "fire_storm_fireball_delay_ms",
        "firestorm_base_area_of_effect_+%",
        "cast_on_trigger_cascade_event_%",
        "skill_physical_damage_%_to_convert_to_chaos",
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "active_skill_base_area_of_effect_radius",
        "is_area_damage",
        "firestorm_use_server_effects",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 125, 120, -40, 100, 50, -60, 10, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["SSMSentinelSummonMaligaroClones"] = {
    name = "SSMSentinelSummonMaligaroClones",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "number_of_monsters_to_summon",
        "alternate_minion",
        "summon_specific_monsters_radius_+%",
        "monster_no_drops_or_experience",
    },
    levels = {
        [1] = {1, 615, -60, levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MaligaroTeleportSlam"] = {
    name = "MaligaroTeleportSlam",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Damage] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 3.2,
    baseFlags = {
        attack = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "skill_physical_damage_%_to_convert_to_chaos",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
        "global_maim_on_hit",
        "global_poison_on_hit",
    },
    levels = {
        [1] = {25, -50, baseMultiplier = 1.5, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MaligaroSoulComboAttack"] = {
    name = "MaligaroSoulComboAttack",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Damage] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 3,
    baseFlags = {
        attack = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "is_area_damage",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MaligaroSummonClonesMap"] = {
    name = "MaligaroSummonClonesMap",
    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 = 8.4,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "alternate_minion",
        "number_of_monsters_to_summon",
        "summon_specific_monsters_radius_+%",
        "summoned_monster_rarity",
        "monster_no_drops_or_experience",
        "skill_is_minion_skill",
        "minion_dies_when_parent_deleted",
    },
    levels = {
        [1] = {273, 1, 100, 3, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MaligaroBoomerangProjectile"] = {
    name = "MaligaroBoomerangProjectile",
    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,
    baseFlags = {
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "monster_projectile_variation",
        "monster_reverse_point_blank_damage_-%_at_minimum_range",
        "skill_physical_damage_%_to_convert_to_chaos",
        "base_is_projectile",
        "always_pierce",
        "projectiles_return",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 31, 30, 25, levelRequirement = 64, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["UnholyTrioTriggerCascade2Maligaro"] = {
    name = "UnholyTrioTriggerCascade2Maligaro",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "trigger_cascade_number_of_spikes",
        "trigger_cascade_behaviour_variation",
        "trigger_cascade_B",
        "trigger_cascade_angle",
        "trigger_cascade_ms_between_spikes",
        "trigger_cascade_number_of_arms",
        "trigger_cascade_angle_between_arms",
    },
    levels = {
        [1] = {6, 3, 80, 5, 250, 3, 90, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
trigger cascade target variation [1]
IdTriggerCascadeTargetVariation1_
FamilyTriggerCascadeTargetVariation
DomainsMonster (3)
GenerationTypeUnique (3)
Req. level1
Stats
  • trigger cascade target variation Min: 1 Max: 1 Global
  • Monsters grant 100% increased Experience
    15000% increased Rarity of Items Dropped
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeUnique (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
  • Maligaro the Mutilator
    Demon
    trigger cascade target variation [1]
    Monsters grant 100% increased Experience
    15000% increased Rarity of Items Dropped
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    SpectreN
    Tagscaster, chaos_affinity, demon, ghost_armour, ghost_blood, human, humanoid, is_unarmed, large_height, large_model, medium_movement, melee, not_str, physical_affinity, ranged, slashing_weapon, standalone_map_boss
    Life
    400%
    Energy Shield From Life
    50%
    Evasion
    +50%
    Ailment Threshold
    400%
    Resistance
    40 40 40 25
    Damage
    140%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    6 ~ 15
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experience
    200%
    Model Size
    115%
    Type
    MaligaroSoulMap
    Metadata
    MaligaroSoulMapStandalone
    Level
    68
    Life
    557,385
    Armour
    28,790
    Evasion
    7,109
    Energy Shield
    3,064
    Damage
    596
    Spell Damage
    889
    Accuracy
    290
    Attack Time
    1.005
    Experience
    112,805
    Ailment Threshold
    351,153
    Chill
    1,110
    Shock
    1,110
    Brittle
    6,282
    Scorch
    1,110
    Sap
    3,068
    MaligaroSoulComboAttack
    Attack, Damage
    Base Damage: 946–1419
    Critical Strike Chance: 5%
    Attack Time: 1.5 sec
    Cooldown Time: 7 sec
    is area damage [1]
    MaligaroBladefallFirestorm1
    Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, Cascadable, CanRapidFire, AreaSpell
    Firestorm
    Cast Time: 1 sec
    Flaming bolts rain down over the targeted area. They explode when landing, dealing damage to nearby enemies.
    Deals 202.5 to 303.7 Physical Damage
    Base duration is 0.13 seconds
    50% of Physical Damage Converted to Chaos Damage
    One impact every 0.12 seconds
    Base radius is 1 metre
    cast on trigger cascade event % [100]
    firestorm base area of effect +% [-40]
    firestorm use server effects [1]
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-60]
    UnholyTrioTriggerCascade2Maligaro
    Triggerable
    Cooldown Time: 8 sec
    trigger cascade B [80]
    trigger cascade angle [5]
    trigger cascade angle between arms [90]
    trigger cascade behaviour variation [3]
    trigger cascade ms between spikes [250]
    trigger cascade number of arms [3]
    trigger cascade number of spikes [6]
    MaligaroBoomerangProjectile
    Spell, Projectile, ProjectilesFromUser, Triggerable
    Cast Time: 1 sec
    Cooldown Time: 3 sec
    Deals 345.7 to 518.6 Physical Damage
    Projectiles Pierce all Targets
    25% of Physical Damage Converted to Chaos Damage
    Projectiles Return to you
    base is projectile [1]
    monster projectile variation [31]
    monster reverse point blank damage -% at minimum range [30]
    MaligaroTeleportSlam
    Attack, Damage
    Base Damage: 946–1419
    Critical Strike Chance: 5%
    Attack Damage: 150%
    Attack Damage: 150%
    Attack Time: 1.5 sec
    Cooldown Time: 10 sec
    Deals 50% more Attack Damage
    25% of Physical Damage Converted to Chaos Damage
    Poisons Enemies on Hit
    Maim on Hit
    active skill area of effect radius +% final [-50]
    is area damage [1]
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Default Attack
    Base Damage: 946–1419
    Critical Strike Chance: 5%
    Attack Time: 1.5 sec
    Strike your foes down with a powerful blow.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/StandaloneMapBoss"
    
    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/act9/The_Trio/MaligaroSpectral/bodyfx/bodyfx.epk );"
    }
    
    Life
    {
    	on_death = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/act9/The_Trio/MaligaroSpectral/bodyfx/bodyfx.epk );"
    	on_spawned_dead = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/act9/The_Trio/MaligaroSpectral/bodyfx/bodyfx.epk );"
    }
    
    Animated
    {
    	on_event_appearraised = "PlayEffect( Metadata/Effects/Spells/monsters_effects/Maligaro_Act7_e/vanish/vanish_return.ao, default, 1, 1, 200 );"
    	on_event_vanishraised = "PlayEffect( Metadata/Effects/Spells/monsters_effects/Maligaro_Act7_e/vanish/vanish_disappear.ao, default, 1, 1, 200 );"
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/act9/The_Trio/soul_transfer/soul_up.ao"
    }
    
    StateMachine
    {
    	on_or_create_state_add_effects_1 = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Maven/bubble_bosses/maligaro_soul.epk );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Maligaro/MaligaroSoulMapStandalone"] = {
        name = "Maligaro the Mutilator",
        life = 4,
        energyShield = 0.5,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 1.4,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 15,
        accuracy = 1,
        skillList = {
            "Melee",
            "MaligaroBladefallFirestorm1",
            "MaligaroTeleportSlam",
            "MaligaroSoulComboAttack",
            "MaligaroBoomerangProjectile",
            "UnholyTrioTriggerCascade2Maligaro",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        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",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MaligaroBladefallFirestorm1"] = {
        name = "Firestorm",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Flaming bolts rain down over the targeted area. They explode when landing, dealing damage to nearby enemies.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Fire] = true,
            [SkillType.Cascadable] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "base_skill_effect_duration",
            "fire_storm_fireball_delay_ms",
            "firestorm_base_area_of_effect_+%",
            "cast_on_trigger_cascade_event_%",
            "skill_physical_damage_%_to_convert_to_chaos",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "active_skill_base_area_of_effect_radius",
            "is_area_damage",
            "firestorm_use_server_effects",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 125, 120, -40, 100, 50, -60, 10, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MaligaroTeleportSlam"] = {
        name = "MaligaroTeleportSlam",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3.2,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_physical_damage_%_to_convert_to_chaos",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
            "global_maim_on_hit",
            "global_poison_on_hit",
        },
        levels = {
            [1] = {25, -50, baseMultiplier = 1.5, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MaligaroSoulComboAttack"] = {
        name = "MaligaroSoulComboAttack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "is_area_damage",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MaligaroBoomerangProjectile"] = {
        name = "MaligaroBoomerangProjectile",
        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,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "monster_projectile_variation",
            "monster_reverse_point_blank_damage_-%_at_minimum_range",
            "skill_physical_damage_%_to_convert_to_chaos",
            "base_is_projectile",
            "always_pierce",
            "projectiles_return",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 31, 30, 25, levelRequirement = 64, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["UnholyTrioTriggerCascade2Maligaro"] = {
        name = "UnholyTrioTriggerCascade2Maligaro",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "trigger_cascade_number_of_spikes",
            "trigger_cascade_behaviour_variation",
            "trigger_cascade_B",
            "trigger_cascade_angle",
            "trigger_cascade_ms_between_spikes",
            "trigger_cascade_number_of_arms",
            "trigger_cascade_angle_between_arms",
        },
        levels = {
            [1] = {6, 3, 80, 5, 250, 3, 90, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    trigger cascade target variation [1]
    IdTriggerCascadeTargetVariation1_
    FamilyTriggerCascadeTargetVariation
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • trigger cascade target variation Min: 1 Max: 1 Global
  • Monsters grant 100% increased Experience
    15000% increased Rarity of Items Dropped
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeUnique (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
  • Maligaro the Mutilator
    Demon
    trigger cascade target variation [1]
    Monsters grant 100% increased Experience
    15000% increased Rarity of Items Dropped
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    SpectreN
    Tagsdemon, elder_map_boss, ghost_armour, ghost_blood, human, humanoid, is_unarmed, large_height, large_model, medium_movement, non_attacking, not_str, slashing_weapon
    Life
    400%
    Energy Shield From Life
    50%
    Evasion
    +50%
    Ailment Threshold
    400%
    Resistance
    40 40 40 25
    Damage
    140%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    6 ~ 15
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experience
    200%
    Model Size
    115%
    Type
    MaligaroSoulMap
    Metadata
    MaligaroSoulMapElder

    Object Type

    version 2
    extends "Metadata/Monsters/ElderBosses/ElderBossClone"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/ElderBosses/ElderBossClone"
    
    BaseEvents
    {
    	on_construction_complete = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/act9/The_Trio/MaligaroSpectral/bodyfx/bodyfx.epk );"
    }
    
    Life
    {
    	on_death = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/act9/The_Trio/MaligaroSpectral/bodyfx/bodyfx.epk );"
    	on_spawned_dead = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/act9/The_Trio/MaligaroSpectral/bodyfx/bodyfx.epk );"
    }
    
    Animated
    {
    	on_event_shortdeath_for_death_boss_01 = "PauseAnimation(  );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Maligaro/MaligaroSoulMapElder"] = {
        name = "Maligaro the Mutilator",
        life = 4,
        energyShield = 0.5,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 1.4,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 15,
        accuracy = 1,
        skillList = {
        },
        modList = {
        },
    }
    
    trigger cascade target variation [1]
    IdTriggerCascadeTargetVariation1_
    FamilyTriggerCascadeTargetVariation
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • trigger cascade target variation Min: 1 Max: 1 Global
  • Monsters grant 100% increased Experience
    15000% increased Rarity of Items Dropped
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeUnique (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
  • Maligaro the Mutilator
    Demon
    trigger cascade target variation [1]
    Monsters grant 100% increased Experience
    15000% increased Rarity of Items Dropped
    cannot have affliction mods [1]
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    SpectreN
    Tagsdemon, ghost_armour, ghost_blood, human, humanoid, is_unarmed, large_model, medium_height, medium_movement, melee, not_str, physical_affinity, slashing_weapon
    Life
    100%
    Energy Shield From Life
    50%
    Evasion
    +50%
    Ailment Threshold
    100%
    Resistance
    40 40 40 25
    Damage
    50%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    6 ~ 15
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experience
    100%
    Model Size
    115%
    Type
    MaligaroSoulCloneMap
    Metadata
    MaligaroSoulClone1Map
    Level
    68
    Life
    139,346
    Armour
    28,790
    Evasion
    7,109
    Energy Shield
    3,064
    Damage
    213
    Spell Damage
    318
    Accuracy
    290
    Attack Time
    1.005
    Experience
    56,403
    Ailment Threshold
    87,788
    Chill
    278
    Shock
    278
    Brittle
    1,570
    Scorch
    278
    Sap
    767
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Default Attack
    Base Damage: 338–507
    Critical Strike Chance: 5%
    Attack Time: 1.5 sec
    Strike your foes down with a powerful blow.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    MaligaroSoulComboAttack
    Attack, Damage
    Base Damage: 338–507
    Critical Strike Chance: 5%
    Attack Time: 1.5 sec
    Cooldown Time: 7 sec
    is area damage [1]
    MaligaroCloneWait
    Cooldown Time: 1 sec
    Base duration is 1 seconds

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Positioned
    {
    }
    
    Pathfinding
    {
    }
    
    Stats
    {
    	set_item_drop_slots = 0
    	set_is_double = 1
    	set_suppress_mod_stat_display = 1
    	set_energy_shield_recharge_rate_per_minute_% = 0
    	monster_inherent_damage_taken_+%_final = -80
    }
    
    Actor
    {
    	slow_animations_go_to_idle = false
    	basic_action = "Emerge"
    }
    
    Life
    {
    	corpse_usable = false
    	initial_life_percentage = 33
    }
    
    Animated
    {
    }
    
    DiesAfterTime
    {
    	delete_on_sleep_if_counting = true
    }
    
    MinimapIcon
    {
    	imitate_player = true
    	icon = 1
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    BaseEvents
    {
    	on_construction_complete = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/act9/The_Trio/MaligaroSpectral/bodyfx/bodyfx.epk );"
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Maligaro/MaligaroSoulClone1Map"] = {
        name = "Maligaro the Mutilator",
        life = 1,
        energyShield = 0.5,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 0.5,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 15,
        accuracy = 1,
        skillList = {
            "Melee",
            "MaligaroCloneWait",
            "MaligaroSoulComboAttack",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        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",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MaligaroCloneWait"] = {
        name = "MaligaroCloneWait",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_skill_effect_duration",
        },
        levels = {
            [1] = {1000, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MaligaroSoulComboAttack"] = {
        name = "MaligaroSoulComboAttack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "is_area_damage",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    trigger cascade target variation [1]
    IdTriggerCascadeTargetVariation1_
    FamilyTriggerCascadeTargetVariation
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • trigger cascade target variation Min: 1 Max: 1 Global
  • Monsters grant 100% increased Experience
    15000% increased Rarity of Items Dropped
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • cannot have affliction mods [1]
    IdCannotGainAfflictedMods
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot have affliction mods Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeUnique (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
  • Maligaro the Mutilator
    Demon
    trigger cascade target variation [1]
    Monsters grant 100% increased Experience
    15000% increased Rarity of Items Dropped
    cannot have affliction mods [1]
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    SpectreN
    Tagscaster, chaos_affinity, demon, ghost_armour, ghost_blood, human, humanoid, is_unarmed, large_model, medium_height, medium_movement, melee, not_str, physical_affinity, ranged, slashing_weapon
    Life
    100%
    Energy Shield From Life
    50%
    Evasion
    +50%
    Ailment Threshold
    100%
    Resistance
    40 40 40 25
    Damage
    50%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    6 ~ 15
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experience
    100%
    Model Size
    115%
    Type
    MaligaroSoulCloneMap
    Metadata
    MaligaroSoulClone2Map
    Level
    68
    Life
    139,346
    Armour
    28,790
    Evasion
    7,109
    Energy Shield
    3,064
    Damage
    213
    Spell Damage
    318
    Accuracy
    290
    Attack Time
    1.005
    Experience
    56,403
    Ailment Threshold
    87,788
    Chill
    278
    Shock
    278
    Brittle
    1,570
    Scorch
    278
    Sap
    767
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Default Attack
    Base Damage: 338–507
    Critical Strike Chance: 5%
    Attack Time: 1.5 sec
    Strike your foes down with a powerful blow.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    MaligaroBladefallFirestorm1Clone
    Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, Cascadable, CanRapidFire, AreaSpell
    Firestorm
    Cast Time: 1 sec
    Flaming bolts rain down over the targeted area. They explode when landing, dealing damage to nearby enemies.
    Deals 131.6 to 197.4 Physical Damage
    Base duration is 0.13 seconds
    50% of Physical Damage Converted to Chaos Damage
    One impact every 0.12 seconds
    Base radius is 1 metre
    cast on trigger cascade event % [100]
    firestorm base area of effect +% [-40]
    firestorm use server effects [1]
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-60]
    UnholyTrioTriggerCascade2Maligaro
    Triggerable
    Cooldown Time: 8 sec
    trigger cascade B [80]
    trigger cascade angle [5]
    trigger cascade angle between arms [90]
    trigger cascade behaviour variation [3]
    trigger cascade ms between spikes [250]
    trigger cascade number of arms [3]
    trigger cascade number of spikes [6]
    MaligaroCloneWait
    Cooldown Time: 1 sec
    Base duration is 1 seconds

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Positioned
    {
    }
    
    Pathfinding
    {
    }
    
    Stats
    {
    	set_item_drop_slots = 0
    	set_is_double = 1
    	set_suppress_mod_stat_display = 1
    	set_energy_shield_recharge_rate_per_minute_% = 0
    	monster_inherent_damage_taken_+%_final = -80
    }
    
    Actor
    {
    	slow_animations_go_to_idle = false
    	basic_action = "Emerge"
    }
    
    Life
    {
    	corpse_usable = false
    	initial_life_percentage = 33
    }
    
    Animated
    {
    }
    
    DiesAfterTime
    {
    	delete_on_sleep_if_counting = true
    }
    
    MinimapIcon
    {
    	imitate_player = true
    	icon = 1
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    BaseEvents
    {
    	on_construction_complete = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/act9/The_Trio/MaligaroSpectral/bodyfx/bodyfx.epk );"
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Maligaro/MaligaroSoulClone2Map"] = {
        name = "Maligaro the Mutilator",
        life = 1,
        energyShield = 0.5,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 0.5,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 15,
        accuracy = 1,
        skillList = {
            "Melee",
            "MaligaroBladefallFirestorm1Clone",
            "MaligaroCloneWait",
            "UnholyTrioTriggerCascade2Maligaro",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        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",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MaligaroBladefallFirestorm1Clone"] = {
        name = "Firestorm",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Flaming bolts rain down over the targeted area. They explode when landing, dealing damage to nearby enemies.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Fire] = true,
            [SkillType.Cascadable] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "base_skill_effect_duration",
            "fire_storm_fireball_delay_ms",
            "firestorm_base_area_of_effect_+%",
            "cast_on_trigger_cascade_event_%",
            "skill_physical_damage_%_to_convert_to_chaos",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "active_skill_base_area_of_effect_radius",
            "is_area_damage",
            "firestorm_use_server_effects",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 125, 120, -40, 100, 50, -60, 10, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MaligaroCloneWait"] = {
        name = "MaligaroCloneWait",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_skill_effect_duration",
        },
        levels = {
            [1] = {1000, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["UnholyTrioTriggerCascade2Maligaro"] = {
        name = "UnholyTrioTriggerCascade2Maligaro",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "trigger_cascade_number_of_spikes",
            "trigger_cascade_behaviour_variation",
            "trigger_cascade_B",
            "trigger_cascade_angle",
            "trigger_cascade_ms_between_spikes",
            "trigger_cascade_number_of_arms",
            "trigger_cascade_angle_between_arms",
        },
        levels = {
            [1] = {6, 3, 80, 5, 250, 3, 90, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    trigger cascade target variation [1]
    IdTriggerCascadeTargetVariation1_
    FamilyTriggerCascadeTargetVariation
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • trigger cascade target variation Min: 1 Max: 1 Global
  • Monsters grant 100% increased Experience
    15000% increased Rarity of Items Dropped
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • cannot have affliction mods [1]
    IdCannotGainAfflictedMods
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot have affliction mods Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeUnique (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
  • Maligaro the Mutilator
    Demon
    trigger cascade target variation [1]
    Monsters grant 100% increased Experience
    15000% increased Rarity of Items Dropped
    cannot have affliction mods [1]
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    SpectreN
    Tagscaster, chaos_affinity, demon, ghost_armour, ghost_blood, human, humanoid, is_unarmed, large_model, medium_height, medium_movement, melee, not_str, physical_affinity, ranged, slashing_weapon
    Life
    100%
    Energy Shield From Life
    50%
    Evasion
    +50%
    Ailment Threshold
    100%
    Resistance
    40 40 40 25
    Damage
    50%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    6 ~ 15
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experience
    100%
    Model Size
    115%
    Type
    MaligaroSoulCloneMap
    Metadata
    MaligaroSoulClone3Map
    Level
    68
    Life
    139,346
    Armour
    28,790
    Evasion
    7,109
    Energy Shield
    3,064
    Damage
    213
    Spell Damage
    318
    Accuracy
    290
    Attack Time
    1.005
    Experience
    56,403
    Ailment Threshold
    87,788
    Chill
    278
    Shock
    278
    Brittle
    1,570
    Scorch
    278
    Sap
    767
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Default Attack
    Base Damage: 338–507
    Critical Strike Chance: 5%
    Attack Time: 1.5 sec
    Strike your foes down with a powerful blow.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    MaligaroBoomerangProjectileClone
    Spell, Projectile, ProjectilesFromUser, Triggerable
    Cast Time: 1 sec
    Cooldown Time: 3 sec
    Deals 161.3 to 242 Physical Damage
    Projectiles Pierce all Targets
    25% of Physical Damage Converted to Chaos Damage
    Projectiles Return to you
    base is projectile [1]
    monster projectile variation [31]
    monster reverse point blank damage -% at minimum range [30]
    MaligaroCloneWait
    Cooldown Time: 1 sec
    Base duration is 1 seconds

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Positioned
    {
    }
    
    Pathfinding
    {
    }
    
    Stats
    {
    	set_item_drop_slots = 0
    	set_is_double = 1
    	set_suppress_mod_stat_display = 1
    	set_energy_shield_recharge_rate_per_minute_% = 0
    	monster_inherent_damage_taken_+%_final = -80
    }
    
    Actor
    {
    	slow_animations_go_to_idle = false
    	basic_action = "Emerge"
    }
    
    Life
    {
    	corpse_usable = false
    	initial_life_percentage = 33
    }
    
    Animated
    {
    }
    
    DiesAfterTime
    {
    	delete_on_sleep_if_counting = true
    }
    
    MinimapIcon
    {
    	imitate_player = true
    	icon = 1
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    BaseEvents
    {
    	on_construction_complete = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/act9/The_Trio/MaligaroSpectral/bodyfx/bodyfx.epk );"
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Maligaro/MaligaroSoulClone3Map"] = {
        name = "Maligaro the Mutilator",
        life = 1,
        energyShield = 0.5,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 0.5,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 15,
        accuracy = 1,
        skillList = {
            "Melee",
            "MaligaroCloneWait",
            "MaligaroBoomerangProjectileClone",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        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",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MaligaroCloneWait"] = {
        name = "MaligaroCloneWait",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_skill_effect_duration",
        },
        levels = {
            [1] = {1000, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MaligaroBoomerangProjectileClone"] = {
        name = "MaligaroBoomerangProjectileClone",
        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,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "monster_projectile_variation",
            "monster_reverse_point_blank_damage_-%_at_minimum_range",
            "skill_physical_damage_%_to_convert_to_chaos",
            "base_is_projectile",
            "always_pierce",
            "projectiles_return",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 31, 30, 25, levelRequirement = 64, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    trigger cascade target variation [1]
    IdTriggerCascadeTargetVariation1_
    FamilyTriggerCascadeTargetVariation
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • trigger cascade target variation Min: 1 Max: 1 Global
  • Monsters grant 100% increased Experience
    15000% increased Rarity of Items Dropped
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • cannot have affliction mods [1]
    IdCannotGainAfflictedMods
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot have affliction mods Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeUnique (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
  • Maligaro the Mutilator
    Demon
    trigger cascade target variation [1]
    Monsters grant 100% increased Experience
    15000% increased Rarity of Items Dropped
    cannot have affliction mods [1]
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    SpectreN
    Tagschaos_affinity, demon, ghost_armour, ghost_blood, human, humanoid, is_unarmed, large_model, medium_height, medium_movement, melee, not_str, physical_affinity, slashing_weapon
    Life
    100%
    Energy Shield From Life
    50%
    Evasion
    +50%
    Ailment Threshold
    100%
    Resistance
    40 40 40 25
    Damage
    50%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    6 ~ 15
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experience
    100%
    Model Size
    115%
    Type
    MaligaroSoulCloneMap
    Metadata
    MaligaroSoulClone4Map
    Level
    68
    Life
    139,346
    Armour
    28,790
    Evasion
    7,109
    Energy Shield
    3,064
    Damage
    213
    Spell Damage
    318
    Accuracy
    290
    Attack Time
    1.005
    Experience
    56,403
    Ailment Threshold
    87,788
    Chill
    278
    Shock
    278
    Brittle
    1,570
    Scorch
    278
    Sap
    767
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Default Attack
    Base Damage: 338–507
    Critical Strike Chance: 5%
    Attack Time: 1.5 sec
    Strike your foes down with a powerful blow.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    MaligaroTeleportSlam
    Attack, Damage
    Base Damage: 338–507
    Critical Strike Chance: 5%
    Attack Damage: 150%
    Attack Damage: 150%
    Attack Time: 1.5 sec
    Cooldown Time: 10 sec
    Deals 50% more Attack Damage
    25% of Physical Damage Converted to Chaos Damage
    Poisons Enemies on Hit
    Maim on Hit
    active skill area of effect radius +% final [-50]
    is area damage [1]
    MaligaroCloneWait
    Cooldown Time: 1 sec
    Base duration is 1 seconds

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Positioned
    {
    }
    
    Pathfinding
    {
    }
    
    Stats
    {
    	set_item_drop_slots = 0
    	set_is_double = 1
    	set_suppress_mod_stat_display = 1
    	set_energy_shield_recharge_rate_per_minute_% = 0
    	monster_inherent_damage_taken_+%_final = -80
    }
    
    Actor
    {
    	slow_animations_go_to_idle = false
    	basic_action = "Emerge"
    }
    
    Life
    {
    	corpse_usable = false
    	initial_life_percentage = 33
    }
    
    Animated
    {
    }
    
    DiesAfterTime
    {
    	delete_on_sleep_if_counting = true
    }
    
    MinimapIcon
    {
    	imitate_player = true
    	icon = 1
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    BaseEvents
    {
    	on_construction_complete = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/act9/The_Trio/MaligaroSpectral/bodyfx/bodyfx.epk );"
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Maligaro/MaligaroSoulClone4Map"] = {
        name = "Maligaro the Mutilator",
        life = 1,
        energyShield = 0.5,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 0.5,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 15,
        accuracy = 1,
        skillList = {
            "Melee",
            "MaligaroCloneWait",
            "MaligaroTeleportSlam",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        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",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MaligaroCloneWait"] = {
        name = "MaligaroCloneWait",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_skill_effect_duration",
        },
        levels = {
            [1] = {1000, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MaligaroTeleportSlam"] = {
        name = "MaligaroTeleportSlam",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3.2,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_physical_damage_%_to_convert_to_chaos",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
            "global_maim_on_hit",
            "global_poison_on_hit",
        },
        levels = {
            [1] = {25, -50, baseMultiplier = 1.5, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    trigger cascade target variation [1]
    IdTriggerCascadeTargetVariation1_
    FamilyTriggerCascadeTargetVariation
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • trigger cascade target variation Min: 1 Max: 1 Global
  • Monsters grant 100% increased Experience
    15000% increased Rarity of Items Dropped
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • cannot have affliction mods [1]
    IdCannotGainAfflictedMods
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot have affliction mods Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeUnique (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
  • Maligaro the Mutilator
    Demon
    trigger cascade target variation [1]
    Monsters grant 100% increased Experience
    15000% increased Rarity of Items Dropped
    cannot have affliction mods [1]
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    SpectreN
    Tagsdemon, ghost_armour, ghost_blood, human, humanoid, is_unarmed, large_model, medium_height, medium_movement, melee, not_str, physical_affinity, slashing_weapon
    Life
    100%
    Energy Shield From Life
    50%
    Evasion
    +50%
    Ailment Threshold
    100%
    Resistance
    40 40 40 25
    Damage
    50%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    6 ~ 15
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experience
    100%
    Model Size
    115%
    Type
    MaligaroSoulCloneMap
    Metadata
    MaligaroSoulClone5Map
    Level
    68
    Life
    139,346
    Armour
    28,790
    Evasion
    7,109
    Energy Shield
    3,064
    Damage
    213
    Spell Damage
    318
    Accuracy
    290
    Attack Time
    1.005
    Experience
    56,403
    Ailment Threshold
    87,788
    Chill
    278
    Shock
    278
    Brittle
    1,570
    Scorch
    278
    Sap
    767
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Default Attack
    Base Damage: 338–507
    Critical Strike Chance: 5%
    Attack Time: 1.5 sec
    Strike your foes down with a powerful blow.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    MaligaroCloneWait
    Cooldown Time: 1 sec
    Base duration is 1 seconds

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Positioned
    {
    }
    
    Pathfinding
    {
    }
    
    Stats
    {
    	set_item_drop_slots = 0
    	set_is_double = 1
    	set_suppress_mod_stat_display = 1
    	set_energy_shield_recharge_rate_per_minute_% = 0
    	monster_inherent_damage_taken_+%_final = -80
    }
    
    Actor
    {
    	slow_animations_go_to_idle = false
    	basic_action = "Emerge"
    }
    
    Life
    {
    	corpse_usable = false
    	initial_life_percentage = 33
    }
    
    Animated
    {
    }
    
    DiesAfterTime
    {
    	delete_on_sleep_if_counting = true
    }
    
    MinimapIcon
    {
    	imitate_player = true
    	icon = 1
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    BaseEvents
    {
    	on_construction_complete = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/act9/The_Trio/MaligaroSpectral/bodyfx/bodyfx.epk );"
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Maligaro/MaligaroSoulClone5Map"] = {
        name = "Maligaro the Mutilator",
        life = 1,
        energyShield = 0.5,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 0.5,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 15,
        accuracy = 1,
        skillList = {
            "Melee",
            "MaligaroCloneWait",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        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",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MaligaroCloneWait"] = {
        name = "MaligaroCloneWait",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_skill_effect_duration",
        },
        levels = {
            [1] = {1000, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    
    trigger cascade target variation [1]
    IdTriggerCascadeTargetVariation1_
    FamilyTriggerCascadeTargetVariation
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • trigger cascade target variation Min: 1 Max: 1 Global
  • Monsters grant 100% increased Experience
    15000% increased Rarity of Items Dropped
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • cannot have affliction mods [1]
    IdCannotGainAfflictedMods
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot have affliction mods Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeUnique (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
  • Edit

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