Guardião do Forte





Área: Mapa: Forte
Monstros concedem Experiência aumentada em 100%
Raridade dos Itens Derrubados aumentada em 15000%
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Raridade dos Itens Derrubados aumentada em 15000%
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Velocidade de Ataque aumentada em 50%
Velocidade de Conjuração aumentada em 50%
Velocidade de Movimento aumentada em 50%
Empurra Inimigos ao Acertar
Distância do Empurrão aumentada em 400%
Velocidade de Conjuração aumentada em 50%
Velocidade de Movimento aumentada em 50%
Empurra Inimigos ao Acertar
Distância do Empurrão aumentada em 400%
Guardian of the Vault
Spectre | N |
---|---|
Area | Mapa: Forte |
Tags | bludgeoning_weapon, Conjurador, construct, has_dual_wield_melee, has_one_hand_mace, has_one_handed_melee, large_height, large_model, medium_movement, melee, mud_blood, non_unique_map_boss, not_int, physical_affinity, stone_armour |
Vida
300%
Armadura
+100%
Evasão
+40%
Ailment Threshold
300%
Resistência




Damage
88%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 16
Attack Time
1.5 Second
Damage Spread
±20%
Experiência
100%
Model Size
163%
Type
TreasureGolemMapBoss
Metadata
TreasureGolemMapBoss
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
75
Vida
40,480
Armadura
99,730
Evasão
8,441
Damage
499
Dano Mágico
499
Precisão
762
Attack Time
1.5
Experiência
11,804
Minion Life
8,263
Minion Damage
408
Ailment Threshold
40,480
Chill
128
Shock
128
Brittle
724
Scorch
128
Sap
354
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).
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 902–1353
Chance de Crítico: 5%
Attack Time: 1.5 seg
Abate seus inimigos com um golpe poderoso.
skill can fire arrows [1]
skill can fire wand projectiles [1]

SummonGoldAnimatedArmour
Spell
Tempo de Conjuração: 1 seg
Recarga: 4.5 seg
minion dies when parent dies [1]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]
TreasureGolemSlam
Attack, Area
Base Damage: 902–1353
Chance de Crítico: 5%
Dano de Ataque: 95%
Dano de Ataque: 95%
Attack Time: 1.5 seg
Recarga: 5 seg
Causa 5% menos Dano de Ataque
47% menos Velocidade de Ataque
active skill area of effect radius +% final [-50]
is area damage [1]
voll slam damage +% final at centre [100]
VaultBossDelayedBlast
Spell, Triggerable
Tempo de Conjuração: 1 seg
Causa 1246 a 1870 de Dano Físico
Duração base é de 15 segundos
Dispara 50 Projéteis adicionais
cast on hide % [100]
firestorm use server effects [1]
is area damage [1]
HideVaultBoss
Duration
Recarga: 30 seg
Duração base é de 15 segundos
skill cannot be interrupted [1]
skill cannot be stunned [1]
spell maximum action distance +% [-90]
VaultBossLeapSlam
Attack, Area, Melee, Movement, Travel, Slam, Totemable
Salto Impactante
Base Damage: 902–1353
Chance de Crítico: 5%
Dano de Ataque: 150%
Dano de Ataque: 150%
Attack Time: 1.5 seg
Recarga: 2 seg
Salta no ar, causando dano e empurrando inimigos com sua arma ao cair. Inimigos nos quais você cairia em cima são empurrados para fora do caminho. Requer um Machado, Maça, Cetro, Espada ou Cajado.
Causa 50% mais Dano de Ataque
50% menos Velocidade de Ataque
O raio Base é de 1.5 metros
cast time overrides attack duration [1]
is area damage [1]

