沙之巨人
构造体
monster no drops or experience [1]
cannot have affliction mods [1]
Sand Goliath
幽魂N
标签bludgeoning_weapon, 施法, construct, is_unarmed, medium_height, melee, mud_blood, not_dex, not_int, physical_affinity, stone_armour, stone_construct, very_slow_movement
生命
138%
护甲
+100%
异常状态临界值
138%
抗性
37 37 37 0
伤害
120%
命中
100%
攻击暴击率
+5%
暴击伤害
+130%
攻击距离
6 ~ 9
攻击间隔
1.755 秒
伤害分布
±20%
经验值
200%
Model Size
110%
类型
GarukhanMinionLarge
Metadata
GarukhanMinionLarge
等级
68
生命
8,878
护甲
57,580
闪避值
4,739
能量护盾
0
伤害
448
法术伤害
448
命中
290
攻击间隔
1.755
经验值
20,510
异常状态临界值
8,878
冰缓
28
Shock
28
Brittle
159
Scorch
28
Sap
78
Melee
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
普通攻击
基本伤害: 359–538
攻击暴击率: 5%
攻击间隔: 1.755 秒
对你的敌人无情痛击。
skill can fire arrows [1]
skill can fire wand projectiles [1]
GroundSlamMiner
攻击, 范围, 攻击可重复, 近战, Slam, 图腾技能
裂地之击
基本伤害: 359–538
攻击暴击率: 5%
攻击间隔: 1.755 秒
以长杖、锤类、短杖重击地面,制造出一道向前释放的冲击波,被此冲击波击中的敌人将会受到伤害并有较高几率被击晕。
伤害总增 58%
敌人晕眩门槛降低 35%
攻击速度总降 20%
is area damage [1]
GarukhanGoliathMortar
投射物, 玩家投射物, 法术, 伤害, 范围, 陷阱技能, 图腾技能, 地雷技能, 法术可重复, 可触发, 范围法术
攻击暴击率: 5%
施放间隔: 3 秒
通用的怪物炮击技能. 与怪物投射物相似, 但带有冲击效果.
造成 199.2 - 298.7 物理伤害
active skill area of effect radius +% final [-40]
base is projectile [1]
is area damage [1]
projectile minimum range [8]
projectile speed variation +% [15]
projectile spread radius [5]
projectile spread radius per additional projectile [5]
projectiles not offset [1]
spell maximum action distance +% [-40]

Object Type

version 2
extends "Metadata/Monsters/Garukhan/GarukhanMinionBase"

Object Type Codes

version 2
extends "Metadata/Monsters/Garukhan/GarukhanMinionBase"

BaseEvents
{
	on_construction_complete = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/act9/Garukhan/minions/big/big_sand.epk );"
}

