Ironclad Decimator
Demon
30% increased Movement Speed
is map boss underling monster [1]
SpectreN
Tagscaster, cold_affinity, demon, has_dual_wield_melee, has_one_hand_sword, has_one_handed_melee, humanoid, medium_height, medium_movement, not_dex, not_str, plate_armour, red_blood, slashing_weapon, undying
Life
245%
Energy Shield From Life
100%
Ailment Threshold
245%
Resistance
40 40 40 25
Damage
90%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 9
Attack Time
1.305 Second
Damage Spread
±20%
Experience
75%
Model Size
115%
Type
GemlingLegionnaireWitchMap
Metadata
GemlingLegionnaireGlacialCascadeMap
Level
68
Life
15,762
Armour
28,790
Evasion
4,739
Energy Shield
6,127
Damage
336
Spell Damage
336
Accuracy
290
Attack Time
1.305
Experience
7,691
Ailment Threshold
15,762
Chill
50
Shock
50
Brittle
282
Scorch
50
Sap
138
GemlingCascade1
Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cold, Physical, CanRapidFire, AreaSpell
Glacial Cascade
Critical Strike Chance: 5%
Cast Time: 0.8 sec
Icicles emerge from the ground in a series of small bursts, each damaging enemies caught in the area.
Deals 248.3 to 372.4 Physical Damage
100% of Physical Damage Converted to Cold Damage
+0.3 metres to radius
Causes +5 Bursts
active skill area of effect radius +% final [-40]
is area damage [1]
GemlingCascade2
Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cold, Physical, CanRapidFire, AreaSpell
Glacial Cascade
Critical Strike Chance: 5%
Cast Time: 0.8 sec
Cooldown Time: 4 sec
Icicles emerge from the ground in a series of small bursts, each damaging enemies caught in the area.
Deals 309.1 to 463.6 Physical Damage
100% of Physical Damage Converted to Cold Damage
+0.3 metres to radius
Causes +6 Bursts
active skill area of effect radius +% final [-25]
is area damage [1]
GemlingCascade3
Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cold, Physical, CanRapidFire, AreaSpell
Glacial Cascade
Critical Strike Chance: 5%
Cast Time: 0.8 sec
Cooldown Time: 4 sec
Icicles emerge from the ground in a series of small bursts, each damaging enemies caught in the area.
Deals 248.3 to 372.4 Physical Damage
100% of Physical Damage Converted to Cold Damage
+0.3 metres to radius
Causes +6 Bursts
active skill area of effect radius +% final [-30]
is area damage [1]
GemlingRestoreLife
Spell, Triggerable
Cast Time: 1 sec
Base duration is 5 seconds
restore skill life regeneration rate per minute % [1200]

Object Type

version 2
extends "Metadata/Monsters/GemlingLegionnaire/GemlingLegionnaireMap"

Transitionable
{
	num_states = 4
}

Object Type Codes