ChangeStanceVaultGolem
Recarga: 12 seg
Duração base é de 6 segundos
Object Type
version 2 extends "Metadata/Monsters/Monster" Transitionable { } Actor { basic_action = "Emerge" basic_action = "ChangeToStance1" basic_action = "ChangeToStance2" } Life { corpse_usable = false }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Render { //turn_duration = 0.5 } Transitionable { create_untransitioned = "PlayAnimationType( Emerge ); PauseAnimation(); RemoveCollidability();" on_transition = "MakeCollidable(); SpawnEffect( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/TreasureGolem/treasuregolememerge.ao );" } Preload { preload_animated_object = "Metadata/Effects/Spells/monsters_effects/labyrinth/skeleton_king/golden_spine_upheaval/goldenupheaval.ao" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/RockGolem/TreasureGolemMapBoss"] = { name = "Guardian of the Vault", life = 3, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 0.88, damageSpread = 0.2, attackTime = 1.5, attackRange = 16, accuracy = 1, weaponType1 = "One Hand Mace", weaponType2 = "Dagger", skillList = { "Melee", "VaultBossLeapSlam", "HideVaultBoss", "TreasureGolemSlam", "VaultBossDelayedBlast", "ChangeStanceVaultGolem", "SummonGoldAnimatedArmour", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["Melee"] = { 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", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["VaultBossLeapSlam"] = { name = "Leap Slam", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Jump through the air, damaging and knocking back enemies with your weapon where you land. Enemies you would land on are pushed out of the way. Requires an Axe, Mace, Sceptre, Sword or Staff.", skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Melee] = true, [SkillType.Movement] = true, [SkillType.Travel] = true, [SkillType.Slam] = true, [SkillType.Totemable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.4, baseFlags = { attack = true, area = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_attack_speed_+%_final", "active_skill_base_area_of_effect_radius", "is_area_damage", "cast_time_overrides_attack_duration", }, levels = { [1] = {-50, 15, baseMultiplier = 1.5, levelRequirement = 2, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["HideVaultBoss"] = { name = "HideVaultBoss", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Duration] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { duration = true, }, baseMods = { }, qualityStats = { }, stats = { "base_skill_effect_duration", "spell_maximum_action_distance_+%", "skill_cannot_be_interrupted", "skill_cannot_be_stunned", }, levels = { [1] = {15000, -90, levelRequirement = 10, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["TreasureGolemSlam"] = { name = "TreasureGolemSlam", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_attack_speed_+%_final", "voll_slam_damage_+%_final_at_centre", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", }, levels = { [1] = {-47, 100, -50, baseMultiplier = 0.95, levelRequirement = 68, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["VaultBossDelayedBlast"] = { name = "VaultBossDelayedBlast", 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", "number_of_additional_projectiles", "base_skill_effect_duration", "cast_on_hide_%", "is_area_damage", "firestorm_use_server_effects", }, levels = { [1] = {1.6000000238419, 2.4000000953674, 50, 15000, 100, levelRequirement = 68, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["ChangeStanceVaultGolem"] = { name = "ChangeStanceVaultGolem", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { "base_skill_effect_duration", }, levels = { [1] = {6000, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SummonGoldAnimatedArmour"] = { name = "SummonGoldAnimatedArmour", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "summoned_monsters_are_minions", "minion_dies_when_parent_dies", "summoned_monsters_no_drops_or_experience", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
Velocidade de Conjuração aumentada em 35%
Id | MonsterMapBoss |
---|---|
Family | MonsterMapBoss |
Domains | monstro (3) |
GenerationType | unico (3) |
Req. level | 1 |
Stats |
+20% de Resistência a Caos aos Monstros
+30% de Resistência Elemental aos Monstros
heist contract alert level +% final [-5]
heist contract lockdown timer +% [5]
heist monster spawner alive limit +% [5]
map item drop quantity +% [13]
map item drop rarity +% [8]
Id | StunRepeatImmunityMapBoss_ |
---|---|
Family | Nothing |
Domains | monstro (3) |
GenerationType | unico (3) |
Req. level | 1 |
Stats |
stance movement speed +% final [-3]
Id | Nothing |
---|---|
Family | Nothing |
Domains | monstro (3) |
GenerationType | unico (3) |
Req. level | 1 |
+300 de Armadura por Totem Convocado
Id | VaultBossStanceMods |
---|---|
Family | VaultBossStanceMods |
Domains | monstro (3) |
GenerationType | unico (3) |
Req. level | 1 |
Stats | |
Craft Tags | attack caster speed |
Guardião do Forte





Monstros concedem Experiência aumentada em 100%
Raridade dos Itens Derrubados aumentada em 15000%
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Raridade dos Itens Derrubados aumentada em 15000%
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Velocidade de Ataque aumentada em 50%
Velocidade de Conjuração aumentada em 50%
Velocidade de Movimento aumentada em 50%
Empurra Inimigos ao Acertar
Distância do Empurrão aumentada em 400%
Velocidade de Conjuração aumentada em 50%
Velocidade de Movimento aumentada em 50%
Empurra Inimigos ao Acertar
Distância do Empurrão aumentada em 400%
Guardian of the Vault
Spectre | N |
---|---|
Tags | bludgeoning_weapon, Conjurador, construct, has_dual_wield_melee, has_one_hand_mace, has_one_handed_melee, large_height, large_model, medium_movement, melee, mud_blood, not_int, physical_affinity, standalone_map_boss, stone_armour |
Vida
300%
Armadura
+100%
Evasão
+40%
Ailment Threshold
300%
Resistência




Damage
88%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 16
Attack Time
1.5 Second
Damage Spread
±20%
Experiência
100%
Model Size
163%
Type
TreasureGolemMapBoss
Metadata
TreasureGolemMapBossStandalone
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
68
Vida
19,300
Armadura
57,580
Evasão
6,635
Damage
329
Dano Mágico
329
Precisão
580
Attack Time
1.5
Experiência
10,255
Minion Life
4,186
Minion Damage
262
Ailment Threshold
19,300
Chill
61
Shock
61
Brittle
345
Scorch
61
Sap
169
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).
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 595–892
Chance de Crítico: 5%
Attack Time: 1.5 seg
Abate seus inimigos com um golpe poderoso.
skill can fire arrows [1]
skill can fire wand projectiles [1]

TreasureGolemSlam
Attack, Area
Base Damage: 595–892
Chance de Crítico: 5%
Dano de Ataque: 95%
Dano de Ataque: 95%
Attack Time: 1.5 seg
Recarga: 5 seg
Causa 5% menos Dano de Ataque
47% menos Velocidade de Ataque
active skill area of effect radius +% final [-50]
is area damage [1]
voll slam damage +% final at centre [100]
VaultBossDelayedBlast
Spell, Triggerable
Tempo de Conjuração: 1 seg
Causa 898.8 a 1348 de Dano Físico
Duração base é de 15 segundos
Dispara 50 Projéteis adicionais
cast on hide % [100]
firestorm use server effects [1]
is area damage [1]
VaultBossLeapSlam
Attack, Area, Melee, Movement, Travel, Slam, Totemable
Salto Impactante
Base Damage: 595–892
Chance de Crítico: 5%
Dano de Ataque: 150%
Dano de Ataque: 150%
Attack Time: 1.5 seg
Recarga: 2 seg
Salta no ar, causando dano e empurrando inimigos com sua arma ao cair. Inimigos nos quais você cairia em cima são empurrados para fora do caminho. Requer um Machado, Maça, Cetro, Espada ou Cajado.
Causa 50% mais Dano de Ataque
50% menos Velocidade de Ataque
O raio Base é de 1.5 metros
cast time overrides attack duration [1]
is area damage [1]

GTStandaloneTreasureGolemDelayedBlast
Triggerable, Spell
Tempo de Conjuração: 1 seg
VaultBossDelayedBlastStandalone
Spell, Damage, Area, Triggerable, AreaSpell
Tempo de Conjuração: 1 seg
Causa 898.8 a 1348 de Dano Físico
is area damage [1]
TreasureGolemSummonAnimatedWeaponStandalone
Spell, Multicastable, Triggerable
Tempo de Conjuração: 1 seg
alternate minion [176]
minion dies when parent dies [1]
number of monsters to summon [4]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" extends "Metadata/Monsters/StandaloneMapBoss" Actor { basic_action = "ChangeToStance1" basic_action = "ChangeToStance2" }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" extends "Metadata/Monsters/StandaloneMapBoss"
-- src\Data\Spectres.lua minions["Metadata/Monsters/RockGolem/TreasureGolemMapBossStandalone"] = { name = "Guardian of the Vault", life = 3, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 0.88, damageSpread = 0.2, attackTime = 1.5, attackRange = 16, accuracy = 1, weaponType1 = "One Hand Mace", weaponType2 = "Dagger", skillList = { "Melee", "VaultBossLeapSlam", "TreasureGolemSummonAnimatedWeaponStandalone", "TreasureGolemSlam", "VaultBossDelayedBlast", "VaultBossDelayedBlastStandalone", "GTStandaloneTreasureGolemDelayedBlast", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["Melee"] = { 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", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["VaultBossLeapSlam"] = { name = "Leap Slam", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Jump through the air, damaging and knocking back enemies with your weapon where you land. Enemies you would land on are pushed out of the way. Requires an Axe, Mace, Sceptre, Sword or Staff.", skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Melee] = true, [SkillType.Movement] = true, [SkillType.Travel] = true, [SkillType.Slam] = true, [SkillType.Totemable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.4, baseFlags = { attack = true, area = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_attack_speed_+%_final", "active_skill_base_area_of_effect_radius", "is_area_damage", "cast_time_overrides_attack_duration", }, levels = { [1] = {-50, 15, baseMultiplier = 1.5, levelRequirement = 2, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["TreasureGolemSummonAnimatedWeaponStandalone"] = { name = "TreasureGolemSummonAnimatedWeaponStandalone", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "alternate_minion", "number_of_monsters_to_summon", "summoned_monsters_are_minions", "minion_dies_when_parent_dies", "summoned_monsters_no_drops_or_experience", }, levels = { [1] = {176, 4, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["TreasureGolemSlam"] = { name = "TreasureGolemSlam", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_attack_speed_+%_final", "voll_slam_damage_+%_final_at_centre", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", }, levels = { [1] = {-47, 100, -50, baseMultiplier = 0.95, levelRequirement = 68, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["VaultBossDelayedBlast"] = { name = "VaultBossDelayedBlast", 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", "number_of_additional_projectiles", "base_skill_effect_duration", "cast_on_hide_%", "is_area_damage", "firestorm_use_server_effects", }, levels = { [1] = {1.6000000238419, 2.4000000953674, 50, 15000, 100, levelRequirement = 68, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["VaultBossDelayedBlastStandalone"] = { name = "VaultBossDelayedBlastStandalone", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Triggerable] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "is_area_damage", }, levels = { [1] = {1.6000000238419, 2.4000000953674, levelRequirement = 68, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GTStandaloneTreasureGolemDelayedBlast"] = { name = "GTStandaloneTreasureGolemDelayedBlast", 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 = { }, }, }, }
Velocidade de Conjuração aumentada em 35%
Id | MonsterMapBoss |
---|---|
Family | MonsterMapBoss |
Domains | monstro (3) |
GenerationType | unico (3) |
Req. level | 1 |
Stats |
+20% de Resistência a Caos aos Monstros
+30% de Resistência Elemental aos Monstros
heist contract alert level +% final [-5]
heist contract lockdown timer +% [5]
heist monster spawner alive limit +% [5]
map item drop quantity +% [13]
map item drop rarity +% [8]
Id | StunRepeatImmunityMapBoss_ |
---|---|
Family | Nothing |
Domains | monstro (3) |
GenerationType | unico (3) |
Req. level | 1 |
Stats |
stance movement speed +% final [-3]
Id | Nothing |
---|---|
Family | Nothing |
Domains | monstro (3) |
GenerationType | unico (3) |
Req. level | 1 |
+300 de Armadura por Totem Convocado
Id | VaultBossStanceMods |
---|---|
Family | VaultBossStanceMods |
Domains | monstro (3) |
GenerationType | unico (3) |
Req. level | 1 |
Stats | |
Craft Tags | attack caster speed |
Guardião do Forte





Monstros concedem Experiência aumentada em 100%
Raridade dos Itens Derrubados aumentada em 15000%
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Raridade dos Itens Derrubados aumentada em 15000%
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Velocidade de Ataque aumentada em 50%
Velocidade de Conjuração aumentada em 50%
Velocidade de Movimento aumentada em 50%
Empurra Inimigos ao Acertar
Distância do Empurrão aumentada em 400%
Velocidade de Conjuração aumentada em 50%
Velocidade de Movimento aumentada em 50%
Empurra Inimigos ao Acertar
Distância do Empurrão aumentada em 400%
Guardian of the Vault
Spectre | N |
---|---|
Tags | bludgeoning_weapon, construct, elder_map_boss, has_dual_wield_melee, has_one_hand_mace, has_one_handed_melee, large_height, large_model, medium_movement, mud_blood, non_attacking, not_int, stone_armour |
Vida
300%
Armadura
+100%
Evasão
+40%
Ailment Threshold
300%
Resistência




Damage
88%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 9
Attack Time
1.5 Second
Damage Spread
±20%
Experiência
100%
Model Size
163%
Type
TreasureGolemMapBoss
Metadata
TreasureGolemMapBossElder
Object Type
version 2 extends "Metadata/Monsters/ElderBosses/ElderBossClone"
Object Type Codes
version 2 extends "Metadata/Monsters/ElderBosses/ElderBossClone"
-- src\Data\Spectres.lua minions["Metadata/Monsters/RockGolem/TreasureGolemMapBossElder"] = { name = "Guardian of the Vault", life = 3, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 0.88, damageSpread = 0.2, attackTime = 1.5, attackRange = 9, accuracy = 1, weaponType1 = "One Hand Mace", weaponType2 = "Dagger", skillList = { }, modList = { }, }
Velocidade de Conjuração aumentada em 35%
Id | MonsterMapBoss |
---|---|
Family | MonsterMapBoss |
Domains | monstro (3) |
GenerationType | unico (3) |
Req. level | 1 |
Stats |
+20% de Resistência a Caos aos Monstros
+30% de Resistência Elemental aos Monstros
heist contract alert level +% final [-5]
heist contract lockdown timer +% [5]
heist monster spawner alive limit +% [5]
map item drop quantity +% [13]
map item drop rarity +% [8]
Id | StunRepeatImmunityMapBoss_ |
---|---|
Family | Nothing |
Domains | monstro (3) |
GenerationType | unico (3) |
Req. level | 1 |
Stats |
stance movement speed +% final [-3]
Id | Nothing |
---|---|
Family | Nothing |
Domains | monstro (3) |
GenerationType | unico (3) |
Req. level | 1 |
+300 de Armadura por Totem Convocado
Id | VaultBossStanceMods |
---|---|
Family | VaultBossStanceMods |
Domains | monstro (3) |
GenerationType | unico (3) |
Req. level | 1 |
Stats | |
Craft Tags | attack caster speed |
Edit
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.