Animated
{
	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/act9/Garukhan/minions/big/bigDeath.ao"
	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/act9/Garukhan/minions/big/bigEmerge.ao"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Garukhan/GarukhanMinionLarge"] = {
    name = "Sand Goliath",
    life = 1.38,
    fireResist = 37,
    coldResist = 37,
    lightningResist = 37,
    chaosResist = 0,
    damage = 1.2,
    damageSpread = 0.2,
    attackTime = 1.755,
    attackRange = 9,
    accuracy = 1,
    skillList = {
        "Melee",
        "GroundSlamMiner",
        "GarukhanGoliathMortar",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["Melee"] = {
    name = "Default Attack",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Strike your foes down with a powerful blow.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Projectile] = true,
        [SkillType.MeleeSingleTarget] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Melee] = true,
        [SkillType.ProjectilesFromUser] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        melee = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "skill_can_fire_arrows",
        "skill_can_fire_wand_projectiles",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GroundSlamMiner"] = {
    name = "Ground Slam",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "The character slams the ground in front of them with a Staff, Mace or Sceptre, creating a wave that travels forward and damages enemies with an increased chance to stun.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Melee] = true,
        [SkillType.Slam] = true,
        [SkillType.Totemable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
        melee = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_damage_+%_final",
        "base_stun_threshold_reduction_+%",
        "active_skill_attack_speed_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {50, 35, -20, levelRequirement = 2, statInterpolation = {1},  cost = { }, },
        [2] = {58, 35, -20, levelRequirement = 68, statInterpolation = {1},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GarukhanGoliathMortar"] = {
    name = "GarukhanGoliathMortar",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
    skillTypes = {
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 3,
    baseFlags = {
        area = true,
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "projectile_spread_radius",
        "projectile_speed_variation_+%",
        "spell_maximum_action_distance_+%",
        "projectile_minimum_range",
        "projectile_spread_radius_per_additional_projectile",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
        "base_is_projectile",
        "projectiles_not_offset",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 5, 15, -40, 8, 5, -40, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
monster no drops or experience [1]
IdMonsterNoDropsOrExperience
FamilyMonsterNoDropsOrExperience
Domains怪物 (3)
GenerationType传奇 (3)
Req. level1
Stats
  • monster no drops or experience Min: 1 Max: 1 全域
  • cannot have affliction mods [1]
    IdCannotGainAfflictedMods
    FamilyNothing
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • cannot have affliction mods Min: 1 Max: 1 全域
  • 沙之巨人
    构造体
    Sand Goliath
    幽魂N
    标签bludgeoning_weapon, 施法, construct, is_unarmed, medium_height, melee, mud_blood, not_dex, not_int, physical_affinity, ranged, stone_armour, stone_construct, very_slow_movement
    生命
    1000%
    护甲
    +100%
    异常状态临界值
    1000%
    抗性
    20 20 20 0
    伤害
    120%
    命中
    100%
    攻击暴击率
    +5%
    暴击伤害
    +130%
    攻击距离
    6 ~ 9
    攻击间隔
    1.755 秒
    伤害分布
    ±20%
    经验值
    200%
    Model Size
    100%
    类型
    GarukhanMinionLargeEvent
    Metadata
    GarukhanMinionLargeMummyEvent
    等级
    68
    生命
    64,334
    护甲
    57,580
    闪避值
    4,739
    能量护盾
    0
    伤害
    448
    法术伤害
    448
    命中
    290
    攻击间隔
    1.755
    经验值
    20,510
    异常状态临界值
    64,334
    冰缓
    203
    Shock
    203
    Brittle
    1,151
    Scorch
    203
    Sap
    562
    Melee
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    基本伤害: 359–538
    攻击暴击率: 5%
    攻击间隔: 1.755 秒
    对你的敌人无情痛击。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    GroundSlamMiner
    攻击, 范围, 攻击可重复, 近战, Slam, 图腾技能
    裂地之击
    基本伤害: 359–538
    攻击暴击率: 5%
    攻击间隔: 1.755 秒
    以长杖、锤类、短杖重击地面,制造出一道向前释放的冲击波,被此冲击波击中的敌人将会受到伤害并有较高几率被击晕。
    伤害总增 58%
    敌人晕眩门槛降低 35%
    攻击速度总降 20%
    is area damage [1]
    GarukhanGoliathMortar
    投射物, 玩家投射物, 法术, 伤害, 范围, 陷阱技能, 图腾技能, 地雷技能, 法术可重复, 可触发, 范围法术
    攻击暴击率: 5%
    施放间隔: 3 秒
    通用的怪物炮击技能. 与怪物投射物相似, 但带有冲击效果.
    造成 199.2 - 298.7 物理伤害
    active skill area of effect radius +% final [-40]
    base is projectile [1]
    is area damage [1]
    projectile minimum range [8]
    projectile speed variation +% [15]
    projectile spread radius [5]
    projectile spread radius per additional projectile [5]
    projectiles not offset [1]
    spell maximum action distance +% [-40]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    BaseEvents
    {
    	on_construction_complete = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/act9/Garukhan/minions/big/big_sand.epk );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Garukhan/GarukhanMinionLargeMummyEvent"] = {
        name = "Sand Goliath",
        life = 10,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.755,
        attackRange = 9,
        accuracy = 1,
        skillList = {
            "Melee",
            "GroundSlamMiner",
            "GarukhanGoliathMortar",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        name = "Default Attack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GroundSlamMiner"] = {
        name = "Ground Slam",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "The character slams the ground in front of them with a Staff, Mace or Sceptre, creating a wave that travels forward and damages enemies with an increased chance to stun.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.Slam] = true,
            [SkillType.Totemable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "base_stun_threshold_reduction_+%",
            "active_skill_attack_speed_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {50, 35, -20, levelRequirement = 2, statInterpolation = {1},  cost = { }, },
            [2] = {58, 35, -20, levelRequirement = 68, statInterpolation = {1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GarukhanGoliathMortar"] = {
        name = "GarukhanGoliathMortar",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
        skillTypes = {
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "projectile_spread_radius",
            "projectile_speed_variation_+%",
            "spell_maximum_action_distance_+%",
            "projectile_minimum_range",
            "projectile_spread_radius_per_additional_projectile",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
            "base_is_projectile",
            "projectiles_not_offset",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 5, 15, -40, 8, 5, -40, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    沙之巨人
    构造体
    cannot be used as minion [1]
    monster no map drops [1]
    Sand Goliath
    幽魂N
    标签bludgeoning_weapon, 施法, construct, delve_monster, is_unarmed, medium_height, melee, mud_blood, no_pantheon_mod, not_dex, not_int, physical_affinity, ranged, stone_armour, stone_construct, very_slow_movement
    生命
    138%
    护甲
    +100%
    异常状态临界值
    138%
    抗性
    37 37 37 0
    伤害
    120%
    命中
    100%
    攻击暴击率
    +5%
    暴击伤害
    +130%
    攻击距离
    6 ~ 9
    攻击间隔
    1.755 秒
    伤害分布
    ±20%
    经验值
    200%
    Model Size
    110%
    类型
    GarukhanMinionLargeDelve
    Metadata
    SandGoliathDelveEncounter_
    等级
    68
    生命
    8,878
    护甲
    57,580
    闪避值
    4,739
    能量护盾
    0
    伤害
    448
    法术伤害
    448
    命中
    290
    攻击间隔
    1.755
    经验值
    20,510
    异常状态临界值
    8,878
    冰缓
    28
    Shock
    28
    Brittle
    159
    Scorch
    28
    Sap
    78
    Melee
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    基本伤害: 359–538
    攻击暴击率: 5%
    攻击间隔: 1.755 秒
    对你的敌人无情痛击。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    GroundSlamMiner
    攻击, 范围, 攻击可重复, 近战, Slam, 图腾技能
    裂地之击
    基本伤害: 359–538
    攻击暴击率: 5%
    攻击间隔: 1.755 秒
    以长杖、锤类、短杖重击地面,制造出一道向前释放的冲击波,被此冲击波击中的敌人将会受到伤害并有较高几率被击晕。
    伤害总增 58%
    敌人晕眩门槛降低 35%
    攻击速度总降 20%
    is area damage [1]
    GarukhanGoliathMortar
    投射物, 玩家投射物, 法术, 伤害, 范围, 陷阱技能, 图腾技能, 地雷技能, 法术可重复, 可触发, 范围法术
    攻击暴击率: 5%
    施放间隔: 3 秒
    通用的怪物炮击技能. 与怪物投射物相似, 但带有冲击效果.
    造成 199.2 - 298.7 物理伤害
    active skill area of effect radius +% final [-40]
    base is projectile [1]
    is area damage [1]
    projectile minimum range [8]
    projectile speed variation +% [15]
    projectile spread radius [5]
    projectile spread radius per additional projectile [5]
    projectiles not offset [1]
    spell maximum action distance +% [-40]

    Object Type

    version 2
    extends "Metadata/Monsters/Garukhan/Delve/GarukhanMinionBase"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Garukhan/Delve/GarukhanMinionBase"
    
    BaseEvents
    {
    	on_construction_complete = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/act9/Garukhan/minions/big/big_sand.epk );"
    }
    
    Animated
    {
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/act9/Garukhan/minions/big/bigDeath.ao"
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/act9/Garukhan/minions/big/bigEmerge.ao"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Garukhan/SandGoliathDelveEncounter_"] = {
        name = "Sand Goliath",
        life = 1.38,
        fireResist = 37,
        coldResist = 37,
        lightningResist = 37,
        chaosResist = 0,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.755,
        attackRange = 9,
        accuracy = 1,
        skillList = {
            "Melee",
            "GroundSlamMiner",
            "GarukhanGoliathMortar",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        name = "Default Attack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GroundSlamMiner"] = {
        name = "Ground Slam",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "The character slams the ground in front of them with a Staff, Mace or Sceptre, creating a wave that travels forward and damages enemies with an increased chance to stun.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.Slam] = true,
            [SkillType.Totemable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "base_stun_threshold_reduction_+%",
            "active_skill_attack_speed_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {50, 35, -20, levelRequirement = 2, statInterpolation = {1},  cost = { }, },
            [2] = {58, 35, -20, levelRequirement = 68, statInterpolation = {1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GarukhanGoliathMortar"] = {
        name = "GarukhanGoliathMortar",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
        skillTypes = {
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "projectile_spread_radius",
            "projectile_speed_variation_+%",
            "spell_maximum_action_distance_+%",
            "projectile_minimum_range",
            "projectile_spread_radius_per_additional_projectile",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
            "base_is_projectile",
            "projectiles_not_offset",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 5, 15, -40, 8, 5, -40, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    cannot be used as minion [1]
    IdCannotBeUsedAsMinion
    FamilyCannotBeUsedAsMinion
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • cannot be used as minion Min: 1 Max: 1 全域
  • monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 全域
  • 沙之巨人
    构造体
    monster no drops or experience [1]
    Sand Goliath
    幽魂N
    标签bludgeoning_weapon, 施法, construct, is_unarmed, medium_height, melee, mud_blood, not_dex, not_int, physical_affinity, stone_armour, stone_construct, very_slow_movement
    生命
    138%
    护甲
    +100%
    异常状态临界值
    138%
    抗性
    37 37 37 0
    伤害
    120%
    命中
    100%
    攻击暴击率
    +5%
    暴击伤害
    +130%
    攻击距离
    6 ~ 9
    攻击间隔
    1.755 秒
    伤害分布
    ±20%
    经验值
    200%
    Model Size
    110%
    类型
    GarukhanMinionLarge
    Metadata
    GarukhanMinionLargeTorment
    等级
    68
    生命
    8,878
    护甲
    57,580
    闪避值
    4,739
    能量护盾
    0
    伤害
    448
    法术伤害
    448
    命中
    290
    攻击间隔
    1.755
    经验值
    20,510
    异常状态临界值
    8,878
    冰缓
    28
    Shock
    28
    Brittle
    159
    Scorch
    28
    Sap
    78
    Melee
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    基本伤害: 359–538
    攻击暴击率: 5%
    攻击间隔: 1.755 秒
    对你的敌人无情痛击。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    GroundSlamMiner
    攻击, 范围, 攻击可重复, 近战, Slam, 图腾技能
    裂地之击
    基本伤害: 359–538
    攻击暴击率: 5%
    攻击间隔: 1.755 秒
    以长杖、锤类、短杖重击地面,制造出一道向前释放的冲击波,被此冲击波击中的敌人将会受到伤害并有较高几率被击晕。
    伤害总增 58%
    敌人晕眩门槛降低 35%
    攻击速度总降 20%
    is area damage [1]
    GarukhanGoliathMortar
    投射物, 玩家投射物, 法术, 伤害, 范围, 陷阱技能, 图腾技能, 地雷技能, 法术可重复, 可触发, 范围法术
    攻击暴击率: 5%
    施放间隔: 3 秒
    通用的怪物炮击技能. 与怪物投射物相似, 但带有冲击效果.
    造成 199.2 - 298.7 物理伤害
    active skill area of effect radius +% final [-40]
    base is projectile [1]
    is area damage [1]
    projectile minimum range [8]
    projectile speed variation +% [15]
    projectile spread radius [5]
    projectile spread radius per additional projectile [5]
    projectiles not offset [1]
    spell maximum action distance +% [-40]

    Object Type

    version 2
    extends "Metadata/Monsters/Garukhan/GarukhanMinionBase"
    
    DiesAfterTime {}

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Garukhan/GarukhanMinionBase"
    
    BaseEvents
    {
    	on_construction_complete = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/act9/Garukhan/minions/big/big_sand.epk );"
    }
    
    Animated
    {
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/act9/Garukhan/minions/big/bigDeath.ao"
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/act9/Garukhan/minions/big/bigEmerge.ao"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Garukhan/GarukhanMinionLargeTorment"] = {
        name = "Sand Goliath",
        life = 1.38,
        fireResist = 37,
        coldResist = 37,
        lightningResist = 37,
        chaosResist = 0,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.755,
        attackRange = 9,
        accuracy = 1,
        skillList = {
            "Melee",
            "GroundSlamMiner",
            "GarukhanGoliathMortar",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        name = "Default Attack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GroundSlamMiner"] = {
        name = "Ground Slam",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "The character slams the ground in front of them with a Staff, Mace or Sceptre, creating a wave that travels forward and damages enemies with an increased chance to stun.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.Slam] = true,
            [SkillType.Totemable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "base_stun_threshold_reduction_+%",
            "active_skill_attack_speed_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {50, 35, -20, levelRequirement = 2, statInterpolation = {1},  cost = { }, },
            [2] = {58, 35, -20, levelRequirement = 68, statInterpolation = {1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GarukhanGoliathMortar"] = {
        name = "GarukhanGoliathMortar",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
        skillTypes = {
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "projectile_spread_radius",
            "projectile_speed_variation_+%",
            "spell_maximum_action_distance_+%",
            "projectile_minimum_range",
            "projectile_spread_radius_per_additional_projectile",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
            "base_is_projectile",
            "projectiles_not_offset",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 5, 15, -40, 8, 5, -40, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    monster no drops or experience [1]
    IdMonsterNoDropsOrExperience
    FamilyMonsterNoDropsOrExperience
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 全域
  • Edit

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