SpectreN
AreaVolcanic Warrens, The Khari Crossing, The Galai Gates, The Ziggurat Refuge
Tagsallows_inc_aoe, construct, fire, fire_affinity, melee, MonsterBlunt_onhit_audio, not_dex, not_int, physical_affinity, very_slow_movement
Packs
  • Volcanic Warrens: Tectonic Golem
  • The Khari Crossing: Tectonic Golem
  • The Galai Gates: Tectonic Golem
  • The Ziggurat Refuge: Volcanic Golem, Tectonic Golem, Skitter Golem
  • Life
    180%
    Armour
    +100%
    Resistance
    75 -50 0 0
    Damage
    180%
    Accuracy
    100%
    Critical Hits Chance
    5%
    Critical Damage Bonus
    +30%
    Attack Distance
    6 ~ 16
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experience
    180%
    Model Size
    100%
    Type
    VolcanicSaltGolem
    Metadata
    VolcanicSaltGolem
    Level
    65
    Life
    11,723
    Armour
    4,046
    Evasion Rating
    663
    Damage
    382
    Spell Damage
    382
    Accuracy
    2,214
    Attack Time
    1.5
    Experience
    38,713
    Minion Life
    11,308
    Minion Damage
    1,492
    Minion Armour
    8,092
    GAVolcanicGolemMelee
    Triggerable, Attack
    Base Damage: 306–459
    Critical Hit Chance: 5%
    Attack Time: 1.5 sec
    Converts 60% of Physical Damage to Fire Damage
    is area damage [1]
    voll slam damage +% final at centre [20]
    GAVolcanicGolemMiniSlam
    Triggerable, Attack
    Base Damage: 306–459
    Critical Hit Chance: 5%
    Attack Time: 1.5 sec
    Converts 60% of Physical Damage to Fire Damage
    is area damage [1]
    voll slam damage +% final at centre [20]
    GSVolcanicGolemRubblePopcorn
    Triggerable, Spell, Damage
    Cast Time: 1 sec
    Deals 244.3 to 366.5 Fire Damage
    Converts 60% of Physical Damage to Fire Damage
    is area damage [1]
    voll slam damage +% final at centre [20]
    EAASaltGolemSlamRuckus
    Cooldown Time: 12 sec
    action attack or cast time uses animation length [1]
    attack maximum action distance + [-4]
    SOVolcanicGolemGroundFissure
    Triggerable
    action attack or cast time uses animation length [1]
    GAVolcanicGolemEQSmall
    Triggerable, Attack
    Base Damage: 306–459
    Critical Hit Chance: 5%
    Attack Time: 1.5 sec
    Deals 30% less Damage
    Converts 60% of Physical Damage to Fire Damage
    is area damage [1]
    voll slam damage +% final at centre [20]
    GAVolcanicGolemEQLarge
    Triggerable, Attack
    Base Damage: 306–459
    Critical Hit Chance: 5%
    Attack Damage: 250%
    Attack Time: 1.5 sec
    Deals 30% less Damage
    Deals 150% more Attack Damage
    Converts 60% of Physical Damage to Fire Damage
    is area damage [1]
    voll slam damage +% final at centre [20]

    Object Type

    Object Type Codes

     
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/SaltGolem/VolcanicSaltGolem"] = {
        name = "Tectonic Golem",
        life = 1.8,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.8,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 16,
        accuracy = 1,
        skillList = {
            "GSVolcanicGolemRubblePopcorn",
            "GAVolcanicGolemMiniSlam",
            "GAVolcanicGolemMelee",
            "GAVolcanicGolemEQSmall",
            "GAVolcanicGolemEQLarge",
            "EAASaltGolemSlamRuckus",
            "SOVolcanicGolemGroundFissure",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSVolcanicGolemRubblePopcorn"] = {
        name = "GSVolcanicGolemRubblePopcorn",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "geometry_spell",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "active_skill_base_physical_damage_%_to_convert_to_fire",
            "voll_slam_damage_+%_final_at_centre",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 60, 20, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GAVolcanicGolemMiniSlam"] = {
        name = "GAVolcanicGolemMiniSlam",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_base_physical_damage_%_to_convert_to_fire",
            "voll_slam_damage_+%_final_at_centre",
            "is_area_damage",
        },
        levels = {
            [1] = {60, 20, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GAVolcanicGolemMelee"] = {
        name = "GAVolcanicGolemMelee",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_base_physical_damage_%_to_convert_to_fire",
            "voll_slam_damage_+%_final_at_centre",
            "is_area_damage",
        },
        levels = {
            [1] = {60, 20, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GAVolcanicGolemEQSmall"] = {
        name = "GAVolcanicGolemEQSmall",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "active_skill_base_physical_damage_%_to_convert_to_fire",
            "voll_slam_damage_+%_final_at_centre",
            "is_area_damage",
        },
        levels = {
            [1] = {-30, 60, 20, levelRequirement = 1, statInterpolation = {2},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GAVolcanicGolemEQLarge"] = {
        name = "GAVolcanicGolemEQLarge",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "active_skill_base_physical_damage_%_to_convert_to_fire",
            "voll_slam_damage_+%_final_at_centre",
            "is_area_damage",
        },
        levels = {
            [1] = {-30, 60, 20, baseMultiplier = 2.5, levelRequirement = 1, statInterpolation = {2},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EAASaltGolemSlamRuckus"] = {
        name = "EAASaltGolemSlamRuckus",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "attack_maximum_action_distance_+",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {-4, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SOVolcanicGolemGroundFissure"] = {
        name = "SOVolcanicGolemGroundFissure",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Tectonic Golem
    Construct
    SpectreN
    Tagsallows_inc_aoe, construct, fire, fire_affinity, melee, MonsterBlunt_onhit_audio, not_dex, not_int, physical_affinity, very_slow_movement
    Life
    180%
    Armour
    +100%
    Resistance
    75 -50 0 0
    Damage
    180%
    Accuracy
    100%
    Critical Hits Chance
    5%
    Critical Damage Bonus
    +30%
    Attack Distance
    6 ~ 16
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experience
    180%
    Model Size
    100%
    Type
    VolcanicSaltGolem
    Metadata
    VolcanicSaltGolemNoEmerge
    Level
    68
    Life
    13,963
    Armour
    4,826
    Evasion Rating
    708
    Damage
    420
    Spell Damage
    420
    Accuracy
    2,464
    Attack Time
    1.5
    Experience
    51,541
    Minion Life
    12,474
    Minion Damage
    1,744
    Minion Armour
    9,652
    GAVolcanicGolemMelee
    Triggerable, Attack
    Base Damage: 336–504
    Critical Hit Chance: 5%
    Attack Time: 1.5 sec
    Converts 60% of Physical Damage to Fire Damage
    is area damage [1]
    voll slam damage +% final at centre [20]
    GAVolcanicGolemMiniSlam
    Triggerable, Attack
    Base Damage: 336–504
    Critical Hit Chance: 5%
    Attack Time: 1.5 sec
    Converts 60% of Physical Damage to Fire Damage
    is area damage [1]
    voll slam damage +% final at centre [20]
    GSVolcanicGolemRubblePopcorn
    Triggerable, Spell, Damage
    Cast Time: 1 sec
    Deals 267.8 to 401.8 Fire Damage
    Converts 60% of Physical Damage to Fire Damage
    is area damage [1]
    voll slam damage +% final at centre [20]
    EAASaltGolemSlamRuckus
    Cooldown Time: 12 sec
    action attack or cast time uses animation length [1]
    attack maximum action distance + [-4]
    SOVolcanicGolemGroundFissure
    Triggerable
    action attack or cast time uses animation length [1]
    GAVolcanicGolemEQSmall
    Triggerable, Attack
    Base Damage: 336–504
    Critical Hit Chance: 5%
    Attack Time: 1.5 sec
    Deals 30% less Damage
    Converts 60% of Physical Damage to Fire Damage
    is area damage [1]
    voll slam damage +% final at centre [20]
    GAVolcanicGolemEQLarge
    Triggerable, Attack
    Base Damage: 336–504
    Critical Hit Chance: 5%
    Attack Damage: 250%
    Attack Time: 1.5 sec
    Deals 30% less Damage
    Deals 150% more Attack Damage
    Converts 60% of Physical Damage to Fire Damage
    is area damage [1]
    voll slam damage +% final at centre [20]

    Object Type

    Object Type Codes

     
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/SaltGolem/VolcanicSaltGolemNoEmerge"] = {
        name = "Tectonic Golem",
        life = 1.8,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.8,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 16,
        accuracy = 1,
        skillList = {
            "GSVolcanicGolemRubblePopcorn",
            "GAVolcanicGolemMiniSlam",
            "GAVolcanicGolemMelee",
            "GAVolcanicGolemEQSmall",
            "GAVolcanicGolemEQLarge",
            "EAASaltGolemSlamRuckus",
            "SOVolcanicGolemGroundFissure",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSVolcanicGolemRubblePopcorn"] = {
        name = "GSVolcanicGolemRubblePopcorn",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "geometry_spell",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "active_skill_base_physical_damage_%_to_convert_to_fire",
            "voll_slam_damage_+%_final_at_centre",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 60, 20, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GAVolcanicGolemMiniSlam"] = {
        name = "GAVolcanicGolemMiniSlam",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_base_physical_damage_%_to_convert_to_fire",
            "voll_slam_damage_+%_final_at_centre",
            "is_area_damage",
        },
        levels = {
            [1] = {60, 20, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GAVolcanicGolemMelee"] = {
        name = "GAVolcanicGolemMelee",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_base_physical_damage_%_to_convert_to_fire",
            "voll_slam_damage_+%_final_at_centre",
            "is_area_damage",
        },
        levels = {
            [1] = {60, 20, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GAVolcanicGolemEQSmall"] = {
        name = "GAVolcanicGolemEQSmall",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "active_skill_base_physical_damage_%_to_convert_to_fire",
            "voll_slam_damage_+%_final_at_centre",
            "is_area_damage",
        },
        levels = {
            [1] = {-30, 60, 20, levelRequirement = 1, statInterpolation = {2},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GAVolcanicGolemEQLarge"] = {
        name = "GAVolcanicGolemEQLarge",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "active_skill_base_physical_damage_%_to_convert_to_fire",
            "voll_slam_damage_+%_final_at_centre",
            "is_area_damage",
        },
        levels = {
            [1] = {-30, 60, 20, baseMultiplier = 2.5, levelRequirement = 1, statInterpolation = {2},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EAASaltGolemSlamRuckus"] = {
        name = "EAASaltGolemSlamRuckus",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "attack_maximum_action_distance_+",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {-4, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SOVolcanicGolemGroundFissure"] = {
        name = "SOVolcanicGolemGroundFissure",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Edit

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