Shambling Goliath
Humanoid
SpectreY
Tagsbludgeoning_weapon, caster, 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
Life
350%
Armour
+100%
Ailment Threshold
350%
Resistance
35 35 35 20
Damage
100%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 15
Attack Time
1.5 Second
Damage Spread
±20%
Experience
200%
Model Size
100%
Type
SanctumGoliath
Metadata
Titan
Level
68
Life
22,517
Armour
57,580
Evasion
4,739
Energy Shield
0
Damage
374
Spell Damage
374
Accuracy
290
Attack Time
1.5
Experience
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
Default Attack
Base Damage: 299–448
Critical Strike Chance: 5%
Attack Time: 1.5 sec
Strike your foes down with a powerful blow.
Knocks Enemies Back on Hit
100% increased Knockback Distance
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
Cast Time: 3 sec
Cooldown Time: 14 sec
SOVaalGoliathBloodBalls
Triggerable, Spell
Cast Time: 1 sec
GTVaalGoliathBloodBalls
Triggerable, Spell
Cast Time: 1 sec
EGVaalGoliathBloodBallExplode
Triggerable, Spell
Cast Time: 1 sec
GSVaalGoliathBloodBallExplosionSanctum
Spell, Triggerable
Critical Strike Chance: 5%
Cast Time: 1 sec
Deals 82.74 to 124.1 Physical Damage
base sanctum damage [12]
is area damage [1]
GSVaalGoliathTendrilsSanctum
Spell, Triggerable
Critical Strike Chance: 5%
Cast Time: 1 sec
Deals 155.2 to 232.7 Physical Damage
base sanctum damage [15]
is area damage [1]
GAVaalGoliathSlamSanctum
Triggerable, Attack
Base Damage: 299–448
Critical Strike Chance: 5%
Attack Damage: 120%
Attack Damage: 120%
Attack Time: 1.5 sec
Cooldown Time: 6 sec
Deals 20% more Attack Damage
100% more Area of Effect
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.