Barthol, el Puro
Humanoide
Los monstruos otorgan la experiencia aumentada un 100%
La rareza de los objetos arrojados está aumentada un 15000%
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
La rareza de los objetos arrojados está aumentada un 15000%
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Barthol, the Pure
Spectre | N |
---|---|
Area | Mapa de Mansión embrujada |
Tags | Lanzador de hechizos, fire_affinity, human, humanoid, is_unarmed, light_armour, medium_small_height, non_unique_map_boss, not_dex, not_str, ranged, red_blood, slashing_weapon, slow_movement, templar |
Vida
340%
Energy Shield From Life
50%
Ailment Threshold
340%
Resistencia
40 40 40 25
Damage
400%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 40
Attack Time
1.995 Second
Damage Spread
±20%
Experiencia
200%
Model Size
102%
Type
AxisClericBossMap
Metadata
BlackguardClericPureBossMap
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
76
Vida
1,945,758
Armadura
53,896
Evasión
6,235
Escudo de energía
5,015
Damage
2,737
Daño de hechizos
4,085
Precisión
396
Attack Time
1.33665
Experiencia
132,044
Ailment Threshold
992,336
Chill
3,138
Shock
3,138
Brittle
17,752
Scorch
3,138
Sap
8,669
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).
AxisClericBossIncinerate
Spell, Projectile, ProjectilesFromUser, Damage, Totemable, Fire
Incinerar
Efectividad del daño agregado: 30%
Tiempo de lanzamiento: 3.97 seg
Tiempo de recarga: 7 seg
Lanza un torrente de fuego de tu mano. Mientras más tiempo lances este hechizo repetidamente desde la misma ubicación, más grandes serán las llamas y más daño infligirán.
Los proyectiles perforan a todos los objetivos
Inflige de 245.4 a 327.1 de daño de fuego
Dispara 10 proyectiles adicionales
Velocidad de proyectiles aumentada un 90%
100% más de daño con golpes y estados alterados por cada fase
base is projectile [1]
Inflige de 245.4 a 327.1 de daño de fuego
Dispara 10 proyectiles adicionales
Velocidad de proyectiles aumentada un 90%
100% más de daño con golpes y estados alterados por cada fase
base is projectile [1]
BlackguardClericBossHolyCannon
Spell, Multicastable, Triggerable
Tiempo de lanzamiento: 1.6 seg
Tiempo de recarga: 10 seg
alternate minion [182]
minion dies when parent dies [1]
number of monsters to summon [3]
summon specific monsters radius +% [50]
summoned monsters are minions [1]
minion dies when parent dies [1]
number of monsters to summon [3]
summon specific monsters radius +% [50]
summoned monsters are minions [1]
BlackguardClericBossFireball
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, CanRapidFire, AreaSpell
Bola de fuego
Probabilidad de golpe crítico: 6%
Tiempo de lanzamiento: 1.2 seg
Lanza una bola de fuego hacia un objetivo que explota y daña a los enemigos cercanos.
Inflige de 1293 a 2006 de daño de fuego
El radio base es de 0.9 metros
base is projectile [1]
spell maximum action distance +% [-50]
El radio base es de 0.9 metros
base is projectile [1]
spell maximum action distance +% [-50]
Object Type
version 2 extends "Metadata/Monsters/Monster" Stats { set_item_drop_slots = 0 set_additional_item_drop_slots_when_deleted_on_death = 1 set_monster_no_drops_when_not_deleted_on_death = 1 set_monster_has_second_form = 1 } Life { corpse_usable = false } Transitionable { }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Axis/Cleric/BlackguardClericPureBossMap"] = { name = "Barthol, the Pure", life = 3.4, energyShield = 0.5, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 4, damageSpread = 0.2, attackTime = 1.995, attackRange = 40, accuracy = 1, skillList = { "BlackguardClericBossFireball", "AxisClericBossIncinerate", "BlackguardClericBossHolyCannon", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["BlackguardClericBossFireball"] = { name = "Fireball", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Unleashes a ball of fire towards a target which explodes, damaging nearby foes.", skillTypes = { [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Fire] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.2, baseFlags = { area = true, spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "spell_maximum_action_distance_+%", "active_skill_base_area_of_effect_radius", "base_is_projectile", }, levels = { [1] = {0.80000001192093, 1.2000000476837, -50, 9, critChance = 6, levelRequirement = 3, statInterpolation = {3, 3}, cost = { }, }, [2] = {1.9400000572205, 3.0099999904633, -50, 9, critChance = 6, levelRequirement = 68, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["AxisClericBossIncinerate"] = { name = "Incinerate", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Launches a torrent of fire from your hand. The longer you repeatedly cast the spell from the same location, the larger and more damaging the flames become.", skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Damage] = true, [SkillType.Totemable] = true, [SkillType.Fire] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 3.97, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "flamethrower_damage_+%_per_stage_final", "base_projectile_speed_+%", "number_of_additional_projectiles", "base_is_projectile", "always_pierce", }, levels = { [1] = {0.89999997615814, 1.2000000476837, 100, 90, 10, levelRequirement = 3, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["BlackguardClericBossHolyCannon"] = { name = "BlackguardClericBossHolyCannon", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.6, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "alternate_minion", "number_of_monsters_to_summon", "summon_specific_monsters_radius_+%", "summoned_monsters_are_minions", "minion_dies_when_parent_dies", }, levels = { [1] = {182, 3, 50, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
Los monstruos otorgan la experiencia aumentada un 100%
La rareza de los objetos arrojados está aumentada un 15000%
Id | MonsterMapBoss |
---|---|
Family | MonsterMapBoss |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Id | StunRepeatImmunityMapBoss_ |
---|---|
Family | Nothing |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Barthol, el Puro
Humanoide
Los monstruos otorgan la experiencia aumentada un 100%
La rareza de los objetos arrojados está aumentada un 15000%
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
La rareza de los objetos arrojados está aumentada un 15000%
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Barthol, the Pure
Spectre | N |
---|---|
Tags | elder_map_boss, human, humanoid, is_unarmed, light_armour, medium_small_height, non_attacking, not_dex, not_str, red_blood, slashing_weapon, slow_movement, templar |
Vida
340%
Energy Shield From Life
50%
Ailment Threshold
340%
Resistencia
40 40 40 25
Damage
400%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 40
Attack Time
1.995 Second
Damage Spread
±20%
Experiencia
200%
Model Size
102%
Type
AxisClericBossMap
Metadata
BlackguardClericPureBossMapElder
Object Type
version 2 extends "Metadata/Monsters/Monster" Life { corpse_usable = false } Stats { base_cannot_be_damaged = 1 base_cannot_be_stunned = 1 cannot_be_knocked_back = 1 is_hidden_monster = 1 immune_to_curses = 1 immune_to_auras_from_other_entities = 1 set_immune_vaal_lighting_warp = 1 } Transitionable { } Preload { preload_object = "Metadata/Monsters/ElderBosses/ElderAbsorb" preload_object = "Metadata/MiscellaneousObjects/ElderPortal" }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Transitionable { on_transition = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/entrance/affecting_target.epk );" create_transitioned = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/entrance/affecting_target_instant.epk );" } Animated { preload_animated_object = "Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/entrance/entrance.ao" preload_animated_object = "Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/absorb/absorb.ao" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Axis/Cleric/BlackguardClericPureBossMapElder"] = { name = "Barthol, the Pure", life = 3.4, energyShield = 0.5, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 4, damageSpread = 0.2, attackTime = 1.995, attackRange = 40, accuracy = 1, skillList = { }, modList = { }, }
Los monstruos otorgan la experiencia aumentada un 100%
La rareza de los objetos arrojados está aumentada un 15000%
Id | MonsterMapBoss |
---|---|
Family | MonsterMapBoss |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Id | StunRepeatImmunityMapBoss_ |
---|---|
Family | Nothing |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |