Expedition2RemnantActiveIncursionAtziriActiveShrineStrongboxEssenceRareMonsterAliveSpiritActivatedRogueExile
撼地傀儡
Quake Golem
Spectre
Spectre OverrideMetadata/Monsters/SaltGolem/SaltGolemNoEmerge_
Area叛徒小径, 巨人之颅, 金字塔避难所
Tagsallows_inc_aoe, construct, melee, MonsterBlunt_onhit_audio, not_dex, not_int, physical_affinity, very_slow_movement
Packs
  • 叛徒小径: 撼地傀儡, 掠虫傀儡
  • 巨人之颅: 撼地傀儡, 掠虫傀儡
  • 金字塔避难所: 撼地傀儡, 掠虫傀儡
  • 生命
    180%
    +100%
    抗性
    IconEnemyResistanceFire75 IconEnemyResistanceCold-50 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
    伤害
    180%
    命中
    100%
    暴击 Chance
    5%
    Attack Distance
    6 ~ 16
    攻击时间
    1.5 Second
    Damage Spread
    ±20%
    经验值
    180%
    Model Size
    100%
    Type
    SaltGolem
    Metadata
    SaltGolem_
    等级
    65
    生命
    11,799
    4,046
    伤害
    382
    法术伤害
    382
    命中
    2,228
    攻击时间
    1.5
    经验值
    38,713
    召唤物生命
    11,308
    召唤物伤害
    1,492
    召唤物护甲
    8,092
    GASaltGolemMelee
    可触发, 攻击, AttackInPlace
    Base Damage: 306459
    暴击率: 5%
    攻击时间: 1.5 秒
    is area damage [1]
    EAASaltGolemSlamRuckus
    攻击
    Base Damage: 306459
    暴击率: 5%
    攻击时间: 1.5 秒
    冷却时间: 12 秒
    action attack or cast time uses animation length [1]
    attack maximum action distance + [-4]
    SOSaltGolemGroundFissure
    可触发, AttackInPlace, 法术
    施放时间: 1 秒
    GASaltGolemEarthquakeSmallImpact
    可触发, 攻击, AttackInPlace
    Base Damage: 306459
    暴击率: 5%
    攻击伤害: 110%
    攻击时间: 1.5 秒
    攻击伤害总增 10%
    is area damage [1]
    GASaltGolemEarthquakeLargeImpact
    可触发, 攻击, AttackInPlace
    Base Damage: 306459
    暴击率: 5%
    攻击伤害: 160%
    攻击时间: 1.5 秒
    攻击伤害总增 60%
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-40]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    BaseEvents { }
    
    Actor
    {
    	basic_action = "ChangeToStance1"
    }
    
    StateMachine
    {
    	define_shared_state = "first_aggro;"
    }
    
    Transitionable
    {
    }
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 3133
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/SaltGolem/SaltGolem_"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Quake Golem",
        life = 1.8,
        damage = 1.8,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 16,
        accuracy = 1,
        skillList = {
            "GASaltGolemMelee",
            "GASaltGolemEarthquakeSmallImpact",
            "GASaltGolemEarthquakeLargeImpact",
            "EAASaltGolemSlamRuckus",
            "SOSaltGolemGroundFissure",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GASaltGolemMelee"] = {
        name = "GASaltGolemMelee",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "is_area_damage",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GASaltGolemEarthquakeSmallImpact"] = {
        name = "GASaltGolemEarthquakeSmallImpact",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "is_area_damage",
        },
        levels = {
            [1] = {baseMultiplier = 1.1, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GASaltGolemEarthquakeLargeImpact"] = {
        name = "GASaltGolemEarthquakeLargeImpact",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "is_area_damage",
        },
        levels = {
            [1] = {-40, baseMultiplier = 1.6, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EAASaltGolemSlamRuckus"] = {
        name = "EAASaltGolemSlamRuckus",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3,
        baseFlags = {
            attack = true,
        },
        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["SOSaltGolemGroundFissure"] = {
        name = "SOSaltGolemGroundFissure",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.AttackInPlace] = true,
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    撼地傀儡
    CategoryConstruct构造体
    IconEnemyArmourStrong IconEnemyResistanceFireStrong IconEnemyResistanceColdWeak
    Quake Golem
    Spectre
    Tagsallows_inc_aoe, construct, melee, MonsterBlunt_onhit_audio, not_dex, not_int, physical_affinity, sanctum_monster, very_slow_movement
    生命
    180%
    +100%
    抗性
    IconEnemyResistanceFire75 IconEnemyResistanceCold-50 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
    伤害
    180%
    命中
    100%
    暴击 Chance
    5%
    Attack Distance
    6 ~ 16
    攻击时间
    1.5 Second
    Damage Spread
    ±20%
    经验值
    180%
    Model Size
    100%
    Type
    SaltGolem
    Metadata
    SaltGolemNoEmerge_
    等级
    68
    生命
    14,863
    4,826
    伤害
    420
    法术伤害
    420
    命中
    2,502
    攻击时间
    1.5
    经验值
    51,541
    召唤物生命
    12,474
    召唤物伤害
    1,744
    召唤物护甲
    9,652
    GASaltGolemMelee
    可触发, 攻击, AttackInPlace
    Base Damage: 336504
    暴击率: 5%
    攻击时间: 1.5 秒
    is area damage [1]
    EAASaltGolemSlamRuckus
    攻击
    Base Damage: 336504
    暴击率: 5%
    攻击时间: 1.5 秒
    冷却时间: 12 秒
    action attack or cast time uses animation length [1]
    attack maximum action distance + [-4]
    SOSaltGolemGroundFissure
    可触发, AttackInPlace, 法术
    施放时间: 1 秒
    GASaltGolemEarthquakeSmallImpact
    可触发, 攻击, AttackInPlace
    Base Damage: 336504
    暴击率: 5%
    攻击伤害: 110%
    攻击时间: 1.5 秒
    攻击伤害总增 10%
    is area damage [1]
    GASaltGolemEarthquakeLargeImpact
    可触发, 攻击, AttackInPlace
    Base Damage: 336504
    暴击率: 5%
    攻击伤害: 160%
    攻击时间: 1.5 秒
    攻击伤害总增 60%
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-40]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/BossLight"
    
    BaseEvents { }
    
    Actor
    {
    	basic_action = "ChangeToStance1"
    }
    
    StateMachine
    {
    	define_shared_state = "first_aggro = 1;"
    }
    
    Transitionable
    {
    }
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 3133
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/SaltGolem/SaltGolemNoEmerge_"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Quake Golem",
        life = 1.8,
        damage = 1.8,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 16,
        accuracy = 1,
        skillList = {
            "GASaltGolemMelee",
            "GASaltGolemEarthquakeSmallImpact",
            "GASaltGolemEarthquakeLargeImpact",
            "EAASaltGolemSlamRuckus",
            "SOSaltGolemGroundFissure",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GASaltGolemMelee"] = {
        name = "GASaltGolemMelee",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "is_area_damage",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GASaltGolemEarthquakeSmallImpact"] = {
        name = "GASaltGolemEarthquakeSmallImpact",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "is_area_damage",
        },
        levels = {
            [1] = {baseMultiplier = 1.1, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GASaltGolemEarthquakeLargeImpact"] = {
        name = "GASaltGolemEarthquakeLargeImpact",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "is_area_damage",
        },
        levels = {
            [1] = {-40, baseMultiplier = 1.6, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EAASaltGolemSlamRuckus"] = {
        name = "EAASaltGolemSlamRuckus",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3,
        baseFlags = {
            attack = true,
        },
        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["SOSaltGolemGroundFissure"] = {
        name = "SOSaltGolemGroundFissure",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.AttackInPlace] = true,
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    撼地傀儡
    CategoryConstruct构造体
    IconEnemyArmourStrong IconEnemyResistanceFireStrong IconEnemyResistanceColdWeak
    Quake Golem
    Spectre
    Area金字塔避难所
    Tagsallows_inc_aoe, construct, melee, MonsterBlunt_onhit_audio, not_dex, not_int, physical_affinity, very_slow_movement
    Packs
  • 金字塔避难所: 撼地傀儡, 掠虫傀儡
  • 生命
    180%
    +100%
    抗性
    IconEnemyResistanceFire75 IconEnemyResistanceCold-50 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
    伤害
    180%
    命中
    100%
    暴击 Chance
    5%
    Attack Distance
    6 ~ 16
    攻击时间
    1.5 Second
    Damage Spread
    ±20%
    经验值
    180%
    Model Size
    100%
    Type
    SaltGolem
    Metadata
    SulphiteGolem
    等级
    65
    生命
    11,799
    4,046
    伤害
    382
    法术伤害
    382
    命中
    2,228
    攻击时间
    1.5
    经验值
    38,713
    召唤物生命
    11,308
    召唤物伤害
    1,492
    召唤物护甲
    8,092
    GASaltGolemMelee
    可触发, 攻击, AttackInPlace
    Base Damage: 306459
    暴击率: 5%
    攻击时间: 1.5 秒
    is area damage [1]
    EAASaltGolemSlamRuckus
    攻击
    Base Damage: 306459
    暴击率: 5%
    攻击时间: 1.5 秒
    冷却时间: 12 秒
    action attack or cast time uses animation length [1]
    attack maximum action distance + [-4]
    SOSaltGolemGroundFissure
    可触发, AttackInPlace, 法术
    施放时间: 1 秒
    GASaltGolemEarthquakeSmallImpact
    可触发, 攻击, AttackInPlace
    Base Damage: 306459
    暴击率: 5%
    攻击伤害: 110%
    攻击时间: 1.5 秒
    攻击伤害总增 10%
    is area damage [1]
    GASaltGolemEarthquakeLargeImpact
    可触发, 攻击, AttackInPlace
    Base Damage: 306459
    暴击率: 5%
    攻击伤害: 160%
    攻击时间: 1.5 秒
    攻击伤害总增 60%
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-40]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    BaseEvents { }
    
    Actor
    {
    	basic_action = "ChangeToStance1"
    }
    
    StateMachine
    {
    	define_shared_state = "first_aggro;"
    }
    
    Transitionable
    {
    }
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 3133
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/SaltGolem/SulphiteGolem"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Quake Golem",
        life = 1.8,
        damage = 1.8,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 16,
        accuracy = 1,
        skillList = {
            "GASaltGolemMelee",
            "GASaltGolemEarthquakeSmallImpact",
            "GASaltGolemEarthquakeLargeImpact",
            "EAASaltGolemSlamRuckus",
            "SOSaltGolemGroundFissure",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GASaltGolemMelee"] = {
        name = "GASaltGolemMelee",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "is_area_damage",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GASaltGolemEarthquakeSmallImpact"] = {
        name = "GASaltGolemEarthquakeSmallImpact",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "is_area_damage",
        },
        levels = {
            [1] = {baseMultiplier = 1.1, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GASaltGolemEarthquakeLargeImpact"] = {
        name = "GASaltGolemEarthquakeLargeImpact",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "is_area_damage",
        },
        levels = {
            [1] = {-40, baseMultiplier = 1.6, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EAASaltGolemSlamRuckus"] = {
        name = "EAASaltGolemSlamRuckus",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3,
        baseFlags = {
            attack = true,
        },
        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["SOSaltGolemGroundFissure"] = {
        name = "SOSaltGolemGroundFissure",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.AttackInPlace] = true,
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    撼地傀儡
    CategoryConstruct构造体
    IconEnemyArmourStrong IconEnemyResistanceFireStrong IconEnemyResistanceColdWeak
    Quake Golem
    Spectre
    Tagsallows_inc_aoe, construct, melee, MonsterBlunt_onhit_audio, not_dex, not_int, physical_affinity, very_slow_movement
    生命
    180%
    +100%
    抗性
    IconEnemyResistanceFire75 IconEnemyResistanceCold-50 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
    伤害
    180%
    命中
    100%
    暴击 Chance
    5%
    Attack Distance
    6 ~ 16
    攻击时间
    1.5 Second
    Damage Spread
    ±20%
    经验值
    180%
    Model Size
    100%
    Type
    SaltGolem
    Metadata
    SulphiteGolemIsleOfKinLandmark
    等级
    68
    生命
    14,863
    4,826
    伤害
    420
    法术伤害
    420
    命中
    2,502
    攻击时间
    1.5
    经验值
    51,541
    召唤物生命
    12,474
    召唤物伤害
    1,744
    召唤物护甲
    9,652
    GASaltGolemMelee
    可触发, 攻击, AttackInPlace
    Base Damage: 336504
    暴击率: 5%
    攻击时间: 1.5 秒
    is area damage [1]
    EAASaltGolemSlamRuckus
    攻击
    Base Damage: 336504
    暴击率: 5%
    攻击时间: 1.5 秒
    冷却时间: 12 秒
    action attack or cast time uses animation length [1]
    attack maximum action distance + [-4]
    SOSaltGolemGroundFissure
    可触发, AttackInPlace, 法术
    施放时间: 1 秒
    GASaltGolemEarthquakeSmallImpact
    可触发, 攻击, AttackInPlace
    Base Damage: 336504
    暴击率: 5%
    攻击伤害: 110%
    攻击时间: 1.5 秒
    攻击伤害总增 10%
    is area damage [1]
    GASaltGolemEarthquakeLargeImpact
    可触发, 攻击, AttackInPlace
    Base Damage: 336504
    暴击率: 5%
    攻击伤害: 160%
    攻击时间: 1.5 秒
    攻击伤害总增 60%
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-40]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    BaseEvents { }
    
    Actor
    {
    	basic_action = "ChangeToStance1"
    }
    
    StateMachine
    {
    	define_shared_state = "first_aggro;"
    }
    
    Transitionable
    {
    }
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 3133
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/SaltGolem/SulphiteGolemIsleOfKinLandmark"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Quake Golem",
        life = 1.8,
        damage = 1.8,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 16,
        accuracy = 1,
        skillList = {
            "GASaltGolemMelee",
            "GASaltGolemEarthquakeSmallImpact",
            "GASaltGolemEarthquakeLargeImpact",
            "EAASaltGolemSlamRuckus",
            "SOSaltGolemGroundFissure",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GASaltGolemMelee"] = {
        name = "GASaltGolemMelee",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "is_area_damage",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GASaltGolemEarthquakeSmallImpact"] = {
        name = "GASaltGolemEarthquakeSmallImpact",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "is_area_damage",
        },
        levels = {
            [1] = {baseMultiplier = 1.1, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GASaltGolemEarthquakeLargeImpact"] = {
        name = "GASaltGolemEarthquakeLargeImpact",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "is_area_damage",
        },
        levels = {
            [1] = {-40, baseMultiplier = 1.6, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EAASaltGolemSlamRuckus"] = {
        name = "EAASaltGolemSlamRuckus",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3,
        baseFlags = {
            attack = true,
        },
        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["SOSaltGolemGroundFissure"] = {
        name = "SOSaltGolemGroundFissure",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.AttackInPlace] = true,
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    撼地傀儡
    CategoryConstruct构造体
    IconEnemyArmourStrong IconEnemyResistanceFireStrong IconEnemyResistanceColdWeak
    Quake Golem
    Spectre
    Spectre OverrideMetadata/Monsters/SaltGolem/SaltGolemNoEmergeSanctumTrial
    Area丝克玛试炼
    Tagsallows_inc_aoe, construct, melee, MonsterBlunt_onhit_audio, not_dex, not_int, physical_affinity, sanctum_monster, very_slow_movement
    Packs
  • 丝克玛试炼: 撼地傀儡, 掠虫傀儡
  • 生命
    180%
    +100%
    抗性
    IconEnemyResistanceFire75 IconEnemyResistanceCold-50 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
    伤害
    180%
    命中
    100%
    暴击 Chance
    5%
    Attack Distance
    6 ~ 16
    攻击时间
    1.5 Second
    Damage Spread
    ±20%
    经验值
    180%
    Model Size
    100%
    Type
    SaltGolemSanctumTrial
    Metadata
    SaltGolemSanctumTrial
    等级
    22
    生命
    549
    伤害
    74
    法术伤害
    74
    命中
    316
    攻击时间
    1.5
    经验值
    1,433
    召唤物生命
    1,813
    召唤物伤害
    107
    召唤物护甲
    424
    GASaltGolemMelee
    可触发, 攻击, AttackInPlace
    Base Damage: 5989
    暴击率: 5%
    攻击时间: 1.5 秒
    is area damage [1]
    EAASaltGolemSlamRuckus
    攻击
    Base Damage: 5989
    暴击率: 5%
    攻击时间: 1.5 秒
    冷却时间: 12 秒
    action attack or cast time uses animation length [1]
    attack maximum action distance + [-4]
    SOSaltGolemGroundFissure
    可触发, AttackInPlace, 法术
    施放时间: 1 秒
    GASaltGolemEarthquakeSmallImpact
    可触发, 攻击, AttackInPlace
    Base Damage: 5989
    暴击率: 5%
    攻击伤害: 110%
    攻击时间: 1.5 秒
    攻击伤害总增 10%
    is area damage [1]
    GASaltGolemEarthquakeLargeImpact
    可触发, 攻击, AttackInPlace
    Base Damage: 5989
    暴击率: 5%
    攻击伤害: 160%
    攻击时间: 1.5 秒
    攻击伤害总增 60%
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-40]
    SSMSaltGolemSanctumRockWall
    法术, 法术可重复, 可触发, AttackInPlace
    施放时间: 1 秒
    alternate minion [1087]
    number of monsters to summon [1]
    summon specific monsters radius +% [-99]
    GTSaltGolemSanctumRockWall
    法术, 可触发, AttackInPlace
    施放时间: 1 秒
    冷却时间: 12 秒
    action attack or cast time uses animation length [1]
    spell maximum action distance +% [-40]
    GTSaltGolemFallingRocks
    法术, 可触发, AttackInPlace
    施放时间: 1 秒
    action attack or cast time uses animation length [1]
    GASaltGolemFallingRock
    可触发, 攻击, AttackInPlace
    Base Damage: 5989
    暴击率: 5%
    攻击伤害: 115%
    攻击时间: 1.5 秒
    攻击伤害总增 15%
    物理伤害的 40% 转化火焰伤害
    action attack or cast time uses animation length [1]
    is area damage [1]
    EAASaltGolemFallingRocks
    攻击
    Base Damage: 5989
    暴击率: 5%
    攻击时间: 1.5 秒
    冷却时间: 12 秒
    action attack or cast time uses animation length [1]
    attack maximum action distance + [50]
    SaltGolemWalkEmergeSanctumPortal
    walk emerge distance [225]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    BaseEvents { }
    
    Actor
    {
    	basic_action = "ChangeToStance1"
    }
    
    StateMachine
    {
    	define_shared_state = "first_aggro;"
    }
    
    Transitionable
    {
    }
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 3133
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/SaltGolem/SaltGolemSanctumTrial"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Quake Golem",
        life = 1.8,
        damage = 1.8,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 16,
        accuracy = 1,
        skillList = {
            "SSMSaltGolemSanctumRockWall",
            "GASaltGolemFallingRock",
            "GASaltGolemMelee",
            "GASaltGolemEarthquakeSmallImpact",
            "GASaltGolemEarthquakeLargeImpact",
            "EAASaltGolemFallingRocks",
            "EAASaltGolemSlamRuckus",
            "SaltGolemWalkEmergeSanctumPortal",
            "SOSaltGolemGroundFissure",
            "GTSaltGolemSanctumRockWall",
            "GTSaltGolemFallingRocks",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SSMSaltGolemSanctumRockWall"] = {
        name = "SSMSaltGolemSanctumRockWall",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "number_of_monsters_to_summon",
            "alternate_minion",
            "summon_specific_monsters_radius_+%",
        },
        levels = {
            [1] = {1, 1087, -99, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GASaltGolemFallingRock"] = {
        name = "GASaltGolemFallingRock",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_base_physical_damage_%_to_convert_to_fire",
            "is_area_damage",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {40, baseMultiplier = 1.15, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GASaltGolemMelee"] = {
        name = "GASaltGolemMelee",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "is_area_damage",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GASaltGolemEarthquakeSmallImpact"] = {
        name = "GASaltGolemEarthquakeSmallImpact",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "is_area_damage",
        },
        levels = {
            [1] = {baseMultiplier = 1.1, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GASaltGolemEarthquakeLargeImpact"] = {
        name = "GASaltGolemEarthquakeLargeImpact",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "is_area_damage",
        },
        levels = {
            [1] = {-40, baseMultiplier = 1.6, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EAASaltGolemFallingRocks"] = {
        name = "EAASaltGolemFallingRocks",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "attack_maximum_action_distance_+",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EAASaltGolemSlamRuckus"] = {
        name = "EAASaltGolemSlamRuckus",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3,
        baseFlags = {
            attack = true,
        },
        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["SaltGolemWalkEmergeSanctumPortal"] = {
        name = "SaltGolemWalkEmergeSanctumPortal",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.6,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "walk_emerge_distance",
        },
        levels = {
            [1] = {225, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SOSaltGolemGroundFissure"] = {
        name = "SOSaltGolemGroundFissure",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.AttackInPlace] = true,
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GTSaltGolemSanctumRockWall"] = {
        name = "GTSaltGolemSanctumRockWall",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_maximum_action_distance_+%",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {-40, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GTSaltGolemFallingRocks"] = {
        name = "GTSaltGolemFallingRocks",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    撼地傀儡
    CategoryConstruct构造体
    IconEnemyArmourStrong IconEnemyResistanceFireStrong IconEnemyResistanceColdWeak
    Quake Golem
    Spectre
    Tagsallows_inc_aoe, construct, melee, MonsterBlunt_onhit_audio, not_dex, not_int, physical_affinity, sanctum_monster, very_slow_movement
    生命
    180%
    +100%
    抗性
    IconEnemyResistanceFire75 IconEnemyResistanceCold-50 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
    伤害
    180%
    命中
    100%
    暴击 Chance
    5%
    Attack Distance
    6 ~ 16
    攻击时间
    1.5 Second
    Damage Spread
    ±20%
    经验值
    180%
    Model Size
    100%
    Type
    SaltGolemSanctumTrial
    Metadata
    SaltGolemNoEmergeSanctumTrial
    等级
    68
    生命
    14,863
    4,826
    伤害
    420
    法术伤害
    420
    命中
    2,502
    攻击时间
    1.5
    经验值
    51,541
    召唤物生命
    12,474
    召唤物伤害
    1,744
    召唤物护甲
    9,652
    GASaltGolemMelee
    可触发, 攻击, AttackInPlace
    Base Damage: 336504
    暴击率: 5%
    攻击时间: 1.5 秒
    is area damage [1]
    EAASaltGolemSlamRuckus
    攻击
    Base Damage: 336504
    暴击率: 5%
    攻击时间: 1.5 秒
    冷却时间: 12 秒
    action attack or cast time uses animation length [1]
    attack maximum action distance + [-4]
    SOSaltGolemGroundFissure
    可触发, AttackInPlace, 法术
    施放时间: 1 秒
    GASaltGolemEarthquakeSmallImpact
    可触发, 攻击, AttackInPlace
    Base Damage: 336504
    暴击率: 5%
    攻击伤害: 110%
    攻击时间: 1.5 秒
    攻击伤害总增 10%
    is area damage [1]
    GASaltGolemEarthquakeLargeImpact
    可触发, 攻击, AttackInPlace
    Base Damage: 336504
    暴击率: 5%
    攻击伤害: 160%
    攻击时间: 1.5 秒
    攻击伤害总增 60%
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-40]
    SSMSaltGolemSanctumRockWall
    法术, 法术可重复, 可触发, AttackInPlace
    施放时间: 1 秒
    alternate minion [1087]
    number of monsters to summon [1]
    summon specific monsters radius +% [-99]
    GTSaltGolemSanctumRockWall
    法术, 可触发, AttackInPlace
    施放时间: 1 秒
    冷却时间: 12 秒
    action attack or cast time uses animation length [1]
    spell maximum action distance +% [-40]
    GTSaltGolemFallingRocks
    法术, 可触发, AttackInPlace
    施放时间: 1 秒
    action attack or cast time uses animation length [1]
    GASaltGolemFallingRock
    可触发, 攻击, AttackInPlace
    Base Damage: 336504
    暴击率: 5%
    攻击伤害: 115%
    攻击时间: 1.5 秒
    攻击伤害总增 15%
    物理伤害的 40% 转化火焰伤害
    action attack or cast time uses animation length [1]
    is area damage [1]
    EAASaltGolemFallingRocks
    攻击
    Base Damage: 336504
    暴击率: 5%
    攻击时间: 1.5 秒
    冷却时间: 12 秒
    action attack or cast time uses animation length [1]
    attack maximum action distance + [50]
    SaltGolemWalkEmergeSanctumPortal
    walk emerge distance [225]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/BossLight"
    
    BaseEvents { }
    
    Actor
    {
    	basic_action = "ChangeToStance1"
    }
    
    StateMachine
    {
    	define_shared_state = "first_aggro = 1;"
    }
    
    Transitionable
    {
    }
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 3133
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/SaltGolem/SaltGolemNoEmergeSanctumTrial"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Quake Golem",
        life = 1.8,
        damage = 1.8,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 16,
        accuracy = 1,
        skillList = {
            "SSMSaltGolemSanctumRockWall",
            "GASaltGolemFallingRock",
            "GASaltGolemMelee",
            "GASaltGolemEarthquakeSmallImpact",
            "GASaltGolemEarthquakeLargeImpact",
            "EAASaltGolemFallingRocks",
            "EAASaltGolemSlamRuckus",
            "SaltGolemWalkEmergeSanctumPortal",
            "SOSaltGolemGroundFissure",
            "GTSaltGolemSanctumRockWall",
            "GTSaltGolemFallingRocks",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SSMSaltGolemSanctumRockWall"] = {
        name = "SSMSaltGolemSanctumRockWall",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "number_of_monsters_to_summon",
            "alternate_minion",
            "summon_specific_monsters_radius_+%",
        },
        levels = {
            [1] = {1, 1087, -99, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GASaltGolemFallingRock"] = {
        name = "GASaltGolemFallingRock",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_base_physical_damage_%_to_convert_to_fire",
            "is_area_damage",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {40, baseMultiplier = 1.15, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GASaltGolemMelee"] = {
        name = "GASaltGolemMelee",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "is_area_damage",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GASaltGolemEarthquakeSmallImpact"] = {
        name = "GASaltGolemEarthquakeSmallImpact",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "is_area_damage",
        },
        levels = {
            [1] = {baseMultiplier = 1.1, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GASaltGolemEarthquakeLargeImpact"] = {
        name = "GASaltGolemEarthquakeLargeImpact",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "is_area_damage",
        },
        levels = {
            [1] = {-40, baseMultiplier = 1.6, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EAASaltGolemFallingRocks"] = {
        name = "EAASaltGolemFallingRocks",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "attack_maximum_action_distance_+",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EAASaltGolemSlamRuckus"] = {
        name = "EAASaltGolemSlamRuckus",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3,
        baseFlags = {
            attack = true,
        },
        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["SaltGolemWalkEmergeSanctumPortal"] = {
        name = "SaltGolemWalkEmergeSanctumPortal",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.6,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "walk_emerge_distance",
        },
        levels = {
            [1] = {225, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SOSaltGolemGroundFissure"] = {
        name = "SOSaltGolemGroundFissure",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.AttackInPlace] = true,
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GTSaltGolemSanctumRockWall"] = {
        name = "GTSaltGolemSanctumRockWall",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_maximum_action_distance_+%",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {-40, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GTSaltGolemFallingRocks"] = {
        name = "GTSaltGolemFallingRocks",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    撼地傀儡
    CategoryConstruct构造体
    IconEnemyArmourStrong IconEnemyResistanceFireStrong IconEnemyResistanceColdWeak
    Quake Golem
    Spectre
    Spectre OverrideMetadata/Monsters/SaltGolem/SaltGolemBlackNoEmerge
    Area巨人之谷, 金字塔避难所
    Tagsallows_inc_aoe, construct, melee, MonsterBlunt_onhit_audio, not_dex, not_int, physical_affinity, very_slow_movement
    Packs
  • 巨人之谷: 撼地傀儡, 掠虫傀儡
  • 金字塔避难所: 撼地傀儡, 掠虫傀儡
  • 生命
    180%
    +100%
    抗性
    IconEnemyResistanceFire75 IconEnemyResistanceCold-50 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
    伤害
    180%
    命中
    100%
    暴击 Chance
    5%
    Attack Distance
    6 ~ 16
    攻击时间
    1.5 Second
    Damage Spread
    ±20%
    经验值
    180%
    Model Size
    100%
    Type
    SaltGolem
    Metadata
    SaltGolemBlack
    等级
    65
    生命
    11,799
    4,046
    伤害
    382
    法术伤害
    382
    命中
    2,228
    攻击时间
    1.5
    经验值
    38,713
    召唤物生命
    11,308
    召唤物伤害
    1,492
    召唤物护甲
    8,092
    GASaltGolemMelee
    可触发, 攻击, AttackInPlace
    Base Damage: 306459
    暴击率: 5%
    攻击时间: 1.5 秒
    is area damage [1]
    EAASaltGolemSlamRuckus
    攻击
    Base Damage: 306459
    暴击率: 5%
    攻击时间: 1.5 秒
    冷却时间: 12 秒
    action attack or cast time uses animation length [1]
    attack maximum action distance + [-4]
    SOSaltGolemGroundFissure
    可触发, AttackInPlace, 法术
    施放时间: 1 秒
    GASaltGolemEarthquakeSmallImpact
    可触发, 攻击, AttackInPlace
    Base Damage: 306459
    暴击率: 5%
    攻击伤害: 110%
    攻击时间: 1.5 秒
    攻击伤害总增 10%
    is area damage [1]
    GASaltGolemEarthquakeLargeImpact
    可触发, 攻击, AttackInPlace
    Base Damage: 306459
    暴击率: 5%
    攻击伤害: 160%
    攻击时间: 1.5 秒
    攻击伤害总增 60%
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-40]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    BaseEvents { }
    
    Actor
    {
    	basic_action = "ChangeToStance1"
    }
    
    StateMachine
    {
    	define_shared_state = "first_aggro;"
    }
    
    Transitionable
    {
    }
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 3133
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/SaltGolem/SaltGolemBlack"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Quake Golem",
        life = 1.8,
        damage = 1.8,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 16,
        accuracy = 1,
        skillList = {
            "GASaltGolemMelee",
            "GASaltGolemEarthquakeSmallImpact",
            "GASaltGolemEarthquakeLargeImpact",
            "EAASaltGolemSlamRuckus",
            "SOSaltGolemGroundFissure",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GASaltGolemMelee"] = {
        name = "GASaltGolemMelee",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "is_area_damage",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GASaltGolemEarthquakeSmallImpact"] = {
        name = "GASaltGolemEarthquakeSmallImpact",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "is_area_damage",
        },
        levels = {
            [1] = {baseMultiplier = 1.1, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GASaltGolemEarthquakeLargeImpact"] = {
        name = "GASaltGolemEarthquakeLargeImpact",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "is_area_damage",
        },
        levels = {
            [1] = {-40, baseMultiplier = 1.6, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EAASaltGolemSlamRuckus"] = {
        name = "EAASaltGolemSlamRuckus",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3,
        baseFlags = {
            attack = true,
        },
        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["SOSaltGolemGroundFissure"] = {
        name = "SOSaltGolemGroundFissure",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.AttackInPlace] = true,
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    撼地傀儡
    CategoryConstruct构造体
    IconEnemyArmourStrong IconEnemyResistanceFireStrong IconEnemyResistanceColdWeak
    Quake Golem
    Spectre
    Tagsallows_inc_aoe, construct, melee, MonsterBlunt_onhit_audio, not_dex, not_int, physical_affinity, very_slow_movement
    生命
    180%
    +100%
    抗性
    IconEnemyResistanceFire75 IconEnemyResistanceCold-50 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
    伤害
    180%
    命中
    100%
    暴击 Chance
    5%
    Attack Distance
    6 ~ 16
    攻击时间
    1.5 Second
    Damage Spread
    ±20%
    经验值
    180%
    Model Size
    100%
    Type
    SaltGolem
    Metadata
    SaltGolemBlackNoEmerge
    等级
    68
    生命
    14,863
    4,826
    伤害
    420
    法术伤害
    420
    命中
    2,502
    攻击时间
    1.5
    经验值
    51,541
    召唤物生命
    12,474
    召唤物伤害
    1,744
    召唤物护甲
    9,652
    GASaltGolemMelee
    可触发, 攻击, AttackInPlace
    Base Damage: 336504
    暴击率: 5%
    攻击时间: 1.5 秒
    is area damage [1]
    EAASaltGolemSlamRuckus
    攻击
    Base Damage: 336504
    暴击率: 5%
    攻击时间: 1.5 秒
    冷却时间: 12 秒
    action attack or cast time uses animation length [1]
    attack maximum action distance + [-4]
    SOSaltGolemGroundFissure
    可触发, AttackInPlace, 法术
    施放时间: 1 秒
    GASaltGolemEarthquakeSmallImpact
    可触发, 攻击, AttackInPlace
    Base Damage: 336504
    暴击率: 5%
    攻击伤害: 110%
    攻击时间: 1.5 秒
    攻击伤害总增 10%
    is area damage [1]
    GASaltGolemEarthquakeLargeImpact
    可触发, 攻击, AttackInPlace
    Base Damage: 336504
    暴击率: 5%
    攻击伤害: 160%
    攻击时间: 1.5 秒
    攻击伤害总增 60%
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-40]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/BossLight"
    
    BaseEvents { }
    
    Actor
    {
    	basic_action = "ChangeToStance1"
    }
    
    StateMachine
    {
    	define_shared_state = "first_aggro = 1;"
    }
    
    Transitionable
    {
    }
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 3133
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/SaltGolem/SaltGolemBlackNoEmerge"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Quake Golem",
        life = 1.8,
        damage = 1.8,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 16,
        accuracy = 1,
        skillList = {
            "GASaltGolemMelee",
            "GASaltGolemEarthquakeSmallImpact",
            "GASaltGolemEarthquakeLargeImpact",
            "EAASaltGolemSlamRuckus",
            "SOSaltGolemGroundFissure",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GASaltGolemMelee"] = {
        name = "GASaltGolemMelee",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "is_area_damage",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GASaltGolemEarthquakeSmallImpact"] = {
        name = "GASaltGolemEarthquakeSmallImpact",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "is_area_damage",
        },
        levels = {
            [1] = {baseMultiplier = 1.1, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GASaltGolemEarthquakeLargeImpact"] = {
        name = "GASaltGolemEarthquakeLargeImpact",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "is_area_damage",
        },
        levels = {
            [1] = {-40, baseMultiplier = 1.6, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EAASaltGolemSlamRuckus"] = {
        name = "EAASaltGolemSlamRuckus",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3,
        baseFlags = {
            attack = true,
        },
        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["SOSaltGolemGroundFissure"] = {
        name = "SOSaltGolemGroundFissure",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.AttackInPlace] = true,
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Edit

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