SpectreN
AreaВулканические лабиринты, Кхарийский перевал, Ворота Галаи, Убежище в зиккурате
Tagsallows_inc_aoe, construct, Огонь, fire_affinity, melee, MonsterBlunt_onhit_audio, not_dex, not_int, physical_affinity, very_slow_movement
Packs
  • Вулканические лабиринты: Голем лавы
  • Кхарийский перевал: Голем лавы
  • Ворота Галаи: Голем лавы
  • Убежище в зиккурате: Голем лавы, Тектонический голем, Ползучий конструкт
  • Здоровье
    250%
    Сопротивление
    75 -30 0 0
    Damage
    213%
    Меткость
    100%
    Attack Distance
    6 ~ 17
    Время атаки
    1.5 Second
    Damage Spread
    ±20%
    Опыт
    250%
    Model Size
    110%
    Type
    VolcanicQuakeGolem
    Metadata
    VolcanicQuakeGolem
    Уровень
    65
    Здоровье
    16,283
    Damage
    452
    Урон от чар
    452
    Меткость
    2,214
    Время атаки
    1.5
    Опыт
    53,768
    Minion Life
    15,705
    Minion Damage
    1,766
    Minion Armour
    8,092
    GAVolcanicGolemMelee
    Triggerable, Attack
    Base Damage: 362–543
    Время атаки: 1.5 сек.
    60% физического урона становится уроном от огня
    is area damage [1]
    voll slam damage +% final at centre [20]
    EAASaltGolemSlamRuckus
    Перезарядка: 12 сек.
    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
    Время атаки: 1.5 сек.
    Наносит на 30% меньше урона
    60% физического урона становится уроном от огня
    is area damage [1]
    voll slam damage +% final at centre [20]
    GAVolcanicGolemEQLarge
    Triggerable, Attack
    Base Damage: 362–543
    Урон от атаки: 250%
    Время атаки: 1.5 сек.
    Наносит на 30% меньше урона
    Наносит на 150% больше урона атаками
    60% физического урона становится уроном от огня
    is area damage [1]
    voll slam damage +% final at centre [20]
    GAVolcanicQuakeSlam
    Triggerable, Attack
    Base Damage: 362–543
    Урон от атаки: 160%
    Время атаки: 1.5 сек.
    Наносит на 30% меньше урона
    Наносит на 60% больше урона атаками
    50% физического урона становится уроном от огня
    action attack or cast time uses animation length [1]
    is area damage [1]
    GSVolcanicQuakePulse
    Triggerable, Spell, Damage
    Время применения: 5.67 сек.
    Наносит от 314.2 до 471.2 урона от огня
    is area damage [1]
    EAAVolcanicGolemPulse
    Перезарядка: 12 сек.
    +12 к дальности ударов ближнего боя
    action attack or cast time uses animation length [1]
    skill cannot be interrupted [1]
    RattleCageChangeStance
    Перезарядка: 25 сек.
    skill cannot be interrupted [1]
    GSVolcanicGolemDeathExplode
    Triggerable, Spell, Damage
    Время применения: 1 сек.
    Наносит от 558.5 до 837.8 урона от огня
    Всегда поджигает
    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
    SpectreN
    Tagsallows_inc_aoe, construct, Огонь, fire_affinity, melee, MonsterBlunt_onhit_audio, not_dex, not_int, physical_affinity, very_slow_movement
    Здоровье
    250%
    Сопротивление
    75 -30 0 0
    Damage
    213%
    Меткость
    100%
    Attack Distance
    6 ~ 17
    Время атаки
    1.5 Second
    Damage Spread
    ±20%
    Опыт
    250%
    Model Size
    110%
    Type
    VolcanicQuakeGolem
    Metadata
    VolcanicQuakeGolemNoEmerge
    Уровень
    68
    Здоровье
    19,393
    Damage
    497
    Урон от чар
    497
    Меткость
    2,464
    Время атаки
    1.5
    Опыт
    71,585
    Minion Life
    17,325
    Minion Damage
    2,063
    Minion Armour
    9,652
    GAVolcanicGolemMelee
    Triggerable, Attack
    Base Damage: 397–596
    Время атаки: 1.5 сек.
    60% физического урона становится уроном от огня
    is area damage [1]
    voll slam damage +% final at centre [20]
    EAASaltGolemSlamRuckus
    Перезарядка: 12 сек.
    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
    Время атаки: 1.5 сек.
    Наносит на 30% меньше урона
    60% физического урона становится уроном от огня
    is area damage [1]
    voll slam damage +% final at centre [20]
    GAVolcanicGolemEQLarge
    Triggerable, Attack
    Base Damage: 397–596
    Урон от атаки: 250%
    Время атаки: 1.5 сек.
    Наносит на 30% меньше урона
    Наносит на 150% больше урона атаками
    60% физического урона становится уроном от огня
    is area damage [1]
    voll slam damage +% final at centre [20]
    GAVolcanicQuakeSlam
    Triggerable, Attack
    Base Damage: 397–596
    Урон от атаки: 160%
    Время атаки: 1.5 сек.
    Наносит на 30% меньше урона
    Наносит на 60% больше урона атаками
    50% физического урона становится уроном от огня
    action attack or cast time uses animation length [1]
    is area damage [1]
    GSVolcanicQuakePulse
    Triggerable, Spell, Damage
    Время применения: 5.67 сек.
    Наносит от 344.4 до 516.5 урона от огня
    is area damage [1]
    EAAVolcanicGolemPulse
    Перезарядка: 12 сек.
    +12 к дальности ударов ближнего боя
    action attack or cast time uses animation length [1]
    skill cannot be interrupted [1]
    RattleCageChangeStance
    Перезарядка: 25 сек.
    skill cannot be interrupted [1]
    GSVolcanicGolemDeathExplode
    Triggerable, Spell, Damage
    Время применения: 1 сек.
    Наносит от 612.2 до 918.3 урона от огня
    Всегда поджигает
    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.