試煉:泰坦
人形
Trial Titan
幽魂Y
幽魂 取代Metadata/Monsters/LeagueUltimatum/Guard/GuardGoliathSpectre
標籤bludgeoning_weapon, 法術, flesh_armour, has_two_hand_mace, has_two_handed_melee, human, humanoid, melee, not_dex, not_int, physical_affinity, red_blood, very_slow_movement
生命
400%
護甲
+100%
異常狀態臨界值
400%
抗性
35 35 35 20
傷害
130%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 15
攻擊間隔
1.5 秒
傷害分佈
±20%
經驗值
200%
Model Size
100%
類型
VaalGoliathUltimatum
Metadata
GuardGoliath
等級
68
生命
25,733
護甲
57,580
閃避
4,739
能量護盾
0
傷害
486
法術傷害
486
命中
290
攻擊間隔
1.5
經驗值
20,510
異常狀態臨界值
25,733
冰緩
81
感電
81
易碎
460
焦灼
81
殘喘
225
MeleeAtAnimationSpeedWithDirectionalKnockback
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 388–583
暴擊率: 5%
攻擊間隔: 1.5 秒
用強大的攻擊擊倒敵人。
擊中時擊退敵人
增加 100% 擊退距離
action attack or cast time uses animation length [1]
base knockback speed +% [300]
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 秒
GSVaalGoliathBloodBallExplosion
法術, 可觸發
暴擊率: 5%
施放時間: 1 秒
造成 165.5248.2 物理傷害
10000% 傷害偷取生命
is area damage [1]
GSVaalGoliathTendrils
法術, 可觸發
暴擊率: 5%
施放時間: 1 秒
造成 310.3465.5 物理傷害
10000% 傷害偷取生命
is area damage [1]
GAVaalGoliathSlam
可觸發, 攻擊
基本傷害: 388–583
暴擊率: 5%
攻擊傷害: 120%
攻擊傷害: 120%
攻擊間隔: 1.5 秒
冷卻時間: 6 秒
造成 20% 更多攻擊傷害
cast time overrides attack duration [1]
is area damage [1]
main hand base maximum attack distance [23]

Object Type

version 2
extends "Metadata/Monsters/LeagueUltimatum/UltimatumMonsterBase"

Object Type Codes

