모래 골리앗
구조물
monster no drops or experience [1]
cannot have affliction mods [1]
cannot have affliction mods [1]
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Sand Goliath
Spectre | N |
---|---|
Tags | 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%
Ailment Threshold
138%
저항
37 37 37 0
Damage
120%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 9
Attack Time
1.755 Second
Damage Spread
±20%
경험치
200%
Model Size
110%
Type
GarukhanMinionLarge
Metadata
GarukhanMinionLarge
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
레벨
68
생명력
8,878
방어도
57,580
회피
4,739
에너지 보호막
0
Damage
448
주문 피해
448
정확도
290
Attack Time
1.755
경험치
20,510
Ailment Threshold
8,878
Chill
28
Shock
28
Brittle
159
Scorch
28
Sap
78
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
기본 공격
Base Damage: 359–538
치명타 확률: 5%
Attack Time: 1.755 초
강력한 일격으로 적들을 쓰러트립니다.
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
GroundSlamMiner
Attack, Area, Multistrikeable, Melee, Slam, Totemable
대지 강타
Base Damage: 359–538
치명타 확률: 5%
Attack Time: 1.755 초
지팡이나 철퇴, 셉터로 전방의 바닥을 후려치면 앞쪽으로 파도를 일으키며 뻗어 나가 적들에게 피해를 주고 증가된 확률로 기절시킵니다.
주는 피해 58% 증폭
적 기절 한계치 35% 감소
공격 속도 20% 감폭
is area damage [1]
적 기절 한계치 35% 감소
공격 속도 20% 감폭
is area damage [1]
GarukhanGoliathMortar
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
치명타 확률: 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]
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]
Id | MonsterNoDropsOrExperience |
---|---|
Family | MonsterNoDropsOrExperience |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats |
cannot have affliction mods [1]
Id | CannotGainAfflictedMods |
---|---|
Family | Nothing |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats |
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Id | CannotBeAugmented |
---|---|
Family | Nothing |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats |
모래 골리앗
구조물
Sand Goliath
Spectre | N |
---|---|
Tags | 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%
Ailment Threshold
1000%
저항
20 20 20 0
Damage
120%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 9
Attack Time
1.755 Second
Damage Spread
±20%
경험치
200%
Model Size
100%
Type
GarukhanMinionLargeEvent
Metadata
GarukhanMinionLargeMummyEvent
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
레벨
68
생명력
64,334
방어도
57,580
회피
4,739
에너지 보호막
0
Damage
448
주문 피해
448
정확도
290
Attack Time
1.755
경험치
20,510
Ailment Threshold
64,334
Chill
203
Shock
203
Brittle
1,151
Scorch
203
Sap
562
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
기본 공격
Base Damage: 359–538
치명타 확률: 5%
Attack Time: 1.755 초
강력한 일격으로 적들을 쓰러트립니다.
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
GroundSlamMiner
Attack, Area, Multistrikeable, Melee, Slam, Totemable
대지 강타
Base Damage: 359–538
치명타 확률: 5%
Attack Time: 1.755 초
지팡이나 철퇴, 셉터로 전방의 바닥을 후려치면 앞쪽으로 파도를 일으키며 뻗어 나가 적들에게 피해를 주고 증가된 확률로 기절시킵니다.
주는 피해 58% 증폭
적 기절 한계치 35% 감소
공격 속도 20% 감폭
is area damage [1]
적 기절 한계치 35% 감소
공격 속도 20% 감폭
is area damage [1]
GarukhanGoliathMortar
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
치명타 확률: 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]
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]
Sand Goliath
Spectre | N |
---|---|
Tags | 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%
Ailment Threshold
138%
저항
37 37 37 0
Damage
120%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 9
Attack Time
1.755 Second
Damage Spread
±20%
경험치
200%
Model Size
110%
Type
GarukhanMinionLargeDelve
Metadata
SandGoliathDelveEncounter_
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
레벨
68
생명력
8,878
방어도
57,580
회피
4,739
에너지 보호막
0
Damage
448
주문 피해
448
정확도
290
Attack Time
1.755
경험치
20,510
Ailment Threshold
8,878
Chill
28
Shock
28
Brittle
159
Scorch
28
Sap
78
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
기본 공격
Base Damage: 359–538
치명타 확률: 5%
Attack Time: 1.755 초
강력한 일격으로 적들을 쓰러트립니다.
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
GroundSlamMiner
Attack, Area, Multistrikeable, Melee, Slam, Totemable
대지 강타
Base Damage: 359–538
치명타 확률: 5%
Attack Time: 1.755 초
지팡이나 철퇴, 셉터로 전방의 바닥을 후려치면 앞쪽으로 파도를 일으키며 뻗어 나가 적들에게 피해를 주고 증가된 확률로 기절시킵니다.
주는 피해 58% 증폭
적 기절 한계치 35% 감소
공격 속도 20% 감폭
is area damage [1]
적 기절 한계치 35% 감소
공격 속도 20% 감폭
is area damage [1]
GarukhanGoliathMortar
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
치명타 확률: 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]
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]
Id | CannotBeUsedAsMinion |
---|---|
Family | CannotBeUsedAsMinion |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats |
모래 골리앗
구조물
monster no drops or experience [1]
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Sand Goliath
Spectre | N |
---|---|
Tags | 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%
Ailment Threshold
138%
저항
37 37 37 0
Damage
120%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 9
Attack Time
1.755 Second
Damage Spread
±20%
경험치
200%
Model Size
110%
Type
GarukhanMinionLarge
Metadata
GarukhanMinionLargeTorment
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
레벨
68
생명력
8,878
방어도
57,580
회피
4,739
에너지 보호막
0
Damage
448
주문 피해
448
정확도
290
Attack Time
1.755
경험치
20,510
Ailment Threshold
8,878
Chill
28
Shock
28
Brittle
159
Scorch
28
Sap
78
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
기본 공격
Base Damage: 359–538
치명타 확률: 5%
Attack Time: 1.755 초
강력한 일격으로 적들을 쓰러트립니다.
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
GroundSlamMiner
Attack, Area, Multistrikeable, Melee, Slam, Totemable
대지 강타
Base Damage: 359–538
치명타 확률: 5%
Attack Time: 1.755 초
지팡이나 철퇴, 셉터로 전방의 바닥을 후려치면 앞쪽으로 파도를 일으키며 뻗어 나가 적들에게 피해를 주고 증가된 확률로 기절시킵니다.
주는 피해 58% 증폭
적 기절 한계치 35% 감소
공격 속도 20% 감폭
is area damage [1]
적 기절 한계치 35% 감소
공격 속도 20% 감폭
is area damage [1]
GarukhanGoliathMortar
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
치명타 확률: 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]
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]
Id | MonsterNoDropsOrExperience |
---|---|
Family | MonsterNoDropsOrExperience |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats |
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Id | CannotBeAugmented |
---|---|
Family | Nothing |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats |