꿈틀대는 골리앗
인간형
Shambling Goliath
SpectreY
Tagsbludgeoning_weapon, 시전, flesh_armour, has_two_hand_mace, has_two_handed_melee, human, humanoid, melee, no_pantheon_mod, not_dex, not_int, physical_affinity, red_blood, sanctum_monster, very_slow_movement
생명력
350%
방어구
+100%
Ailment Threshold
350%
저항
35 35 35 20
Damage
100%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 15
Attack Time
1.5 Second
Damage Spread
±20%
경험치
200%
Model Size
100%
Type
SanctumGoliath
Metadata
Titan
레벨
68
생명력
22,517
방어구
57,580
회피
4,739
에너지 보호막
0
Damage
374
주문 피해
374
정확도
290
Attack Time
1.5
경험치
20,510
Ailment Threshold
22,517
Chill
71
Shock
71
Brittle
403
Scorch
71
Sap
197
MeleeAtAnimationSpeedWithDirectionalKnockbackSanctum
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
기본 공격
Base Damage: 299–448
치명타 확률: 5%
Attack Time: 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]
EASVaalGoliathBloodSiphon
Spell
시전 속도: 3 초
재사용 대기시간: 14 초
SOVaalGoliathBloodBalls
Triggerable, Spell
시전 속도: 1 초
GTVaalGoliathBloodBalls
Triggerable, Spell
시전 속도: 1 초
EGVaalGoliathBloodBallExplode
Triggerable, Spell
시전 속도: 1 초
GSVaalGoliathBloodBallExplosionSanctum
Spell, Triggerable
치명타 확률: 5%
시전 속도: 1 초
82.74~124.1 물리 피해
base sanctum damage [12]
is area damage [1]
GSVaalGoliathTendrilsSanctum
Spell, Triggerable
치명타 확률: 5%
시전 속도: 1 초
155.2~232.7 물리 피해
base sanctum damage [15]
is area damage [1]
GAVaalGoliathSlamSanctum
Triggerable, Attack
Base Damage: 299–448
치명타 확률: 5%
공격 피해: 120%
공격 피해: 120%
Attack Time: 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]

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 = { }, },
    },
}
Edit

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