Maligaro, The Broken
Demon
trigger cascade target variation [1]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Monsters grant 250% increased Experience
6000% increased Rarity of Items Dropped
SpectreN
AreaThe Rotting Core
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
1875%
Energy Shield From Life
50%
Evasion
+50%
Ailment Threshold
1875%
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
150%
Model Size
115%
Type
MaligaroSoul
Metadata
MaligaroSoul
Level
64
Life
89,400
Armour
20,943
Evasion
6,168
Energy Shield
2,384
Damage
427
Spell Damage
427
Accuracy
247
Attack Time
1.5
Experience
13,925
Ailment Threshold
89,400
Chill
283
Shock
283
Brittle
1,599
Scorch
283
Sap
781
MaligaroSoulComboAttack
Attack, Damage
Base Damage: 342–512
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 164.4 to 246.6 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 278.6 to 417.9 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: 342–512
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: 342–512
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]
MaligaroSummonClones
Spell, Multicastable, Triggerable, Trappable, Totemable, Mineable
Cast Time: 8.4 sec
alternate minion [260]
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]

Object Type

version 2
extends "Metadata/Monsters/UnholyTrio/UnholyTrioSubBoss"

Stats
{
	set_cannot_drop_below_%_life = 30
}

Object Type Codes

version 2
extends "Metadata/Monsters/UnholyTrio/UnholyTrioSubBoss"

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/MaligaroSoul"] = {
    name = "Maligaro, The Broken",
    life = 18.75,
    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",
        "MaligaroSummonClones",
        "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["MaligaroSummonClones"] = {
    name = "MaligaroSummonClones",
    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] = {260, 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
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityActBoss
    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
  • Monsters grant 250% increased Experience
    6000% increased Rarity of Items Dropped
    IdMonsterQuestBossAct9____
    FamilyMonsterActBoss
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 250 Max: 250 Global
  • monster dropped item rarity +% Min: 6000 Max: 6000 Global
  • Maligaro, The Broken
    Demon
    trigger cascade target variation [1]
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    Monsters grant 250% increased Experience
    6000% increased Rarity of Items Dropped
    SpectreN
    Tagscaster, chaos_affinity, demon, ghost_armour, ghost_blood, human, humanoid, is_unarmed, large_model, medium_movement, melee, not_str, physical_affinity, ranged, slashing_weapon
    Life
    1875%
    Energy Shield From Life
    50%
    Evasion
    +50%
    Ailment Threshold
    1875%
    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
    150%
    Model Size
    115%
    Type
    MaligaroSoul
    Metadata
    MaligaroSoulStandalone
    Level
    68
    Life
    120,625
    Armour
    28,790
    Evasion
    7,109
    Energy Shield
    3,064
    Damage
    523
    Spell Damage
    523
    Accuracy
    290
    Attack Time
    1.5
    Experience
    15,383
    Ailment Threshold
    120,625
    Chill
    381
    Shock
    381
    Brittle
    2,158
    Scorch
    381
    Sap
    1,054
    MaligaroSoulComboAttack
    Attack, Damage
    Base Damage: 418–628
    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 187.2 to 280.8 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 319.7 to 479.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: 418–628
    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: 418–628
    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/StandaloneMonster"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/StandaloneMonster"
    
    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/MaligaroSoulStandalone"] = {
        name = "Maligaro, The Broken",
        life = 18.75,
        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
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityActBoss
    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
  • Monsters grant 250% increased Experience
    6000% increased Rarity of Items Dropped
    IdMonsterQuestBossAct9____
    FamilyMonsterActBoss
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 250 Max: 250 Global
  • monster dropped item rarity +% Min: 6000 Max: 6000 Global
  • Maligaro, The Broken
    Demon
    trigger cascade target variation [1]
    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
    MaligaroSoulClone
    Metadata
    MaligaroSoulClone1
    Level
    68
    Life
    6,433
    Armour
    28,790
    Evasion
    7,109
    Energy Shield
    3,064
    Damage
    187
    Spell Damage
    187
    Accuracy
    290
    Attack Time
    1.5
    Experience
    10,255
    Ailment Threshold
    6,433
    Chill
    20
    Shock
    20
    Brittle
    115
    Scorch
    20
    Sap
    56
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Default Attack
    Base Damage: 149–224
    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: 149–224
    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/MaligaroSoulClone1"] = {
        name = "Maligaro, The Broken",
        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
  • 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]
    IdStunRepeatImmunityActBoss
    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 Broken
    Demon
    trigger cascade target variation [1]
    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
    MaligaroSoulClone
    Metadata
    MaligaroSoulClone2_
    Level
    68
    Life
    6,433
    Armour
    28,790
    Evasion
    7,109
    Energy Shield
    3,064
    Damage
    187
    Spell Damage
    187
    Accuracy
    290
    Attack Time
    1.5
    Experience
    10,255
    Ailment Threshold
    6,433
    Chill
    20
    Shock
    20
    Brittle
    115
    Scorch
    20
    Sap
    56
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Default Attack
    Base Damage: 149–224
    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 121.7 to 182.6 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/MaligaroSoulClone2_"] = {
        name = "Maligaro, The Broken",
        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
  • 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]
    IdStunRepeatImmunityActBoss
    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 Broken
    Demon
    trigger cascade target variation [1]
    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
    MaligaroSoulClone
    Metadata
    MaligaroSoulClone3
    Level
    68
    Life
    6,433
    Armour
    28,790
    Evasion
    7,109
    Energy Shield
    3,064
    Damage
    187
    Spell Damage
    187
    Accuracy
    290
    Attack Time
    1.5
    Experience
    10,255
    Ailment Threshold
    6,433
    Chill
    20
    Shock
    20
    Brittle
    115
    Scorch
    20
    Sap
    56
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Default Attack
    Base Damage: 149–224
    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 149.2 to 223.8 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/MaligaroSoulClone3"] = {
        name = "Maligaro, The Broken",
        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
  • 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]
    IdStunRepeatImmunityActBoss
    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 Broken
    Demon
    trigger cascade target variation [1]
    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
    MaligaroSoulClone
    Metadata
    MaligaroSoulClone4
    Level
    68
    Life
    6,433
    Armour
    28,790
    Evasion
    7,109
    Energy Shield
    3,064
    Damage
    187
    Spell Damage
    187
    Accuracy
    290
    Attack Time
    1.5
    Experience
    10,255
    Ailment Threshold
    6,433
    Chill
    20
    Shock
    20
    Brittle
    115
    Scorch
    20
    Sap
    56
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Default Attack
    Base Damage: 149–224
    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: 149–224
    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/MaligaroSoulClone4"] = {
        name = "Maligaro, The Broken",
        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
  • 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]
    IdStunRepeatImmunityActBoss
    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 Broken
    Demon
    trigger cascade target variation [1]
    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
    MaligaroSoulClone
    Metadata
    MaligaroSoulClone5
    Level
    68
    Life
    6,433
    Armour
    28,790
    Evasion
    7,109
    Energy Shield
    3,064
    Damage
    187
    Spell Damage
    187
    Accuracy
    290
    Attack Time
    1.5
    Experience
    10,255
    Ailment Threshold
    6,433
    Chill
    20
    Shock
    20
    Brittle
    115
    Scorch
    20
    Sap
    56
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Default Attack
    Base Damage: 149–224
    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/MaligaroSoulClone5"] = {
        name = "Maligaro, The Broken",
        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
  • 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]
    IdStunRepeatImmunityActBoss
    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 Broken
    Demon
    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, not_str, physical_affinity, slashing_weapon
    Life
    1875%
    Energy Shield From Life
    50%
    Evasion
    +50%
    Ailment Threshold
    1875%
    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
    150%
    Model Size
    115%
    Type
    MaligaroSoul
    Metadata
    MaligaroSoulAmbush
    Level
    68
    Life
    120,625
    Armour
    28,790
    Evasion
    7,109
    Energy Shield
    3,064
    Damage
    523
    Spell Damage
    523
    Accuracy
    290
    Attack Time
    1.5
    Experience
    15,383
    Ailment Threshold
    120,625
    Chill
    381
    Shock
    381
    Brittle
    2,158
    Scorch
    381
    Sap
    1,054
    MaligaroSlamAmbush
    Attack, Area, Triggerable
    Base Damage: 418–628
    Critical Strike Chance: 5%
    Attack Damage: 150%
    Attack Damage: 140%
    Attack Time: 1.5 sec
    Deals 40% more Attack Damage
    50% less Attack Speed
    Poisons Enemies on Hit
    Maim on Hit
    active skill area of effect radius +% final [40]
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    DiesAfterTime
    {
    }
    
    Positioned
    {
    	collision_hull_type = "projectile"
    	blocking = false
    }
    
    Stats
    {
    	immune_to_curses = 1
    	immune_to_auras_from_other_entities = 1
    	set_item_drop_slots = 0
    	untargetable_by_monster_ai = 1
    	set_monster_do_not_fracture = 1
    	set_max_frenzy_charges = 0
    	set_max_power_charges = 0
    	set_max_endurance_charges = 0
    	base_cannot_be_damaged = 1
    	base_cannot_be_stunned = 1
    	cannot_be_knocked_back = 1
    	set_monster_no_beyond_portal = 1
    	set_cannot_be_afflicted = 1
    }
    Actor
    {
    	basic_action = "Emerge"
    }
    
    Life
    {
    	corpse_usable = false
    }
    
    Animated
    {
    	animated_object = "Metadata/Monsters/Maligaro/MaligaroSpectral.ao"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Targetable
    {
    	no_highlight = true
    	targetable = false
    }
    
    Animated
    {
    	on_hidden_teleport_slash_01 = "PlayEffect( Metadata/Effects/Spells/monsters_effects/Maligaro_Act7_e/vanish/vanish_return.ao ); EnableRendering( );"
    	on_event_vanish = "PlayEffect( Metadata/Effects/Spells/monsters_effects/Maligaro_Act7_e/vanish/vanish_disappear.ao ); DisableRendering( );"
    }
    
    BaseEvents
    {
    	on_construction_complete = "DisableRendering();"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Maligaro/MaligaroSoulAmbush"] = {
        name = "Maligaro, The Broken",
        life = 18.75,
        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 = {
            "MaligaroSlamAmbush",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MaligaroSlamAmbush"] = {
        name = "MaligaroSlamAmbush",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_attack_speed_+%_final",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
            "global_maim_on_hit",
            "global_poison_on_hit",
        },
        levels = {
            [1] = {-50, 40, baseMultiplier = 1.4, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityActBoss
    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.