version 2
extends "Metadata/Monsters/GemlingLegionnaire/GemlingLegionnaireMap"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/GemlingLegionnaire/GemlingLegionnaireGlacialCascadeMap"] = {
    name = "Ironclad Decimator",
    life = 2.45,
    energyShield = 1,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    damage = 0.9,
    damageSpread = 0.2,
    attackTime = 1.305,
    attackRange = 9,
    accuracy = 1,
    weaponType1 = "One Hand Sword",
    weaponType2 = "One Hand Sword",
    skillList = {
        "GemlingCascade1",
        "GemlingCascade2",
        "GemlingCascade3",
        "GemlingRestoreLife",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["GemlingCascade1"] = {
    name = "Glacial Cascade",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Icicles emerge from the ground in a series of small bursts, each damaging enemies caught in the area.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Cold] = true,
        [SkillType.Physical] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.8,
    baseFlags = {
        area = true,
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "upheaval_number_of_spikes",
        "skill_physical_damage_%_to_convert_to_cold",
        "active_skill_base_radius_+",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 5, 100, 3, -40, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GemlingCascade2"] = {
    name = "Glacial Cascade",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Icicles emerge from the ground in a series of small bursts, each damaging enemies caught in the area.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Cold] = true,
        [SkillType.Physical] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.8,
    baseFlags = {
        area = true,
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "upheaval_number_of_spikes",
        "skill_physical_damage_%_to_convert_to_cold",
        "active_skill_base_radius_+",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 6, 100, 3, -25, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GemlingCascade3"] = {
    name = "Glacial Cascade",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Icicles emerge from the ground in a series of small bursts, each damaging enemies caught in the area.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Cold] = true,
        [SkillType.Physical] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.8,
    baseFlags = {
        area = true,
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "upheaval_number_of_spikes",
        "skill_physical_damage_%_to_convert_to_cold",
        "active_skill_base_radius_+",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 6, 100, 3, -30, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GemlingRestoreLife"] = {
    name = "GemlingRestoreLife",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "restore_skill_life_regeneration_rate_per_minute_%",
        "base_skill_effect_duration",
    },
    levels = {
        [1] = {1200, 5000, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
30% increased Movement Speed
IdMonsterImplicitFastRun5
FamilyMovementVelocity
DomainsMonster (3)
GenerationTypeUnique (3)
Req. level1
Stats
  • base movement velocity +% Min: 30 Max: 30 Global
  • Craft Tagsspeed
    is map boss underling monster [1]
    IdDeliriumMapBossUnderling
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • is map boss underling monster Min: 1 Max: 1 Global
  • Ironclad Decimator
    Demon
    30% increased Movement Speed
    is map boss underling monster [1]
    SpectreN
    Tagscaster, cold_affinity, demon, has_dual_wield_melee, has_one_hand_sword, has_one_handed_melee, humanoid, medium_movement, not_dex, not_str, plate_armour, red_blood, slashing_weapon, undying
    Life
    245%
    Energy Shield From Life
    100%
    Ailment Threshold
    245%
    Resistance
    40 40 40 25
    Damage
    90%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.305 Second
    Damage Spread
    ±20%
    Experience
    75%
    Model Size
    115%
    Type
    GemlingLegionnaireWitchMap
    Metadata
    GemlingLegionnaireGlacialCascadeMapStandalone
    Level
    68
    Life
    15,762
    Armour
    28,790
    Evasion
    4,739
    Energy Shield
    6,127
    Damage
    336
    Spell Damage
    336
    Accuracy
    290
    Attack Time
    1.305
    Experience
    7,691
    Ailment Threshold
    15,762
    Chill
    50
    Shock
    50
    Brittle
    282
    Scorch
    50
    Sap
    138
    GemlingCascade1
    Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cold, Physical, CanRapidFire, AreaSpell
    Glacial Cascade
    Critical Strike Chance: 5%
    Cast Time: 0.8 sec
    Icicles emerge from the ground in a series of small bursts, each damaging enemies caught in the area.
    Deals 248.3 to 372.4 Physical Damage
    100% of Physical Damage Converted to Cold Damage
    +0.3 metres to radius
    Causes +5 Bursts
    active skill area of effect radius +% final [-40]
    is area damage [1]
    GemlingCascade2
    Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cold, Physical, CanRapidFire, AreaSpell
    Glacial Cascade
    Critical Strike Chance: 5%
    Cast Time: 0.8 sec
    Cooldown Time: 4 sec
    Icicles emerge from the ground in a series of small bursts, each damaging enemies caught in the area.
    Deals 309.1 to 463.6 Physical Damage
    100% of Physical Damage Converted to Cold Damage
    +0.3 metres to radius
    Causes +6 Bursts
    active skill area of effect radius +% final [-25]
    is area damage [1]
    GemlingCascade3
    Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cold, Physical, CanRapidFire, AreaSpell
    Glacial Cascade
    Critical Strike Chance: 5%
    Cast Time: 0.8 sec
    Cooldown Time: 4 sec
    Icicles emerge from the ground in a series of small bursts, each damaging enemies caught in the area.
    Deals 248.3 to 372.4 Physical Damage
    100% of Physical Damage Converted to Cold Damage
    +0.3 metres to radius
    Causes +6 Bursts
    active skill area of effect radius +% final [-30]
    is area damage [1]
    GemlingRestoreLife
    Spell, Triggerable
    Cast Time: 1 sec
    Base duration is 5 seconds
    restore skill life regeneration rate per minute % [1200]

    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"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/GemlingLegionnaire/GemlingLegionnaireGlacialCascadeMapStandalone"] = {
        name = "Ironclad Decimator",
        life = 2.45,
        energyShield = 1,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 0.9,
        damageSpread = 0.2,
        attackTime = 1.305,
        attackRange = 9,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        weaponType2 = "One Hand Sword",
        skillList = {
            "GemlingCascade1",
            "GemlingCascade2",
            "GemlingCascade3",
            "GemlingRestoreLife",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GemlingCascade1"] = {
        name = "Glacial Cascade",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Icicles emerge from the ground in a series of small bursts, each damaging enemies caught in the area.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Cold] = true,
            [SkillType.Physical] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.8,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "upheaval_number_of_spikes",
            "skill_physical_damage_%_to_convert_to_cold",
            "active_skill_base_radius_+",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 5, 100, 3, -40, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GemlingCascade2"] = {
        name = "Glacial Cascade",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Icicles emerge from the ground in a series of small bursts, each damaging enemies caught in the area.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Cold] = true,
            [SkillType.Physical] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.8,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "upheaval_number_of_spikes",
            "skill_physical_damage_%_to_convert_to_cold",
            "active_skill_base_radius_+",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 6, 100, 3, -25, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GemlingCascade3"] = {
        name = "Glacial Cascade",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Icicles emerge from the ground in a series of small bursts, each damaging enemies caught in the area.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Cold] = true,
            [SkillType.Physical] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.8,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "upheaval_number_of_spikes",
            "skill_physical_damage_%_to_convert_to_cold",
            "active_skill_base_radius_+",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 6, 100, 3, -30, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GemlingRestoreLife"] = {
        name = "GemlingRestoreLife",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "restore_skill_life_regeneration_rate_per_minute_%",
            "base_skill_effect_duration",
        },
        levels = {
            [1] = {1200, 5000, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    30% increased Movement Speed
    IdMonsterImplicitFastRun5
    FamilyMovementVelocity
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • base movement velocity +% Min: 30 Max: 30 Global
  • Craft Tagsspeed
    is map boss underling monster [1]
    IdDeliriumMapBossUnderling
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • is map boss underling monster Min: 1 Max: 1 Global
  • Edit

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