Leal Desplazado
Demonio
cannot be used as minion [1]
monster no drops or experience [1]
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
monster no drops or experience [1]
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Displaced Loyal
Spectre | N |
---|---|
End Game | Ganas el 45% del daño físico como daño de fuego extra |
Tags | animal_claw_weapon, beast, canine_beast, demon, fire_affinity, has_one_hand_sword, has_one_handed_melee, hidden_monster, large_model, light_armour, medium_movement, melee, no_bloodlines, no_pantheon_mod, not_int, physical_affinity, red_blood, small_height, unusable_corpse |
Vida
170%
Armadura
+10%
Evasión
+10%
Ailment Threshold
170%
Resistencia
40 0 0 0
Damage
100%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 7
Attack Time
1.5 Second
Damage Spread
±20%
Experiencia
100%
Model Size
100%
Type
BreachHellion
Metadata
HellionBreachVaalArchitectMinion
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
68
Vida
10,937
Armadura
31,669
Evasión
5,213
Escudo de energía
0
Damage
374
Daño de hechizos
374
Precisión
290
Attack Time
1.5
Experiencia
10,255
Ailment Threshold
10,937
Chill
35
Shock
35
Brittle
196
Scorch
35
Sap
96
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: 299–448
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]
skill can fire wand projectiles [1]
BreachCleave
Attack, Area, Multistrikeable, Melee, ThresholdJewelArea
Hendidura
Base Damage: 299–448
Probabilidad de golpe crítico: 5%
Attack Time: 1.5 seg
El personaje golpea en arco con su arma (o ambas armas si empuña dos) para infligir daño a los monstruos en un área delante de él. Solo funciona con hachas y espadas.
Cuando usas doble empuñadura, inflige el 60% del daño de cada arma combinado
Daño físico aumentado un 29%
El 50% del daño físico se convierte en daño de fuego
+0.4 metros al alcance de los golpes cuerpo a cuerpo
action attack or cast time uses animation length [1]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-20]
skill double hits when dual wielding [1]
Daño físico aumentado un 29%
El 50% del daño físico se convierte en daño de fuego
+0.4 metros al alcance de los golpes cuerpo a cuerpo
action attack or cast time uses animation length [1]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-20]
skill double hits when dual wielding [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { basic_action = "Emerge" main_hand_unarmed_type = "Dagger" } DiesAfterTime { }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Render { //turn_duration = 0.35 } Life { on_death = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Bestiary/fadeout_fast_breach_epk.epk );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Hellion/HellionBreachVaalArchitectMinion"] = { name = "Displaced Loyal", life = 1.7, fireResist = 40, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1, damageSpread = 0.2, attackTime = 1.5, attackRange = 7, accuracy = 1, weaponType1 = "One Hand Sword", skillList = { "Melee", "BreachCleave", }, 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["BreachCleave"] = { name = "Cleave", hidden = true, color = "1", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "The character swings their weapon (or both weapons if dual wielding) in an arc, damaging monsters in an area in front of them. Only works with Axes and Swords.", skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.ThresholdJewelArea] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_merged_damage_+%_final_while_dual_wielding", "physical_damage_+%", "monster_penalty_against_minions_damage_+%_final_vs_player_minions", "skill_physical_damage_%_to_convert_to_fire", "melee_range_+", "is_area_damage", "skill_double_hits_when_dual_wielding", "action_attack_or_cast_time_uses_animation_length", }, levels = { [1] = {-40, 29, -20, 50, 4, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
cannot be used as minion [1]
Id | CannotBeUsedAsMinion |
---|---|
Family | CannotBeUsedAsMinion |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
monster no drops or experience [1]
Id | MonsterNoDropsOrExperience |
---|---|
Family | MonsterNoDropsOrExperience |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Id | CannotBeAugmented |
---|---|
Family | Nothing |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |