Guardián de la Bóveda
ConstructoÁrea: Bóveda, Mapa de Bóveda
monster dropped item rarity +% [15000]
monster slain experience +% [100]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
monster slain experience +% [100]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Velocidad de ataque aumentada un 50%
Velocidad de lanzamiento de hechizos aumentada un 50%
Velocidad de movimiento aumentada un 50%
Empuja a los enemigos con cada golpe
Distancia de Empuje aumentada un 400%
Velocidad de lanzamiento de hechizos aumentada un 50%
Velocidad de movimiento aumentada un 50%
Empuja a los enemigos con cada golpe
Distancia de Empuje aumentada un 400%
Guardian of the Vault
| Spectre | |
|---|---|
| Area | Bóveda, Mapa de Bóveda |
| Tags | bludgeoning_weapon, Lanzador de hechizos, 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%
Evasión
+40%
Ailment Threshold
300%
Resistencia
Damage
88%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 16
Attack Time
1.5 Second
Damage Spread
±20%
Experiencia
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.
Nivel
79
Vida
3,457,702
Armadura
135,980
Evasión
9,649
Damage
717
Daño de hechizos
1,070
Precisión
888
Attack Time
1.005
Experiencia
69,020
Minion Life
681,715
Minion Damage
596
Ailment Threshold
1,659,697
Chill
5,248
Shock
5,248
Brittle
29,690
Scorch
5,248
Sap
14,499
Phys Convert Ele
295%
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 estándar
Base Damage: 1139—1708
Probabilidad de golpe crítico: 5%
Attack Time: 1.5 seg
Derriba a tus enemigos con un golpe poderoso.
skill can fire arrows [1]
skill can fire wand projectiles [1]
SummonGoldAnimatedArmour
Spell
Tiempo de lanzamiento: 1 seg
Tiempo de 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: 1139—1708
Probabilidad de golpe crítico: 5%
Daño de ataque: 95%
Daño de ataque: 95%
Attack Time: 1.5 seg
Tiempo de recarga: 5 seg
Inflige un 5% menos de daño de ataque
47% menos velocidad de ataque
active skill area of effect radius +% final [-50]
is area damage [1]
voll slam damage +% final at centre [100]
VaultBossDelayedBlast
Spell, Triggerable
Tiempo de lanzamiento: 1 seg
La duración base es de 15 segundos
Dispara 50 proyectiles adicionales
cast on hide % [100]
firestorm use server effects [1]
is area damage [1]
spell maximum base physical damage [2247]
spell minimum base physical damage [1498]
HideVaultBoss
Duration
Tiempo de recarga: 30 seg
La duración base es 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 con impacto
Base Damage: 1139—1708
Probabilidad de golpe crítico: 5%
Daño de ataque: 150%
Daño de ataque: 150%
Attack Time: 1.5 seg
Tiempo de recarga: 2 seg
Saltas por los aires para infligir daño y empujar a los enemigos con tu arma en el lugar donde caes. Empujas a los enemigos sobre los que caerías fuera de tu camino. Requiere un hacha, una maza, un cetro, una espada o un báculo.
Inflige un 50% más de daño de ataque
50% menos velocidad de ataque
El radio base es de 1.5 metros
cast time overrides attack duration [1]
is area damage [1]
ChangeStanceVaultGolem
Tiempo de recarga: 12 seg
La duración base es 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
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/RockGolem/TreasureGolemMapBoss"] = {
fireResist = 40,
coldResist = 40,
lightningResist = 40,
chaosResist = 25,
name = "Guardian of the Vault",
life = 3,
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 = { }, },
},
}
monster dropped item rarity +% [15000]
monster slain experience +% [100]
| Family | MonsterMapBoss |
|---|---|
| Domains | monstruo (3) |
| GenerationType | Únicos (3) |
| Req. level | 1 |
| Stats |
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
| Family | Nothing |
|---|---|
| Domains | monstruo (3) |
| GenerationType | Únicos (3) |
| Req. level | 1 |
| Stats |
| Family | Nothing |
|---|---|
| Domains | monstruo (3) |
| GenerationType | Únicos (3) |
| Req. level | 1 |
Velocidad de ataque aumentada un 50%
Velocidad de lanzamiento de hechizos aumentada un 50%
Velocidad de movimiento aumentada un 50%
Empuja a los enemigos con cada golpe
Distancia de Empuje aumentada un 400%
| Family | VaultBossStanceMods |
|---|---|
| Domains | monstruo (3) |
| GenerationType | Únicos (3) |
| Req. level | 1 |
| Stats | |
| Craft Tags | Ataque Lanzador de hechizos Velocidad |
Guardián de la Bóveda
Constructomonster dropped item rarity +% [15000]
monster slain experience +% [100]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
monster slain experience +% [100]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Velocidad de ataque aumentada un 50%
Velocidad de lanzamiento de hechizos aumentada un 50%
Velocidad de movimiento aumentada un 50%
Empuja a los enemigos con cada golpe
Distancia de Empuje aumentada un 400%
Velocidad de lanzamiento de hechizos aumentada un 50%
Velocidad de movimiento aumentada un 50%
Empuja a los enemigos con cada golpe
Distancia de Empuje aumentada un 400%
Guardian of the Vault
| Spectre | |
|---|---|
| Tags | bludgeoning_weapon, Lanzador de hechizos, 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%
Evasión
+40%
Ailment Threshold
300%
Resistencia
Damage
88%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 16
Attack Time
1.5 Second
Damage Spread
±20%
Experiencia
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.
Nivel
68
Vida
418,039
Armadura
57,580
Evasión
6,635
Damage
374
Daño de hechizos
559
Precisión
580
Attack Time
1.005
Experiencia
56,403
Minion Life
90,676
Minion Damage
299
Ailment Threshold
263,365
Chill
833
Shock
833
Brittle
4,711
Scorch
833
Sap
2,301
Phys Convert Ele
240%
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 estándar
Base Damage: 595—892
Probabilidad de golpe crítico: 5%
Attack Time: 1.5 seg
Derriba a tus enemigos con un golpe poderoso.
skill can fire arrows [1]
skill can fire wand projectiles [1]
TreasureGolemSlam
Attack, Area
Base Damage: 595—892
Probabilidad de golpe crítico: 5%
Daño de ataque: 95%
Daño de ataque: 95%
Attack Time: 1.5 seg
Tiempo de recarga: 5 seg
Inflige un 5% menos de daño de ataque
47% menos velocidad de ataque
active skill area of effect radius +% final [-50]
is area damage [1]
voll slam damage +% final at centre [100]
VaultBossDelayedBlast
Spell, Triggerable
Tiempo de lanzamiento: 1 seg
La duración base es de 15 segundos
Dispara 50 proyectiles adicionales
cast on hide % [100]
firestorm use server effects [1]
is area damage [1]
spell maximum base physical damage [1348]
spell minimum base physical damage [898.8]
VaultBossLeapSlam
Attack, Area, Melee, Movement, Travel, Slam, Totemable
Salto con impacto
Base Damage: 595—892
Probabilidad de golpe crítico: 5%
Daño de ataque: 150%
Daño de ataque: 150%
Attack Time: 1.5 seg
Tiempo de recarga: 2 seg
Saltas por los aires para infligir daño y empujar a los enemigos con tu arma en el lugar donde caes. Empujas a los enemigos sobre los que caerías fuera de tu camino. Requiere un hacha, una maza, un cetro, una espada o un báculo.
Inflige un 50% más de daño de ataque
50% menos velocidad de ataque
El radio base es de 1.5 metros
cast time overrides attack duration [1]
is area damage [1]
GTStandaloneTreasureGolemDelayedBlast
Triggerable, Spell
Tiempo de lanzamiento: 1 seg
VaultBossDelayedBlastStandalone
Spell, Damage, Area, Triggerable, AreaSpell
Tiempo de lanzamiento: 1 seg
is area damage [1]
spell maximum base physical damage [1348]
spell minimum base physical damage [898.8]
TreasureGolemSummonAnimatedWeaponStandalone
Spell, Multicastable, Triggerable
Tiempo de lanzamiento: 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"
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/RockGolem/TreasureGolemMapBossStandalone"] = {
fireResist = 40,
coldResist = 40,
lightningResist = 40,
chaosResist = 25,
name = "Guardian of the Vault",
life = 3,
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 = { }, },
},
}
monster dropped item rarity +% [15000]
monster slain experience +% [100]
| Family | MonsterMapBoss |
|---|---|
| Domains | monstruo (3) |
| GenerationType | Únicos (3) |
| Req. level | 1 |
| Stats |
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
| Family | Nothing |
|---|---|
| Domains | monstruo (3) |
| GenerationType | Únicos (3) |
| Req. level | 1 |
| Stats |
| Family | Nothing |
|---|---|
| Domains | monstruo (3) |
| GenerationType | Únicos (3) |
| Req. level | 1 |
Velocidad de ataque aumentada un 50%
Velocidad de lanzamiento de hechizos aumentada un 50%
Velocidad de movimiento aumentada un 50%
Empuja a los enemigos con cada golpe
Distancia de Empuje aumentada un 400%
| Family | VaultBossStanceMods |
|---|---|
| Domains | monstruo (3) |
| GenerationType | Únicos (3) |
| Req. level | 1 |
| Stats | |
| Craft Tags | Ataque Lanzador de hechizos Velocidad |
Guardián de la Bóveda
Constructomonster dropped item rarity +% [15000]
monster slain experience +% [100]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
monster slain experience +% [100]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Velocidad de ataque aumentada un 50%
Velocidad de lanzamiento de hechizos aumentada un 50%
Velocidad de movimiento aumentada un 50%
Empuja a los enemigos con cada golpe
Distancia de Empuje aumentada un 400%
Velocidad de lanzamiento de hechizos aumentada un 50%
Velocidad de movimiento aumentada un 50%
Empuja a los enemigos con cada golpe
Distancia de Empuje aumentada un 400%
Guardian of the Vault
| Spectre | |
|---|---|
| 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%
Evasión
+40%
Ailment Threshold
300%
Resistencia
Damage
88%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 9
Attack Time
1.5 Second
Damage Spread
±20%
Experiencia
100%
Model Size
163%
Type
TreasureGolemMapBoss
Metadata
TreasureGolemMapBossElder
Object Type
version 2 extends "Metadata/Monsters/ElderBosses/ElderBossClone"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/RockGolem/TreasureGolemMapBossElder"] = {
fireResist = 40,
coldResist = 40,
lightningResist = 40,
chaosResist = 25,
name = "Guardian of the Vault",
life = 3,
damage = 0.88,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 9,
accuracy = 1,
weaponType1 = "One Hand Mace",
weaponType2 = "Dagger",
skillList = {
},
modList = {
},
}
monster dropped item rarity +% [15000]
monster slain experience +% [100]
| Family | MonsterMapBoss |
|---|---|
| Domains | monstruo (3) |
| GenerationType | Únicos (3) |
| Req. level | 1 |
| Stats |
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
| Family | Nothing |
|---|---|
| Domains | monstruo (3) |
| GenerationType | Únicos (3) |
| Req. level | 1 |
| Stats |
| Family | Nothing |
|---|---|
| Domains | monstruo (3) |
| GenerationType | Únicos (3) |
| Req. level | 1 |
Velocidad de ataque aumentada un 50%
Velocidad de lanzamiento de hechizos aumentada un 50%
Velocidad de movimiento aumentada un 50%
Empuja a los enemigos con cada golpe
Distancia de Empuje aumentada un 400%
| Family | VaultBossStanceMods |
|---|---|
| Domains | monstruo (3) |
| GenerationType | Únicos (3) |
| Req. level | 1 |
| Stats | |
| Craft Tags | Ataque Lanzador de hechizos Velocidad |
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.




















