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: Volcanic Golem
  • The Khari Crossing: Volcanic Golem
  • The Galai Gates: Volcanic Golem
  • The Ziggurat Refuge: Volcanic Golem, Tectonic Golem, Skitter Golem
  • Life
    250%
    Armour
    +100%
    Resistance
    75 -30 0 0
    Damage
    213%
    Accuracy
    100%
    Critical Hits Chance
    5%
    Critical Damage Bonus
    +30%
    Attack Distance
    6 ~ 17
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experience
    250%
    Model Size
    110%
    Type
    VolcanicQuakeGolem
    Metadata
    VolcanicQuakeGolem
    Level
    65
    Life
    16,283
    Armour
    4,046
    Evasion Rating
    663
    Damage
    452
    Spell Damage
    452
    Accuracy
    2,214
    Attack Time
    1.5
    Experience
    53,768
    Minion Life
    15,705
    Minion Damage
    1,766
    Minion Armour
    8,092
    GAVolcanicGolemMelee
    Triggerable, Attack
    Base Damage: 362–543
    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]
    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: 362–543
    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: 362–543
    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]
    GAVolcanicQuakeSlam
    Triggerable, Attack
    Base Damage: 362–543
    Critical Hit Chance: 5%
    Attack Damage: 160%
    Attack Time: 1.5 sec
    Deals 30% less Damage
    Deals 60% more Attack Damage
    Converts 50% of Physical Damage to Fire Damage
    action attack or cast time uses animation length [1]
    is area damage [1]
    GSVolcanicQuakePulse
    Triggerable, Spell, Damage
    Cast Time: 5.67 sec
    Deals 314.2 to 471.2 Fire Damage
    is area damage [1]
    EAAVolcanicGolemPulse
    Cooldown Time: 12 sec
    +12 to Melee Strike Range
    action attack or cast time uses animation length [1]
    skill cannot be interrupted [1]
    RattleCageChangeStance
    Cooldown Time: 25 sec
    skill cannot be interrupted [1]
    GSVolcanicGolemDeathExplode
    Triggerable, Spell, Damage
    Cast Time: 1 sec
    Deals 558.5 to 837.8 Fire Damage
    Always Ignites
    is area damage [1]

    Object Type

    Object Type Codes

     
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/SaltGolem/VolcanicQuakeGolem"] = {
        name = "Volcanic Golem",
        life = 2.5,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 2.13,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 17,
        accuracy = 1,
        skillList = {
            "GAVolcanicGolemMelee",
            "GAVolcanicGolemEQSmall",
            "GAVolcanicGolemEQLarge",
            "GAVolcanicQuakeSlam",
            "GSVolcanicQuakePulse",
            "EAAVolcanicGolemPulse",
            "EAASaltGolemSlamRuckus",
            "SOVolcanicGolemGroundFissure",
            "RattleCageChangeStance",
            "GSVolcanicGolemDeathExplode",
        },
        modList = {
        },
    }
    -- 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["GAVolcanicQuakeSlam"] = {
        name = "GAVolcanicQuakeSlam",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "active_skill_base_physical_damage_%_to_convert_to_fire",
            "action_attack_or_cast_time_uses_animation_length",
            "is_area_damage",
        },
        levels = {
            [1] = {-30, 50, baseMultiplier = 1.6, levelRequirement = 1, statInterpolation = {2},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSVolcanicQuakePulse"] = {
        name = "GSVolcanicQuakePulse",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "geometry_spell",
        castTime = 5.67,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EAAVolcanicGolemPulse"] = {
        name = "EAAVolcanicGolemPulse",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 5.67,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "melee_range_+",
            "action_attack_or_cast_time_uses_animation_length",
            "skill_cannot_be_interrupted",
        },
        levels = {
            [1] = {12, levelRequirement = 1, statInterpolation = {},  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 = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["RattleCageChangeStance"] = {
        name = "RattleCageChangeStance",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 7.4,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_cannot_be_interrupted",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSVolcanicGolemDeathExplode"] = {
        name = "GSVolcanicGolemDeathExplode",
        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",
            "is_area_damage",
            "always_ignite",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    Volcanic Golem
    Construct
    SpectreN
    Tagsallows_inc_aoe, construct, fire, fire_affinity, melee, MonsterBlunt_onhit_audio, not_dex, not_int, physical_affinity, very_slow_movement
    Life
    250%
    Armour
    +100%
    Resistance
    75 -30 0 0
    Damage
    213%
    Accuracy
    100%
    Critical Hits Chance
    5%
    Critical Damage Bonus
    +30%
    Attack Distance
    6 ~ 17
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experience
    250%
    Model Size
    110%
    Type
    VolcanicQuakeGolem
    Metadata
    VolcanicQuakeGolemNoEmerge
    Level
    68
    Life
    19,393
    Armour
    4,826
    Evasion Rating
    708
    Damage
    497
    Spell Damage
    497
    Accuracy
    2,464
    Attack Time
    1.5
    Experience
    71,585
    Minion Life
    17,325
    Minion Damage
    2,063
    Minion Armour
    9,652
    GAVolcanicGolemMelee
    Triggerable, Attack
    Base Damage: 397–596
    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]
    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: 397–596
    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: 397–596
    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]
    GAVolcanicQuakeSlam
    Triggerable, Attack
    Base Damage: 397–596
    Critical Hit Chance: 5%
    Attack Damage: 160%
    Attack Time: 1.5 sec
    Deals 30% less Damage
    Deals 60% more Attack Damage
    Converts 50% of Physical Damage to Fire Damage
    action attack or cast time uses animation length [1]
    is area damage [1]
    GSVolcanicQuakePulse
    Triggerable, Spell, Damage
    Cast Time: 5.67 sec
    Deals 344.4 to 516.5 Fire Damage
    is area damage [1]
    EAAVolcanicGolemPulse
    Cooldown Time: 12 sec
    +12 to Melee Strike Range
    action attack or cast time uses animation length [1]
    skill cannot be interrupted [1]
    RattleCageChangeStance
    Cooldown Time: 25 sec
    skill cannot be interrupted [1]
    GSVolcanicGolemDeathExplode
    Triggerable, Spell, Damage
    Cast Time: 1 sec
    Deals 612.2 to 918.3 Fire Damage
    Always Ignites
    is area damage [1]

    Object Type

    Object Type Codes

     
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/SaltGolem/VolcanicQuakeGolemNoEmerge"] = {
        name = "Volcanic Golem",
        life = 2.5,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 2.13,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 17,
        accuracy = 1,
        skillList = {
            "GAVolcanicGolemMelee",
            "GAVolcanicGolemEQSmall",
            "GAVolcanicGolemEQLarge",
            "GAVolcanicQuakeSlam",
            "GSVolcanicQuakePulse",
            "EAAVolcanicGolemPulse",
            "EAASaltGolemSlamRuckus",
            "SOVolcanicGolemGroundFissure",
            "RattleCageChangeStance",
            "GSVolcanicGolemDeathExplode",
        },
        modList = {
        },
    }
    -- 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["GAVolcanicQuakeSlam"] = {
        name = "GAVolcanicQuakeSlam",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "active_skill_base_physical_damage_%_to_convert_to_fire",
            "action_attack_or_cast_time_uses_animation_length",
            "is_area_damage",
        },
        levels = {
            [1] = {-30, 50, baseMultiplier = 1.6, levelRequirement = 1, statInterpolation = {2},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSVolcanicQuakePulse"] = {
        name = "GSVolcanicQuakePulse",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "geometry_spell",
        castTime = 5.67,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EAAVolcanicGolemPulse"] = {
        name = "EAAVolcanicGolemPulse",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 5.67,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "melee_range_+",
            "action_attack_or_cast_time_uses_animation_length",
            "skill_cannot_be_interrupted",
        },
        levels = {
            [1] = {12, levelRequirement = 1, statInterpolation = {},  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 = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["RattleCageChangeStance"] = {
        name = "RattleCageChangeStance",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 7.4,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_cannot_be_interrupted",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSVolcanicGolemDeathExplode"] = {
        name = "GSVolcanicGolemDeathExplode",
        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",
            "is_area_damage",
            "always_ignite",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    Edit

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