version 2
extends "Metadata/Monsters/LeagueUltimatum/UltimatumMonsterBase"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueUltimatum/Guard/GuardGoliath"] = {
    name = "Trial Titan",
    life = 4,
    fireResist = 35,
    coldResist = 35,
    lightningResist = 35,
    chaosResist = 20,
    damage = 1.3,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 15,
    accuracy = 1,
    weaponType1 = "Two Hand Mace",
    skillList = {
        "MeleeAtAnimationSpeedWithDirectionalKnockback",
        "EASVaalGoliathBloodSiphon",
        "SOVaalGoliathBloodBalls",
        "GTVaalGoliathBloodBalls",
        "EGVaalGoliathBloodBallExplode",
        "GSVaalGoliathBloodBallExplosion",
        "GSVaalGoliathTendrils",
        "GAVaalGoliathSlam",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeedWithDirectionalKnockback"] = {
    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_+%",
        "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, 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["GSVaalGoliathBloodBallExplosion"] = {
    name = "GSVaalGoliathBloodBallExplosion",
    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",
        "life_leech_from_any_damage_permyriad",
        "is_area_damage",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 1000000, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GSVaalGoliathTendrils"] = {
    name = "GSVaalGoliathTendrils",
    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",
        "life_leech_from_any_damage_permyriad",
        "is_area_damage",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 1000000, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GAVaalGoliathSlam"] = {
    name = "GAVaalGoliathSlam",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2,
    baseFlags = {
        attack = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "main_hand_base_maximum_attack_distance",
        "is_area_damage",
        "cast_time_overrides_attack_duration",
    },
    levels = {
        [1] = {23, baseMultiplier = 1.2, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
試煉:泰坦
人形
Trial Titan
幽魂Y
幽魂 取代Metadata/Monsters/LeagueUltimatum/Guard/GuardGoliathSpectre
標籤bludgeoning_weapon, 法術, flesh_armour, has_two_hand_mace, has_two_handed_melee, human, humanoid, melee, not_dex, not_int, physical_affinity, red_blood, very_slow_movement
生命
400%
護甲
+100%
異常狀態臨界值
400%
抗性
35 35 35 20
傷害
130%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 15
攻擊間隔
1.5 秒
傷害分佈
±20%
經驗值
200%
Model Size
100%
類型
VaalGoliathUltimatum
Metadata
GuardGoliathRuin
等級
68
生命
25,733
護甲
57,580
閃避
4,739
能量護盾
0
傷害
486
法術傷害
486
命中
290
攻擊間隔
1.5
經驗值
20,510
異常狀態臨界值
25,733
冰緩
81
感電
81
易碎
460
焦灼
81
殘喘
225
MeleeAtAnimationSpeedWithDirectionalKnockback
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 388–583
暴擊率: 5%
攻擊間隔: 1.5 秒
用強大的攻擊擊倒敵人。
擊中時擊退敵人
增加 100% 擊退距離
action attack or cast time uses animation length [1]
base knockback speed +% [300]
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]
EASVaalGoliathBloodSiphonRuin
法術
施放時間: 3 秒
冷卻時間: 14 秒
apply ultimatum ruin on hit [1]
SOVaalGoliathBloodBallsRuin
可觸發, 法術
施放時間: 1 秒
GTVaalGoliathBloodBallsRuin
可觸發, 法術
施放時間: 1 秒
EGVaalGoliathBloodBallExplodeRuin
可觸發, 法術
施放時間: 1 秒
GSVaalGoliathBloodBallExplosionRuin
法術, 可觸發
暴擊率: 5%
施放時間: 1 秒
造成 165.5248.2 物理傷害
10000% 傷害偷取生命
apply ultimatum ruin on hit [1]
is area damage [1]
GSVaalGoliathTendrilsRuin
法術, 可觸發
暴擊率: 5%
施放時間: 1 秒
造成 310.3465.5 物理傷害
10000% 傷害偷取生命
apply ultimatum ruin on hit [1]
is area damage [1]
GAVaalGoliathSlam
可觸發, 攻擊
基本傷害: 388–583
暴擊率: 5%
攻擊傷害: 120%
攻擊傷害: 120%
攻擊間隔: 1.5 秒
冷卻時間: 6 秒
造成 20% 更多攻擊傷害
cast time overrides attack duration [1]
is area damage [1]
main hand base maximum attack distance [23]

Object Type

version 2
extends "Metadata/Monsters/LeagueUltimatum/UltimatumMonsterBase"

Object Type Codes

version 2
extends "Metadata/Monsters/LeagueUltimatum/UltimatumMonsterBase"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueUltimatum/Guard/GuardGoliathRuin"] = {
    name = "Trial Titan",
    life = 4,
    fireResist = 35,
    coldResist = 35,
    lightningResist = 35,
    chaosResist = 20,
    damage = 1.3,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 15,
    accuracy = 1,
    weaponType1 = "Two Hand Mace",
    skillList = {
        "MeleeAtAnimationSpeedWithDirectionalKnockback",
        "EASVaalGoliathBloodSiphonRuin",
        "SOVaalGoliathBloodBallsRuin",
        "GTVaalGoliathBloodBallsRuin",
        "EGVaalGoliathBloodBallExplodeRuin",
        "GSVaalGoliathBloodBallExplosionRuin",
        "GSVaalGoliathTendrilsRuin",
        "GAVaalGoliathSlam",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeedWithDirectionalKnockback"] = {
    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_+%",
        "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, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["EASVaalGoliathBloodSiphonRuin"] = {
    name = "EASVaalGoliathBloodSiphonRuin",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 3,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "apply_ultimatum_ruin_on_hit",
    },
    levels = {
        [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["SOVaalGoliathBloodBallsRuin"] = {
    name = "SOVaalGoliathBloodBallsRuin",
    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["GTVaalGoliathBloodBallsRuin"] = {
    name = "GTVaalGoliathBloodBallsRuin",
    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["EGVaalGoliathBloodBallExplodeRuin"] = {
    name = "EGVaalGoliathBloodBallExplodeRuin",
    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["GSVaalGoliathBloodBallExplosionRuin"] = {
    name = "GSVaalGoliathBloodBallExplosionRuin",
    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",
        "life_leech_from_any_damage_permyriad",
        "is_area_damage",
        "apply_ultimatum_ruin_on_hit",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 1000000, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GSVaalGoliathTendrilsRuin"] = {
    name = "GSVaalGoliathTendrilsRuin",
    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",
        "life_leech_from_any_damage_permyriad",
        "is_area_damage",
        "apply_ultimatum_ruin_on_hit",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 1000000, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GAVaalGoliathSlam"] = {
    name = "GAVaalGoliathSlam",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2,
    baseFlags = {
        attack = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "main_hand_base_maximum_attack_distance",
        "is_area_damage",
        "cast_time_overrides_attack_duration",
    },
    levels = {
        [1] = {23, baseMultiplier = 1.2, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
試煉:泰坦
人形
25% 更少攻擊速度
Trial Titan
幽魂Y
標籤bludgeoning_weapon, 法術, flesh_armour, has_two_hand_mace, has_two_handed_melee, human, humanoid, melee, not_dex, not_int, physical_affinity, red_blood, very_slow_movement
生命
400%
護甲
+100%
異常狀態臨界值
400%
抗性
35 35 35 20
傷害
130%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 15
攻擊間隔
1.5 秒
傷害分佈
±20%
經驗值
200%
Model Size
100%
類型
VaalGoliathUltimatum
Metadata
GuardGoliathSpectre
等級
68
生命
25,733
護甲
57,580
閃避
4,739
能量護盾
0
傷害
486
法術傷害
486
命中
290
攻擊間隔
1.5
經驗值
20,510
異常狀態臨界值
25,733
冰緩
81
感電
81
易碎
460
焦灼
81
殘喘
225
MeleeAtAnimationSpeed
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 388–583
暴擊率: 5%
攻擊間隔: 1.5 秒
用強大的攻擊擊倒敵人。
action attack or cast time uses animation length [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 秒
GSVaalGoliathBloodBallExplosion
法術, 可觸發
暴擊率: 5%
施放時間: 1 秒
造成 165.5248.2 物理傷害
10000% 傷害偷取生命
is area damage [1]
GSVaalGoliathTendrils
法術, 可觸發
暴擊率: 5%
施放時間: 1 秒
造成 310.3465.5 物理傷害
10000% 傷害偷取生命
is area damage [1]
GAVaalGoliathSlam
可觸發, 攻擊
基本傷害: 388–583
暴擊率: 5%
攻擊傷害: 120%
攻擊傷害: 120%
攻擊間隔: 1.5 秒
冷卻時間: 6 秒
造成 20% 更多攻擊傷害
cast time overrides attack duration [1]
is area damage [1]
main hand base maximum attack distance [23]

Object Type

version 2
extends "Metadata/Monsters/LeagueUltimatum/UltimatumMonsterBase"

Object Type Codes

version 2
extends "Metadata/Monsters/LeagueUltimatum/UltimatumMonsterBase"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueUltimatum/Guard/GuardGoliathSpectre"] = {
    name = "Trial Titan",
    life = 4,
    fireResist = 35,
    coldResist = 35,
    lightningResist = 35,
    chaosResist = 20,
    damage = 1.3,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 15,
    accuracy = 1,
    weaponType1 = "Two Hand Mace",
    skillList = {
        "MeleeAtAnimationSpeed",
        "EASVaalGoliathBloodSiphon",
        "SOVaalGoliathBloodBalls",
        "GTVaalGoliathBloodBalls",
        "EGVaalGoliathBloodBallExplode",
        "GSVaalGoliathBloodBallExplosion",
        "GSVaalGoliathTendrils",
        "GAVaalGoliathSlam",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeed"] = {
    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",
        "action_attack_or_cast_time_uses_animation_length",
        "projectile_uses_contact_position",
        "use_scaled_contact_offset",
    },
    levels = {
        [1] = {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["GSVaalGoliathBloodBallExplosion"] = {
    name = "GSVaalGoliathBloodBallExplosion",
    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",
        "life_leech_from_any_damage_permyriad",
        "is_area_damage",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 1000000, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GSVaalGoliathTendrils"] = {
    name = "GSVaalGoliathTendrils",
    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",
        "life_leech_from_any_damage_permyriad",
        "is_area_damage",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 1000000, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GAVaalGoliathSlam"] = {
    name = "GAVaalGoliathSlam",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2,
    baseFlags = {
        attack = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "main_hand_base_maximum_attack_distance",
        "is_area_damage",
        "cast_time_overrides_attack_duration",
    },
    levels = {
        [1] = {23, baseMultiplier = 1.2, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
25% 更少攻擊速度
IdMonsterSlowerAttacksRareUnique
FamilyIncreasedAttackSpeed
Domains怪物 (3)
GenerationType傳奇 (3)
Req. level1
Stats
  • active skill attack speed +% final Min: -25 Max: -25 全域
  • Craft Tagsattack speed
    試煉:泰坦
    人形
    Trial Titan
    幽魂Y
    標籤bludgeoning_weapon, 法術, flesh_armour, has_two_hand_mace, has_two_handed_melee, human, humanoid, melee, not_dex, not_int, physical_affinity, red_blood, very_slow_movement
    Packs
  • 試煉:泰坦, 試煉:守衛, 試煉:追焰者, 試煉:追風者, 試煉:風暴逐者
  • 生命
    400%
    護甲
    +100%
    異常狀態臨界值
    400%
    抗性
    35 35 35 20
    傷害
    130%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 15
    攻擊間隔
    1.5 秒
    傷害分佈
    ±20%
    經驗值
    200%
    Model Size
    100%
    類型
    VaalGoliathUltimatum
    Metadata
    GuardGoliathAllFlame
    等級
    68
    生命
    25,733
    護甲
    57,580
    閃避
    4,739
    能量護盾
    0
    傷害
    486
    法術傷害
    486
    命中
    290
    攻擊間隔
    1.5
    經驗值
    20,510
    異常狀態臨界值
    25,733
    冰緩
    81
    感電
    81
    易碎
    460
    焦灼
    81
    殘喘
    225
    MeleeAtAnimationSpeedWithDirectionalKnockback
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 388–583
    暴擊率: 5%
    攻擊間隔: 1.5 秒
    用強大的攻擊擊倒敵人。
    擊中時擊退敵人
    增加 100% 擊退距離
    action attack or cast time uses animation length [1]
    base knockback speed +% [300]
    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 秒
    GSVaalGoliathBloodBallExplosion
    法術, 可觸發
    暴擊率: 5%
    施放時間: 1 秒
    造成 165.5248.2 物理傷害
    10000% 傷害偷取生命
    is area damage [1]
    GSVaalGoliathTendrils
    法術, 可觸發
    暴擊率: 5%
    施放時間: 1 秒
    造成 310.3465.5 物理傷害
    10000% 傷害偷取生命
    is area damage [1]
    GAVaalGoliathSlam
    可觸發, 攻擊
    基本傷害: 388–583
    暴擊率: 5%
    攻擊傷害: 120%
    攻擊傷害: 120%
    攻擊間隔: 1.5 秒
    冷卻時間: 6 秒
    造成 20% 更多攻擊傷害
    cast time overrides attack duration [1]
    is area damage [1]
    main hand base maximum attack distance [23]

    Object Type

    Object Type Codes

     
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueUltimatum/Guard/GuardGoliathAllFlame"] = {
        name = "Trial Titan",
        life = 4,
        fireResist = 35,
        coldResist = 35,
        lightningResist = 35,
        chaosResist = 20,
        damage = 1.3,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 15,
        accuracy = 1,
        weaponType1 = "Two Hand Mace",
        skillList = {
            "MeleeAtAnimationSpeedWithDirectionalKnockback",
            "EASVaalGoliathBloodSiphon",
            "SOVaalGoliathBloodBalls",
            "GTVaalGoliathBloodBalls",
            "EGVaalGoliathBloodBallExplode",
            "GSVaalGoliathBloodBallExplosion",
            "GSVaalGoliathTendrils",
            "GAVaalGoliathSlam",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeedWithDirectionalKnockback"] = {
        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_+%",
            "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, 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["GSVaalGoliathBloodBallExplosion"] = {
        name = "GSVaalGoliathBloodBallExplosion",
        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",
            "life_leech_from_any_damage_permyriad",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 1000000, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSVaalGoliathTendrils"] = {
        name = "GSVaalGoliathTendrils",
        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",
            "life_leech_from_any_damage_permyriad",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 1000000, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GAVaalGoliathSlam"] = {
        name = "GAVaalGoliathSlam",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "main_hand_base_maximum_attack_distance",
            "is_area_damage",
            "cast_time_overrides_attack_duration",
        },
        levels = {
            [1] = {23, baseMultiplier = 1.2, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Edit

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