Titan de l'Épreuve
Humanoïde
Trial Titan
Spectre | Y |
---|---|
Spectre Override | Metadata/Monsters/LeagueUltimatum/Guard/GuardGoliathSpectre |
Tags | bludgeoning_weapon, Lanceur de sorts, flesh_armour, has_two_hand_mace, has_two_handed_melee, human, humanoid, melee, not_dex, not_int, physical_affinity, red_blood, very_slow_movement |
Vie
400%
Armure
+50%
Ailment Threshold
400%
Résistance
35 35 35 20
Damage
130%
Précision
100%
Chances de coup critique
+5%
Multiplicateur de coups critiques
+130%
Attack Distance
6 ~ 15
Attack Time
1.5 Second
Damage Spread
±20%
Expérience
200%
Model Size
100%
Type
VaalGoliathUltimatum
Metadata
GuardGoliath
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Niveau
68
Vie
25,733
Armure
43,185
Évasion
4,739
Bouclier d'énergie
0
Damage
486
Dégâts des sorts
486
Précision
290
Attack Time
1.5
Expérience
20,510
Ailment Threshold
25,733
Chill
81
Shock
81
Brittle
460
Scorch
81
Sap
225
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).
MeleeAtAnimationSpeedWithDirectionalKnockback
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Attaque par défaut
Base Damage: 388–583
Chances de coup critique: 5%
Attack Time: 1.5 sec.
Frappez vos ennemis d'un coup puissant.
Repousse les Ennemis au Toucher
100% d'Augmentation de la Distance de Repoussement
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]
100% d'Augmentation de la Distance de Repoussement
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
Spell
Temps d'incantation: 3 sec.
Temps de recharge: 14 sec.
SOVaalGoliathBloodBalls
Triggerable, Spell
Temps d'incantation: 1 sec.
GTVaalGoliathBloodBalls
Triggerable, Spell
Temps d'incantation: 1 sec.
EGVaalGoliathBloodBallExplode
Triggerable, Spell
Temps d'incantation: 1 sec.
GSVaalGoliathBloodBallExplosion
Spell, Triggerable
Chances de coup critique: 5%
Temps d'incantation: 1 sec.
Inflige 165.5 à 248.2 Dégâts physiques
10000% des Dégâts Drainent de la Vie
is area damage [1]
10000% des Dégâts Drainent de la Vie
is area damage [1]
GSVaalGoliathTendrils
Spell, Triggerable
Chances de coup critique: 5%
Temps d'incantation: 1 sec.
Inflige 310.3 à 465.5 Dégâts physiques
10000% des Dégâts Drainent de la Vie
is area damage [1]
10000% des Dégâts Drainent de la Vie
is area damage [1]
GAVaalGoliathSlam
Triggerable, Attack
Base Damage: 388–583
Chances de coup critique: 5%
Dégâts d'Attaque: 120%
Dégâts d'Attaque: 120%
Attack Time: 1.5 sec.
Temps de recharge: 6 sec.
20% Davantage de Dégâts d'Attaque
cast time overrides attack duration [1]
is area damage [1]
main hand base maximum attack distance [23]
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 = { }, }, }, }
Titan de l'Épreuve
Humanoïde
Trial Titan
Spectre | Y |
---|---|
Spectre Override | Metadata/Monsters/LeagueUltimatum/Guard/GuardGoliathSpectre |
Tags | bludgeoning_weapon, Lanceur de sorts, flesh_armour, has_two_hand_mace, has_two_handed_melee, human, humanoid, melee, not_dex, not_int, physical_affinity, red_blood, very_slow_movement |
Vie
400%
Armure
+50%
Ailment Threshold
400%
Résistance
35 35 35 20
Damage
130%
Précision
100%
Chances de coup critique
+5%
Multiplicateur de coups critiques
+130%
Attack Distance
6 ~ 15
Attack Time
1.5 Second
Damage Spread
±20%
Expérience
200%
Model Size
100%
Type
VaalGoliathUltimatum
Metadata
GuardGoliathRuin
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Niveau
68
Vie
25,733
Armure
43,185
Évasion
4,739
Bouclier d'énergie
0
Damage
486
Dégâts des sorts
486
Précision
290
Attack Time
1.5
Expérience
20,510
Ailment Threshold
25,733
Chill
81
Shock
81
Brittle
460
Scorch
81
Sap
225
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).
MeleeAtAnimationSpeedWithDirectionalKnockback
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Attaque par défaut
Base Damage: 388–583
Chances de coup critique: 5%
Attack Time: 1.5 sec.
Frappez vos ennemis d'un coup puissant.
Repousse les Ennemis au Toucher
100% d'Augmentation de la Distance de Repoussement
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]
100% d'Augmentation de la Distance de Repoussement
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
Spell
Temps d'incantation: 3 sec.
Temps de recharge: 14 sec.
apply ultimatum ruin on hit [1]
SOVaalGoliathBloodBallsRuin
Triggerable, Spell
Temps d'incantation: 1 sec.
GTVaalGoliathBloodBallsRuin
Triggerable, Spell
Temps d'incantation: 1 sec.
EGVaalGoliathBloodBallExplodeRuin
Triggerable, Spell
Temps d'incantation: 1 sec.
GSVaalGoliathBloodBallExplosionRuin
Spell, Triggerable
Chances de coup critique: 5%
Temps d'incantation: 1 sec.
Inflige 165.5 à 248.2 Dégâts physiques
10000% des Dégâts Drainent de la Vie
apply ultimatum ruin on hit [1]
is area damage [1]
10000% des Dégâts Drainent de la Vie
apply ultimatum ruin on hit [1]
is area damage [1]
GSVaalGoliathTendrilsRuin
Spell, Triggerable
Chances de coup critique: 5%
Temps d'incantation: 1 sec.
Inflige 310.3 à 465.5 Dégâts physiques
10000% des Dégâts Drainent de la Vie
apply ultimatum ruin on hit [1]
is area damage [1]
10000% des Dégâts Drainent de la Vie
apply ultimatum ruin on hit [1]
is area damage [1]
GAVaalGoliathSlam
Triggerable, Attack
Base Damage: 388–583
Chances de coup critique: 5%
Dégâts d'Attaque: 120%
Dégâts d'Attaque: 120%
Attack Time: 1.5 sec.
Temps de recharge: 6 sec.
20% Davantage de Dégâts d'Attaque
cast time overrides attack duration [1]
is area damage [1]
main hand base maximum attack distance [23]
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 = { }, }, }, }
Titan de l'Épreuve
Humanoïde
25% de Perte de Vitesse d'attaque
Trial Titan
Spectre | Y |
---|---|
Tags | bludgeoning_weapon, Lanceur de sorts, flesh_armour, has_two_hand_mace, has_two_handed_melee, human, humanoid, melee, not_dex, not_int, physical_affinity, red_blood, very_slow_movement |
Vie
400%
Armure
+50%
Ailment Threshold
400%
Résistance
35 35 35 20
Damage
130%
Précision
100%
Chances de coup critique
+5%
Multiplicateur de coups critiques
+130%
Attack Distance
6 ~ 15
Attack Time
1.5 Second
Damage Spread
±20%
Expérience
200%
Model Size
100%
Type
VaalGoliathUltimatum
Metadata
GuardGoliathSpectre
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Niveau
68
Vie
25,733
Armure
43,185
Évasion
4,739
Bouclier d'énergie
0
Damage
486
Dégâts des sorts
486
Précision
290
Attack Time
1.5
Expérience
20,510
Ailment Threshold
25,733
Chill
81
Shock
81
Brittle
460
Scorch
81
Sap
225
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).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Attaque par défaut
Base Damage: 388–583
Chances de coup critique: 5%
Attack Time: 1.5 sec.
Frappez vos ennemis d'un coup puissant.
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]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
EASVaalGoliathBloodSiphon
Spell
Temps d'incantation: 3 sec.
Temps de recharge: 14 sec.
SOVaalGoliathBloodBalls
Triggerable, Spell
Temps d'incantation: 1 sec.
GTVaalGoliathBloodBalls
Triggerable, Spell
Temps d'incantation: 1 sec.
EGVaalGoliathBloodBallExplode
Triggerable, Spell
Temps d'incantation: 1 sec.
GSVaalGoliathBloodBallExplosion
Spell, Triggerable
Chances de coup critique: 5%
Temps d'incantation: 1 sec.
Inflige 165.5 à 248.2 Dégâts physiques
10000% des Dégâts Drainent de la Vie
is area damage [1]
10000% des Dégâts Drainent de la Vie
is area damage [1]
GSVaalGoliathTendrils
Spell, Triggerable
Chances de coup critique: 5%
Temps d'incantation: 1 sec.
Inflige 310.3 à 465.5 Dégâts physiques
10000% des Dégâts Drainent de la Vie
is area damage [1]
10000% des Dégâts Drainent de la Vie
is area damage [1]
GAVaalGoliathSlam
Triggerable, Attack
Base Damage: 388–583
Chances de coup critique: 5%
Dégâts d'Attaque: 120%
Dégâts d'Attaque: 120%
Attack Time: 1.5 sec.
Temps de recharge: 6 sec.
20% Davantage de Dégâts d'Attaque
cast time overrides attack duration [1]
is area damage [1]
main hand base maximum attack distance [23]
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% de Perte de Vitesse d'attaque
Id | MonsterSlowerAttacksRareUnique |
---|---|
Family | IncreasedAttackSpeed |
Domains | monstre (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats | |
Craft Tags | attack speed |
Titan de l'Épreuve
Humanoïde
Trial Titan
Spectre | Y |
---|---|
Tags | bludgeoning_weapon, Lanceur de sorts, 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 |
Vie
400%
Armure
+50%
Ailment Threshold
400%
Résistance
35 35 35 20
Damage
130%
Précision
100%
Chances de coup critique
+5%
Multiplicateur de coups critiques
+130%
Attack Distance
6 ~ 15
Attack Time
1.5 Second
Damage Spread
±20%
Expérience
200%
Model Size
100%
Type
VaalGoliathUltimatum
Metadata
GuardGoliathAllFlame
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Niveau
68
Vie
25,733
Armure
43,185
Évasion
4,739
Bouclier d'énergie
0
Damage
486
Dégâts des sorts
486
Précision
290
Attack Time
1.5
Expérience
20,510
Ailment Threshold
25,733
Chill
81
Shock
81
Brittle
460
Scorch
81
Sap
225
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).
MeleeAtAnimationSpeedWithDirectionalKnockback
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Attaque par défaut
Base Damage: 388–583
Chances de coup critique: 5%
Attack Time: 1.5 sec.
Frappez vos ennemis d'un coup puissant.
Repousse les Ennemis au Toucher
100% d'Augmentation de la Distance de Repoussement
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]
100% d'Augmentation de la Distance de Repoussement
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
Spell
Temps d'incantation: 3 sec.
Temps de recharge: 14 sec.
SOVaalGoliathBloodBalls
Triggerable, Spell
Temps d'incantation: 1 sec.
GTVaalGoliathBloodBalls
Triggerable, Spell
Temps d'incantation: 1 sec.
EGVaalGoliathBloodBallExplode
Triggerable, Spell
Temps d'incantation: 1 sec.
GSVaalGoliathBloodBallExplosion
Spell, Triggerable
Chances de coup critique: 5%
Temps d'incantation: 1 sec.
Inflige 165.5 à 248.2 Dégâts physiques
10000% des Dégâts Drainent de la Vie
is area damage [1]
10000% des Dégâts Drainent de la Vie
is area damage [1]
GSVaalGoliathTendrils
Spell, Triggerable
Chances de coup critique: 5%
Temps d'incantation: 1 sec.
Inflige 310.3 à 465.5 Dégâts physiques
10000% des Dégâts Drainent de la Vie
is area damage [1]
10000% des Dégâts Drainent de la Vie
is area damage [1]
GAVaalGoliathSlam
Triggerable, Attack
Base Damage: 388–583
Chances de coup critique: 5%
Dégâts d'Attaque: 120%
Dégâts d'Attaque: 120%
Attack Time: 1.5 sec.
Temps de recharge: 6 sec.
20% Davantage de Dégâts d'Attaque
cast time overrides attack duration [1]
is area damage [1]
main hand base maximum attack distance [23]
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 = { }, }, }, }