Pastor Baronêz
Humanóide
map related item drop chance +% final from league [-70]
Baranite Preacher
Spectre | Y |
---|---|
Spectre Override | Metadata/Monsters/AtlasExiles/CrusaderInfluenceMonsters/CrusaderTemplarJudgeSpectre |
Tags | bludgeoning_weapon, Conjurador, crusader_monster, flesh_armour, human, humanoid, influence_monster, is_unarmed, lightning_affinity, medium_height, medium_movement, not_dex, not_str, ranged, red_blood, templar |
Packs |
Vida
168%
Energy Shield From Life
50%
Ailment Threshold
168%
Resistência
0 0 40 0
Damage
120%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 9
Attack Time
1.755 Second
Damage Spread
±20%
Experiência
120%
Model Size
100%
Type
CrusaderTemplarJudge
Metadata
CrusaderTemplarJudge
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
68
Vida
10,808
Armadura
28,790
Evasão
4,739
Escudo de Energia
3,064
Damage
448
Dano Mágico
448
Precisão
290
Attack Time
1.755
Experiência
12,306
Ailment Threshold
10,808
Chill
34
Shock
34
Brittle
193
Scorch
34
Sap
94
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).
AtlasCrusaderJudgeBallLightning
Spell, Damage, Projectile, ProjectilesFromUser, Area, Totemable, Trappable, Mineable, Multicastable, Triggerable, Lightning, CanRapidFire, AreaSpell
Esfera Trovejante
Chance de Crítico: 6%
Tempo de Conjuração: 1.6 seg
Dispara um projétil lento que causa dano repetidamente nos inimigos em uma área ao seu redor com feixes de raio.
Causa 110.3 a 331 de Dano de Raio
Velocidade de Projéteis reduzida em 25%
O raio Base é de 1.8 metros
active skill area of effect radius +% final [-11]
base is projectile [1]
Velocidade de Projéteis reduzida em 25%
O raio Base é de 1.8 metros
active skill area of effect radius +% final [-11]
base is projectile [1]
AtlasCruasderJudgeFadingNova
Spell, Projectile, ProjectilesFromUser, Triggerable
Chance de Crítico: 5%
Tempo de Conjuração: 1.33 seg
Recarga: 8 seg
Causa 802.4 a 2407 de Dano de Raio
Projéteis Perfuram todos Alvos
Dispara 7 Projéteis adicionais
Dispara Projéteis em um círculo
base is projectile [1]
monster projectile variation [128]
use scaled contact offset [1]
Projéteis Perfuram todos Alvos
Dispara 7 Projéteis adicionais
Dispara Projéteis em um círculo
base is projectile [1]
monster projectile variation [128]
use scaled contact offset [1]
WalkEmergeAtlasInfluenceMonster
walk emerge distance [225]
Object Type
version 2 extends "Metadata/Monsters/AtlasExiles/CrusaderInfluenceMonsters/CrusaderMonsterBase"
Object Type Codes
version 2 extends "Metadata/Monsters/AtlasExiles/CrusaderInfluenceMonsters/CrusaderMonsterBase" Actor { on_event_contact_for_MonsterFadingProjectileSpell = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasExiles/CrusaderMonsters/templarjudge_nova.epk );" on_end_MonsterFadingProjectileSpell = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasExiles/CrusaderMonsters/templarjudge_nova.epk );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/AtlasExiles/CrusaderInfluenceMonsters/CrusaderTemplarJudge"] = { name = "Baranite Preacher", life = 1.68, energyShield = 0.5, fireResist = 0, coldResist = 0, lightningResist = 40, chaosResist = 0, damage = 1.2, damageSpread = 0.2, attackTime = 1.755, attackRange = 9, accuracy = 1, skillList = { "AtlasCrusaderJudgeBallLightning", "WalkEmergeAtlasInfluenceMonster", "AtlasCruasderJudgeFadingNova", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["AtlasCrusaderJudgeBallLightning"] = { name = "Ball Lightning", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Fires a slow-moving projectile that damages each enemy in an area around it repeatedly with bolts of lightning.", skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Area] = true, [SkillType.Totemable] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Lightning] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.6, baseFlags = { area = true, spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", "base_projectile_speed_+%", "active_skill_area_of_effect_radius_+%_final", "active_skill_base_area_of_effect_radius", "base_is_projectile", }, levels = { [1] = {0.5, 1.5, -25, -11, 18, critChance = 6, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["WalkEmergeAtlasInfluenceMonster"] = { name = "WalkEmergeAtlasInfluenceMonster", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.25, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { "walk_emerge_distance", }, levels = { [1] = {225, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["AtlasCruasderJudgeFadingNova"] = { name = "AtlasCruasderJudgeFadingNova", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.33, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", "monster_projectile_variation", "number_of_additional_projectiles", "base_is_projectile", "always_pierce", "use_scaled_contact_offset", "projectiles_nova", }, levels = { [1] = {0.5, 1.5, 128, 7, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, }, }, }
map related item drop chance +% final from league [-70]
Id | LeagueDropPenaltyInfluenceMonster |
---|---|
Family | LeagueDropPenalty |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Pastor Baronêz
Humanóide
map related item drop chance +% final from league [-70]
Baranite Preacher
Spectre | Y |
---|---|
Tags | bludgeoning_weapon, Conjurador, crusader_monster, flesh_armour, human, humanoid, influence_monster, is_unarmed, lightning_affinity, medium_movement, not_dex, not_str, ranged, red_blood, templar |
Vida
168%
Energy Shield From Life
50%
Ailment Threshold
168%
Resistência
0 0 40 0
Damage
120%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 9
Attack Time
1.755 Second
Damage Spread
±20%
Experiência
120%
Model Size
100%
Type
CrusaderTemplarJudge
Metadata
CrusaderTemplarJudgeSpectre
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
68
Vida
10,808
Armadura
28,790
Evasão
4,739
Escudo de Energia
3,064
Damage
448
Dano Mágico
448
Precisão
290
Attack Time
1.755
Experiência
12,306
Ailment Threshold
10,808
Chill
34
Shock
34
Brittle
193
Scorch
34
Sap
94
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).
AtlasCrusaderJudgeBallLightning
Spell, Damage, Projectile, ProjectilesFromUser, Area, Totemable, Trappable, Mineable, Multicastable, Triggerable, Lightning, CanRapidFire, AreaSpell
Esfera Trovejante
Chance de Crítico: 6%
Tempo de Conjuração: 1.6 seg
Dispara um projétil lento que causa dano repetidamente nos inimigos em uma área ao seu redor com feixes de raio.
Causa 110.3 a 331 de Dano de Raio
Velocidade de Projéteis reduzida em 25%
O raio Base é de 1.8 metros
active skill area of effect radius +% final [-11]
base is projectile [1]
Velocidade de Projéteis reduzida em 25%
O raio Base é de 1.8 metros
active skill area of effect radius +% final [-11]
base is projectile [1]
AtlasCruasderJudgeFadingNova
Spell, Projectile, ProjectilesFromUser, Triggerable
Chance de Crítico: 5%
Tempo de Conjuração: 1.33 seg
Recarga: 8 seg
Causa 802.4 a 2407 de Dano de Raio
Projéteis Perfuram todos Alvos
Dispara 7 Projéteis adicionais
Dispara Projéteis em um círculo
base is projectile [1]
monster projectile variation [128]
use scaled contact offset [1]
Projéteis Perfuram todos Alvos
Dispara 7 Projéteis adicionais
Dispara Projéteis em um círculo
base is projectile [1]
monster projectile variation [128]
use scaled contact offset [1]
WalkEmergeAtlasInfluenceMonster
walk emerge distance [225]
Object Type
version 2 extends "Metadata/Monsters/AtlasExiles/CrusaderInfluenceMonsters/CrusaderMonsterSpectreBase"
Object Type Codes
version 2 extends "Metadata/Monsters/AtlasExiles/CrusaderInfluenceMonsters/CrusaderMonsterSpectreBase" Actor { on_event_contact_for_MonsterFadingProjectileSpell = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasExiles/CrusaderMonsters/templarjudge_nova.epk );" on_end_MonsterFadingProjectileSpell = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasExiles/CrusaderMonsters/templarjudge_nova.epk );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/AtlasExiles/CrusaderInfluenceMonsters/CrusaderTemplarJudgeSpectre"] = { name = "Baranite Preacher", life = 1.68, energyShield = 0.5, fireResist = 0, coldResist = 0, lightningResist = 40, chaosResist = 0, damage = 1.2, damageSpread = 0.2, attackTime = 1.755, attackRange = 9, accuracy = 1, skillList = { "AtlasCrusaderJudgeBallLightning", "WalkEmergeAtlasInfluenceMonster", "AtlasCruasderJudgeFadingNova", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["AtlasCrusaderJudgeBallLightning"] = { name = "Ball Lightning", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Fires a slow-moving projectile that damages each enemy in an area around it repeatedly with bolts of lightning.", skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Area] = true, [SkillType.Totemable] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Lightning] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.6, baseFlags = { area = true, spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", "base_projectile_speed_+%", "active_skill_area_of_effect_radius_+%_final", "active_skill_base_area_of_effect_radius", "base_is_projectile", }, levels = { [1] = {0.5, 1.5, -25, -11, 18, critChance = 6, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["WalkEmergeAtlasInfluenceMonster"] = { name = "WalkEmergeAtlasInfluenceMonster", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.25, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { "walk_emerge_distance", }, levels = { [1] = {225, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["AtlasCruasderJudgeFadingNova"] = { name = "AtlasCruasderJudgeFadingNova", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.33, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", "monster_projectile_variation", "number_of_additional_projectiles", "base_is_projectile", "always_pierce", "use_scaled_contact_offset", "projectiles_nova", }, levels = { [1] = {0.5, 1.5, 128, 7, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, }, }, }
map related item drop chance +% final from league [-70]
Id | LeagueDropPenaltyInfluenceMonster |
---|---|
Family | LeagueDropPenalty |
Domains | monstro (3) |
GenerationType | Único (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.