Y'ara'az





Monstros concedem Experiência aumentada em 200%
Raridade dos Itens Derrubados aumentada em %
Sempre Incendeia
monster base type attack cast speed +% and damage -% final [33]
Velocidade de Ação não pode ser modificada abaixo do valor base 50%
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 %
Sempre Incendeia
monster base type attack cast speed +% and damage -% final [33]
Velocidade de Ação não pode ser modificada abaixo do valor base 50%
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]
Spectre | N |
---|---|
Area | O Ápice do Sacrifício, O Abismo Encantador |
Tags | demon, fire_affinity, flesh_armour, has_dual_wield_melee, has_one_hand_sword, has_one_handed_melee, large_height, medium_movement, melee, no_maven, not_dex, not_str, physical_affinity, red_blood, slashing_weapon, unique_map_boss |
Vida
833%
Energy Shield From Life
100%
Ailment Threshold
588%
Resistência




Damage
100%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 11
Attack Time
1.35 Second
Damage Spread
±20%
Experiência
125%
Model Size
125%
Type
DemonBoss2
Metadata
DemonBoss2
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
80
Vida
0
Armadura
73,441
Evasão
7,124
Escudo de Energia
106,516
Damage
758
Dano Mágico
758
Precisão
924
Attack Time
1.35
Experiência
15,890
Minion Life
0
Minion Energy Shield
20,825
Minion Damage
633
Ailment Threshold
133,082
Chill
421
Shock
421
Brittle
2,381
Scorch
421
Sap
1,163
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: 1371–2056
Chance de Crítico: 5%
Attack Time: 1.35 seg
Abate seus inimigos com um golpe poderoso.
skill can fire arrows [1]
skill can fire wand projectiles [1]

FireEnrage
Spell
Tempo de Conjuração: 1 seg
Recarga: 12 seg
Duração base é de 5 segundos
Velocidade de Ataque aumentada em 50%
Velocidade de Movimento aumentada em 50%
Receba 200% de seu Dano Físico como Dano de Fogo Extra
maximum fire damage to return when hit [974.3]
minimum fire damage to return when hit [649.5]
MonsterDemonDualStrike
Attack, DualWieldOnly, MeleeSingleTarget, Multistrikeable, Melee, ThresholdJewelArea
Ataque Combinado
Base Damage: 1371–2056
Chance de Crítico: 5%
Attack Time: 1.35 seg
Ataca com ambas as armas, causando o dano de ambas em um ataque. Dupla empunhadura apenas. Não funciona com varinhas.
Causa 53% mais Dano
Dano Físico aumentado em 6%
skill double hits when dual wielding [1]

FireEnrageEnraged
Spell
Tempo de Conjuração: 1 seg
Recarga: 12 seg
Duração base é de 10 segundos
Velocidade de Ataque aumentada em 50%
Velocidade de Movimento aumentada em 75%
Receba 320% de seu Dano Físico como Dano de Fogo Extra
maximum fire damage to return when hit [3897]
minimum fire damage to return when hit [2923]
Object Type
version 2 extends "Metadata/Monsters/DemonBosses/DemonBoss" Actor { main_hand_unarmed_type = "One_Hand_Sword" off_hand_unarmed_type = "One_Hand_Sword" }
Object Type Codes
version 2 extends "Metadata/Monsters/DemonBosses/DemonBoss"
-- src\Data\Spectres.lua minions["Metadata/Monsters/DemonBosses/DemonBoss2/DemonBoss2"] = { name = "Y'ara'az", life = 8.33, energyShield = 1, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 1, damageSpread = 0.2, attackTime = 1.35, attackRange = 11, accuracy = 1, weaponType1 = "One Hand Sword", weaponType2 = "One Hand Sword", skillList = { "MonsterDemonDualStrike", "Melee", "FireEnrage", "FireEnrageEnraged", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MonsterDemonDualStrike"] = { name = "Dual Strike", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Attacks with both weapons, dealing the damage of both in one strike. Dual wield only. Does not work with wands.", skillTypes = { [SkillType.Attack] = true, [SkillType.DualWieldOnly] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.ThresholdJewelArea] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "physical_damage_+%", "active_skill_damage_+%_final", "skill_double_hits_when_dual_wielding", }, levels = { [1] = {6, 53, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- 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["FireEnrage"] = { name = "FireEnrage", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "minimum_fire_damage_to_return_when_hit", "maximum_fire_damage_to_return_when_hit", "physical_damage_%_to_add_as_fire", "base_skill_effect_duration", "base_movement_velocity_+%", "attack_speed_+%", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 100, 5000, 50, 50, levelRequirement = 70, statInterpolation = {3, 3, 1}, cost = { }, }, [2] = {0.80000001192093, 1.2000000476837, 200, 5000, 50, 50, levelRequirement = 80, statInterpolation = {3, 3, 1}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["FireEnrageEnraged"] = { name = "FireEnrageEnraged", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "minimum_fire_damage_to_return_when_hit", "maximum_fire_damage_to_return_when_hit", "physical_damage_%_to_add_as_fire", "base_skill_effect_duration", "base_movement_velocity_+%", "attack_speed_+%", }, levels = { [1] = {1.2000000476837, 1.6000000238419, 250, 10000, 75, 50, levelRequirement = 70, statInterpolation = {3, 3, 1}, cost = { }, }, [2] = {1.2000000476837, 1.6000000238419, 320, 10000, 75, 50, levelRequirement = 80, statInterpolation = {3, 3, 1}, cost = { }, }, }, }
monster slain flask charges granted +% [100]
Id | MonsterAtziriMapBoss |
---|---|
Family | MonsterMapBoss |
Domains | monstro (3) |
GenerationType | unico (3) |
Req. level | 1 |
Stats |
monster leaps onto enemies text [1]
Id | MonsterChanceToIgniteDemonBoss2 |
---|---|
Family | MonsterChanceToIgnite |
Domains | monstro (3) |
GenerationType | unico (3) |
Req. level | 1 |
Stats | |
Craft Tags | elemental fire ailment |
Chance de Crítico aumentada em (10–14)%
Id | MonsterSpeedAndDamageFixupComplete |
---|---|
Family | MonsterSpeedAndDamageFixup |
Domains | monstro (3) |
GenerationType | unico (3) |
Req. level | 1 |
Stats | |
Craft Tags | caster_damage damage attack caster speed |
Vida máxima aumentada em (12–16)%
Id | CannotBeSlowedBelowValueBosses |
---|---|
Family | CannotBeSlowedBelowValue |
Domains | monstro (3) |
GenerationType | unico (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
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 |
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.