噬灵巨人
人形
Shambling Goliath
幽魂 | Y |
---|---|
标签 | bludgeoning_weapon, 施法, flesh_armour, has_two_hand_mace, has_two_handed_melee, human, humanoid, melee, no_pantheon_mod, physical_affinity, red_blood, sanctum_monster, very_slow_movement |
生命
350%
异常状态临界值
350%
抗性
35 35 35 20
伤害
100%
命中
100%
暴击几率
+5%
暴击伤害
+130%
攻击距离
6 ~ 15
攻击间隔
1.5 秒
伤害分布
±20%
经验值
200%
Model Size
100%
类型
SanctumGoliath
Metadata
Titan
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
等级
68
生命
22,517
护甲
28,790
闪避值
4,739
能量护盾
0
伤害
374
法术伤害
374
命中
290
攻击间隔
1.5
经验值
20,510
异常状态临界值
22,517
冰缓
71
Shock
71
Brittle
403
Scorch
71
Sap
197
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).
MeleeAtAnimationSpeedWithDirectionalKnockbackSanctum
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
普通攻击
基本伤害: 299–448
暴击几率: 5%
攻击间隔: 1.5 秒
对你的敌人无情痛击。
击中时击退敌人
击退距离延长 100%
action attack or cast time uses animation length [1]
base knockback speed +% [300]
base sanctum damage [15]
determine knockback direction from melee pattern [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
击退距离延长 100%
action attack or cast time uses animation length [1]
base knockback speed +% [300]
base sanctum damage [15]
determine knockback direction from melee pattern [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
EASVaalGoliathBloodSiphon
法术
施放间隔: 3 秒
冷却时间: 14 秒
SOVaalGoliathBloodBalls
可触发, 法术
施放间隔: 1 秒
GTVaalGoliathBloodBalls
可触发, 法术
施放间隔: 1 秒
EGVaalGoliathBloodBallExplode
可触发, 法术
施放间隔: 1 秒
GSVaalGoliathBloodBallExplosionSanctum
法术, 可触发
暴击几率: 5%
施放间隔: 1 秒
造成 82.74 - 124.1 物理伤害
base sanctum damage [12]
is area damage [1]
base sanctum damage [12]
is area damage [1]
GSVaalGoliathTendrilsSanctum
法术, 可触发
暴击几率: 5%
施放间隔: 1 秒
造成 155.2 - 232.7 物理伤害
base sanctum damage [15]
is area damage [1]
base sanctum damage [15]
is area damage [1]
GAVaalGoliathSlamSanctum
可触发, 攻击
基本伤害: 299–448
暴击几率: 5%
攻击伤害: 120%
攻击伤害: 120%
攻击间隔: 1.5 秒
冷却时间: 6 秒
攻击伤害总增 20%
总效果区域扩大 100%
base sanctum damage [30]
cast time overrides attack duration [1]
is area damage [1]
main hand base maximum attack distance [30]
总效果区域扩大 100%
base sanctum damage [30]
cast time overrides attack duration [1]
is area damage [1]
main hand base maximum attack distance [30]
Object Type
version 2 extends "Metadata/Monsters/LeagueSanctum/Fodder/SanctumFodderBase"
Object Type Codes
version 2 extends "Metadata/Monsters/LeagueSanctum/Fodder/SanctumFodderBase"
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueSanctum/Fodder/Titan"] = { name = "Shambling Goliath", life = 3.5, fireResist = 35, coldResist = 35, lightningResist = 35, chaosResist = 20, damage = 1, damageSpread = 0.2, attackTime = 1.5, attackRange = 15, accuracy = 1, weaponType1 = "Two Hand Mace", skillList = { "MeleeAtAnimationSpeedWithDirectionalKnockbackSanctum", "EASVaalGoliathBloodSiphon", "SOVaalGoliathBloodBalls", "GTVaalGoliathBloodBalls", "EGVaalGoliathBloodBallExplode", "GSVaalGoliathBloodBallExplosionSanctum", "GSVaalGoliathTendrilsSanctum", "GAVaalGoliathSlamSanctum", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeedWithDirectionalKnockbackSanctum"] = { 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 = { "base_knockback_speed_+%", "knockback_distance_+%", "base_sanctum_damage", "skill_can_fire_arrows", "skill_can_fire_wand_projectiles", "action_attack_or_cast_time_uses_animation_length", "global_knockback", "determine_knockback_direction_from_melee_pattern", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {300, 100, 15, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["EASVaalGoliathBloodSiphon"] = { name = "EASVaalGoliathBloodSiphon", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 3, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SOVaalGoliathBloodBalls"] = { name = "SOVaalGoliathBloodBalls", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GTVaalGoliathBloodBalls"] = { name = "GTVaalGoliathBloodBalls", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["EGVaalGoliathBloodBallExplode"] = { name = "EGVaalGoliathBloodBallExplode", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GSVaalGoliathBloodBallExplosionSanctum"] = { name = "GSVaalGoliathBloodBallExplosionSanctum", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "base_sanctum_damage", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 12, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GSVaalGoliathTendrilsSanctum"] = { name = "GSVaalGoliathTendrilsSanctum", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "base_sanctum_damage", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 15, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GAVaalGoliathSlamSanctum"] = { name = "GAVaalGoliathSlamSanctum", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 3, baseFlags = { attack = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "main_hand_base_maximum_attack_distance", "base_sanctum_damage", "active_skill_area_of_effect_+%_final", "is_area_damage", "cast_time_overrides_attack_duration", }, levels = { [1] = {30, 30, 100, baseMultiplier = 1.2, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }