Militante Leal
Demoníaco
stance movement speed +% final [50]
map related item drop chance +% final from league [-70]
Loyal Militant
Spectre | Y |
---|---|
Spectre Override | Metadata/Monsters/AtlasExiles/AdjudicatorInfluenceMonsters/AdjudicatorGladiatorSpectre |
Tags | adjudicator_monster, demon, flesh_armour, gladiator, has_one_hand_sword, has_one_handed_melee, humanoid, influence_monster, medium_height, melee, not_int, physical_affinity, ranged, red_blood, slashing_weapon, slow_movement |
Packs |
Vida
175%
Armadura
+50%
Evasão
+50%
Ailment Threshold
175%
Resistência
0 0 0 0
Damage
126%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 12
Attack Time
1.005 Second
Damage Spread
±20%
Experiência
125%
Model Size
85%
Type
AdjudicatorGladiator
Metadata
AdjudicatorGladiator1
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
68
Vida
11,258
Armadura
43,185
Evasão
7,109
Escudo de Energia
0
Damage
471
Dano Mágico
471
Precisão
290
Attack Time
1.005
Experiência
12,819
Ailment Threshold
11,258
Chill
36
Shock
36
Brittle
201
Scorch
36
Sap
98
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).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 377–565
Chance de Crítico: 5%
Attack Time: 1.005 seg
Abate seus inimigos com um golpe poderoso.
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
WalkEmergeAtlasInfluenceMonster
walk emerge distance [225]
AtlasExileWarlordGladiatorMortar
Projectile, ProjectilesFromUser, Attack, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable
Base Damage: 377–565
Chance de Crítico: 5%
Attack Time: 1.005 seg
Recarga: 8 seg
Habilidade de morteiro de monstro genérico. Como Projétil de Monstro, mas com um efeito de impacto.
+5 metros ao Alcance de Golpes Corpo a Corpo
base is projectile [1]
is area damage [1]
projectile minimum range [15]
projectile spread radius [3]
projectile uses contact position [1]
use scaled contact offset [1]
base is projectile [1]
is area damage [1]
projectile minimum range [15]
projectile spread radius [3]
projectile uses contact position [1]
use scaled contact offset [1]
Object Type
version 2 extends "Metadata/Monsters/AtlasExiles/AdjudicatorInfluenceMonsters/AdjudicatorMonsterBase" Actor { basic_action = "ChangeToStance1" basic_action = "ChangeToStance2" }
Object Type Codes
version 2 extends "Metadata/Monsters/AtlasExiles/AdjudicatorInfluenceMonsters/AdjudicatorMonsterBase"
-- src\Data\Spectres.lua minions["Metadata/Monsters/AtlasExiles/AdjudicatorInfluenceMonsters/AdjudicatorGladiator1"] = { name = "Loyal Militant", life = 1.75, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1.26, damageSpread = 0.2, attackTime = 1.005, attackRange = 12, accuracy = 1, weaponType1 = "One Hand Sword", skillList = { "MeleeAtAnimationSpeed", "AtlasExileWarlordGladiatorMortar", "WalkEmergeAtlasInfluenceMonster", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeed"] = { 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", "action_attack_or_cast_time_uses_animation_length", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["AtlasExileWarlordGladiatorMortar"] = { name = "AtlasExileWarlordGladiatorMortar", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.", skillTypes = { [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Attack] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "melee_range_+", "projectile_spread_radius", "projectile_minimum_range", "is_area_damage", "base_is_projectile", "use_scaled_contact_offset", "projectile_uses_contact_position", }, levels = { [1] = {50, 3, 15, levelRequirement = 0, statInterpolation = {2}, 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 = { }, }, }, }
Id | Nothing |
---|---|
Family | Nothing |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
stance movement speed +% final [50]
Id | StanceGladiatorRun |
---|---|
Family | Stance |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
map related item drop chance +% final from league [-70]
Id | LeagueDropPenaltyInfluenceMonster |
---|---|
Family | LeagueDropPenalty |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Militante Leal
Demoníaco
30% de Chance de Bloquear o Dano de Ataques
Você sofre 15% do Dano de Acertos Bloqueados
Você sofre 15% do Dano de Acertos Bloqueados
stance movement speed +% final [50]
map related item drop chance +% final from league [-70]
Loyal Militant
Spectre | Y |
---|---|
Spectre Override | Metadata/Monsters/AtlasExiles/AdjudicatorInfluenceMonsters/AdjudicatorGladiatorShieldSpectre |
Tags | adjudicator_monster, demon, flesh_armour, gladiator, has_one_hand_sword, has_one_handed_melee, humanoid, influence_monster, medium_height, melee, not_int, physical_affinity, ranged, red_blood, slashing_weapon, slow_movement |
Packs |
Vida
175%
Armadura
+50%
Evasão
+50%
Ailment Threshold
175%
Resistência
0 0 0 0
Damage
126%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 12
Attack Time
1.005 Second
Damage Spread
±20%
Experiência
125%
Model Size
85%
Type
AdjudicatorGladiator
Metadata
AdjudicatorGladiator1Shield
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
68
Vida
11,258
Armadura
43,185
Evasão
7,109
Escudo de Energia
0
Damage
471
Dano Mágico
471
Precisão
290
Attack Time
1.005
Experiência
12,819
Ailment Threshold
11,258
Chill
36
Shock
36
Brittle
201
Scorch
36
Sap
98
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).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 377–565
Chance de Crítico: 5%
Attack Time: 1.005 seg
Abate seus inimigos com um golpe poderoso.
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
WalkEmergeAtlasInfluenceMonster
walk emerge distance [225]
AtlasExileWarlordGladiatorMortar
Projectile, ProjectilesFromUser, Attack, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable
Base Damage: 377–565
Chance de Crítico: 5%
Attack Time: 1.005 seg
Recarga: 8 seg
Habilidade de morteiro de monstro genérico. Como Projétil de Monstro, mas com um efeito de impacto.
+5 metros ao Alcance de Golpes Corpo a Corpo
base is projectile [1]
is area damage [1]
projectile minimum range [15]
projectile spread radius [3]
projectile uses contact position [1]
use scaled contact offset [1]
base is projectile [1]
is area damage [1]
projectile minimum range [15]
projectile spread radius [3]
projectile uses contact position [1]
use scaled contact offset [1]
Object Type
version 2 extends "Metadata/Monsters/AtlasExiles/AdjudicatorInfluenceMonsters/AdjudicatorMonsterBase" Actor { basic_action = "ChangeToStance1" basic_action = "ChangeToStance2" }
Object Type Codes
version 2 extends "Metadata/Monsters/AtlasExiles/AdjudicatorInfluenceMonsters/AdjudicatorMonsterBase"
-- src\Data\Spectres.lua minions["Metadata/Monsters/AtlasExiles/AdjudicatorInfluenceMonsters/AdjudicatorGladiator1Shield"] = { name = "Loyal Militant", life = 1.75, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1.26, damageSpread = 0.2, attackTime = 1.005, attackRange = 12, accuracy = 1, weaponType1 = "One Hand Sword", weaponType2 = "Shield", skillList = { "MeleeAtAnimationSpeed", "AtlasExileWarlordGladiatorMortar", "WalkEmergeAtlasInfluenceMonster", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeed"] = { 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", "action_attack_or_cast_time_uses_animation_length", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["AtlasExileWarlordGladiatorMortar"] = { name = "AtlasExileWarlordGladiatorMortar", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.", skillTypes = { [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Attack] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "melee_range_+", "projectile_spread_radius", "projectile_minimum_range", "is_area_damage", "base_is_projectile", "use_scaled_contact_offset", "projectile_uses_contact_position", }, levels = { [1] = {50, 3, 15, levelRequirement = 0, statInterpolation = {2}, 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 = { }, }, }, }
30% de Chance de Bloquear o Dano de Ataques
Você sofre 15% do Dano de Acertos Bloqueados
Id | MonsterAttackBlock30Bypass15 |
---|---|
Family | MonsterBlockAndBypass |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | block |
Id | Nothing |
---|---|
Family | Nothing |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
stance movement speed +% final [50]
Id | StanceGladiatorRun |
---|---|
Family | Stance |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
map related item drop chance +% final from league [-70]
Id | LeagueDropPenaltyInfluenceMonster |
---|---|
Family | LeagueDropPenalty |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Militante Leal
Demoníaco
stance movement speed +% final [50]
map related item drop chance +% final from league [-70]
Loyal Militant
Spectre | Y |
---|---|
Spectre Override | Metadata/Monsters/AtlasExiles/AdjudicatorInfluenceMonsters/AdjudicatorGladiatorSpectre |
Tags | adjudicator_monster, demon, flesh_armour, gladiator, has_one_hand_sword, has_one_handed_melee, humanoid, influence_monster, medium_height, melee, not_int, physical_affinity, ranged, red_blood, slashing_weapon, slow_movement |
Packs |
Vida
175%
Armadura
+50%
Evasão
+50%
Ailment Threshold
175%
Resistência
0 0 0 0
Damage
126%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 12
Attack Time
1.005 Second
Damage Spread
±20%
Experiência
125%
Model Size
85%
Type
AdjudicatorGladiator
Metadata
AdjudicatorGladiator3
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
68
Vida
11,258
Armadura
43,185
Evasão
7,109
Escudo de Energia
0
Damage
471
Dano Mágico
471
Precisão
290
Attack Time
1.005
Experiência
12,819
Ailment Threshold
11,258
Chill
36
Shock
36
Brittle
201
Scorch
36
Sap
98
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).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 377–565
Chance de Crítico: 5%
Attack Time: 1.005 seg
Abate seus inimigos com um golpe poderoso.
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
WalkEmergeAtlasInfluenceMonster
walk emerge distance [225]
AtlasExileWarlordGladiatorMortar
Projectile, ProjectilesFromUser, Attack, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable
Base Damage: 377–565
Chance de Crítico: 5%
Attack Time: 1.005 seg
Recarga: 8 seg
Habilidade de morteiro de monstro genérico. Como Projétil de Monstro, mas com um efeito de impacto.
+5 metros ao Alcance de Golpes Corpo a Corpo
base is projectile [1]
is area damage [1]
projectile minimum range [15]
projectile spread radius [3]
projectile uses contact position [1]
use scaled contact offset [1]
base is projectile [1]
is area damage [1]
projectile minimum range [15]
projectile spread radius [3]
projectile uses contact position [1]
use scaled contact offset [1]
Object Type
version 2 extends "Metadata/Monsters/AtlasExiles/AdjudicatorInfluenceMonsters/AdjudicatorMonsterBase" Actor { basic_action = "ChangeToStance1" basic_action = "ChangeToStance2" }
Object Type Codes
version 2 extends "Metadata/Monsters/AtlasExiles/AdjudicatorInfluenceMonsters/AdjudicatorMonsterBase"
-- src\Data\Spectres.lua minions["Metadata/Monsters/AtlasExiles/AdjudicatorInfluenceMonsters/AdjudicatorGladiator3"] = { name = "Loyal Militant", life = 1.75, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1.26, damageSpread = 0.2, attackTime = 1.005, attackRange = 12, accuracy = 1, weaponType1 = "One Hand Sword", skillList = { "MeleeAtAnimationSpeed", "AtlasExileWarlordGladiatorMortar", "WalkEmergeAtlasInfluenceMonster", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeed"] = { 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", "action_attack_or_cast_time_uses_animation_length", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["AtlasExileWarlordGladiatorMortar"] = { name = "AtlasExileWarlordGladiatorMortar", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.", skillTypes = { [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Attack] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "melee_range_+", "projectile_spread_radius", "projectile_minimum_range", "is_area_damage", "base_is_projectile", "use_scaled_contact_offset", "projectile_uses_contact_position", }, levels = { [1] = {50, 3, 15, levelRequirement = 0, statInterpolation = {2}, 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 = { }, }, }, }
Id | Nothing |
---|---|
Family | Nothing |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
stance movement speed +% final [50]
Id | StanceGladiatorRun |
---|---|
Family | Stance |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
map related item drop chance +% final from league [-70]
Id | LeagueDropPenaltyInfluenceMonster |
---|---|
Family | LeagueDropPenalty |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Militante Leal
Demoníaco
30% de Chance de Bloquear o Dano de Ataques
Você sofre 15% do Dano de Acertos Bloqueados
Você sofre 15% do Dano de Acertos Bloqueados
stance movement speed +% final [50]
map related item drop chance +% final from league [-70]
Loyal Militant
Spectre | Y |
---|---|
Spectre Override | Metadata/Monsters/AtlasExiles/AdjudicatorInfluenceMonsters/AdjudicatorGladiatorShieldSpectre |
Tags | adjudicator_monster, demon, flesh_armour, gladiator, has_one_hand_sword, has_one_handed_melee, humanoid, influence_monster, medium_height, melee, not_int, physical_affinity, ranged, red_blood, slashing_weapon, slow_movement |
Packs |
Vida
175%
Armadura
+50%
Evasão
+50%
Ailment Threshold
175%
Resistência
0 0 0 0
Damage
126%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 12
Attack Time
1.005 Second
Damage Spread
±20%
Experiência
125%
Model Size
85%
Type
AdjudicatorGladiator
Metadata
AdjudicatorGladiator3Shield
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
68
Vida
11,258
Armadura
43,185
Evasão
7,109
Escudo de Energia
0
Damage
471
Dano Mágico
471
Precisão
290
Attack Time
1.005
Experiência
12,819
Ailment Threshold
11,258
Chill
36
Shock
36
Brittle
201
Scorch
36
Sap
98
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).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 377–565
Chance de Crítico: 5%
Attack Time: 1.005 seg
Abate seus inimigos com um golpe poderoso.
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
WalkEmergeAtlasInfluenceMonster
walk emerge distance [225]
AtlasExileWarlordGladiatorMortar
Projectile, ProjectilesFromUser, Attack, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable
Base Damage: 377–565
Chance de Crítico: 5%
Attack Time: 1.005 seg
Recarga: 8 seg
Habilidade de morteiro de monstro genérico. Como Projétil de Monstro, mas com um efeito de impacto.
+5 metros ao Alcance de Golpes Corpo a Corpo
base is projectile [1]
is area damage [1]
projectile minimum range [15]
projectile spread radius [3]
projectile uses contact position [1]
use scaled contact offset [1]
base is projectile [1]
is area damage [1]
projectile minimum range [15]
projectile spread radius [3]
projectile uses contact position [1]
use scaled contact offset [1]
Object Type
version 2 extends "Metadata/Monsters/AtlasExiles/AdjudicatorInfluenceMonsters/AdjudicatorMonsterBase" Actor { basic_action = "ChangeToStance1" basic_action = "ChangeToStance2" }
Object Type Codes
version 2 extends "Metadata/Monsters/AtlasExiles/AdjudicatorInfluenceMonsters/AdjudicatorMonsterBase"
-- src\Data\Spectres.lua minions["Metadata/Monsters/AtlasExiles/AdjudicatorInfluenceMonsters/AdjudicatorGladiator3Shield"] = { name = "Loyal Militant", life = 1.75, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1.26, damageSpread = 0.2, attackTime = 1.005, attackRange = 12, accuracy = 1, weaponType1 = "One Hand Sword", weaponType2 = "Shield", skillList = { "MeleeAtAnimationSpeed", "AtlasExileWarlordGladiatorMortar", "WalkEmergeAtlasInfluenceMonster", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeed"] = { 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", "action_attack_or_cast_time_uses_animation_length", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["AtlasExileWarlordGladiatorMortar"] = { name = "AtlasExileWarlordGladiatorMortar", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.", skillTypes = { [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Attack] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "melee_range_+", "projectile_spread_radius", "projectile_minimum_range", "is_area_damage", "base_is_projectile", "use_scaled_contact_offset", "projectile_uses_contact_position", }, levels = { [1] = {50, 3, 15, levelRequirement = 0, statInterpolation = {2}, 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 = { }, }, }, }
30% de Chance de Bloquear o Dano de Ataques
Você sofre 15% do Dano de Acertos Bloqueados
Id | MonsterAttackBlock30Bypass15 |
---|---|
Family | MonsterBlockAndBypass |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | block |
Id | Nothing |
---|---|
Family | Nothing |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
stance movement speed +% final [50]
Id | StanceGladiatorRun |
---|---|
Family | Stance |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
map related item drop chance +% final from league [-70]
Id | LeagueDropPenaltyInfluenceMonster |
---|---|
Family | LeagueDropPenalty |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Militante Leal
Demoníaco
stance movement speed +% final [50]
map related item drop chance +% final from league [-70]
Loyal Militant
Spectre | Y |
---|---|
Spectre Override | Metadata/Monsters/AtlasExiles/AdjudicatorInfluenceMonsters/AdjudicatorGladiatorSpectre |
Tags | adjudicator_monster, demon, flesh_armour, gladiator, has_one_hand_sword, has_one_handed_melee, humanoid, influence_monster, medium_height, melee, not_int, physical_affinity, ranged, red_blood, slashing_weapon, slow_movement |
Packs |
Vida
175%
Armadura
+50%
Evasão
+50%
Ailment Threshold
175%
Resistência
0 0 0 0
Damage
126%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 12
Attack Time
1.005 Second
Damage Spread
±20%
Experiência
125%
Model Size
85%
Type
AdjudicatorGladiator
Metadata
AdjudicatorGladiator4
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
68
Vida
11,258
Armadura
43,185
Evasão
7,109
Escudo de Energia
0
Damage
471
Dano Mágico
471
Precisão
290
Attack Time
1.005
Experiência
12,819
Ailment Threshold
11,258
Chill
36
Shock
36
Brittle
201
Scorch
36
Sap
98
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).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 377–565
Chance de Crítico: 5%
Attack Time: 1.005 seg
Abate seus inimigos com um golpe poderoso.
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
WalkEmergeAtlasInfluenceMonster
walk emerge distance [225]
AtlasExileWarlordGladiatorMortar
Projectile, ProjectilesFromUser, Attack, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable
Base Damage: 377–565
Chance de Crítico: 5%
Attack Time: 1.005 seg
Recarga: 8 seg
Habilidade de morteiro de monstro genérico. Como Projétil de Monstro, mas com um efeito de impacto.
+5 metros ao Alcance de Golpes Corpo a Corpo
base is projectile [1]
is area damage [1]
projectile minimum range [15]
projectile spread radius [3]
projectile uses contact position [1]
use scaled contact offset [1]
base is projectile [1]
is area damage [1]
projectile minimum range [15]
projectile spread radius [3]
projectile uses contact position [1]
use scaled contact offset [1]
Object Type
version 2 extends "Metadata/Monsters/AtlasExiles/AdjudicatorInfluenceMonsters/AdjudicatorMonsterBase" Actor { basic_action = "ChangeToStance1" basic_action = "ChangeToStance2" }
Object Type Codes
version 2 extends "Metadata/Monsters/AtlasExiles/AdjudicatorInfluenceMonsters/AdjudicatorMonsterBase"
-- src\Data\Spectres.lua minions["Metadata/Monsters/AtlasExiles/AdjudicatorInfluenceMonsters/AdjudicatorGladiator4"] = { name = "Loyal Militant", life = 1.75, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1.26, damageSpread = 0.2, attackTime = 1.005, attackRange = 12, accuracy = 1, weaponType1 = "One Hand Sword", skillList = { "MeleeAtAnimationSpeed", "AtlasExileWarlordGladiatorMortar", "WalkEmergeAtlasInfluenceMonster", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeed"] = { 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", "action_attack_or_cast_time_uses_animation_length", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["AtlasExileWarlordGladiatorMortar"] = { name = "AtlasExileWarlordGladiatorMortar", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.", skillTypes = { [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Attack] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "melee_range_+", "projectile_spread_radius", "projectile_minimum_range", "is_area_damage", "base_is_projectile", "use_scaled_contact_offset", "projectile_uses_contact_position", }, levels = { [1] = {50, 3, 15, levelRequirement = 0, statInterpolation = {2}, 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 = { }, }, }, }
Id | Nothing |
---|---|
Family | Nothing |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
stance movement speed +% final [50]
Id | StanceGladiatorRun |
---|---|
Family | Stance |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
map related item drop chance +% final from league [-70]
Id | LeagueDropPenaltyInfluenceMonster |
---|---|
Family | LeagueDropPenalty |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Militante Leal
Demoníaco
30% de Chance de Bloquear o Dano de Ataques
Você sofre 15% do Dano de Acertos Bloqueados
Você sofre 15% do Dano de Acertos Bloqueados
stance movement speed +% final [50]
map related item drop chance +% final from league [-70]
Loyal Militant
Spectre | Y |
---|---|
Spectre Override | Metadata/Monsters/AtlasExiles/AdjudicatorInfluenceMonsters/AdjudicatorGladiatorShieldSpectre |
Tags | adjudicator_monster, demon, flesh_armour, gladiator, has_one_hand_sword, has_one_handed_melee, humanoid, influence_monster, medium_height, melee, not_int, physical_affinity, ranged, red_blood, slashing_weapon, slow_movement |
Packs |
Vida
175%
Armadura
+50%
Evasão
+50%
Ailment Threshold
175%
Resistência
0 0 0 0
Damage
126%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 12
Attack Time
1.005 Second
Damage Spread
±20%
Experiência
125%
Model Size
85%
Type
AdjudicatorGladiator
Metadata
AdjudicatorGladiator4Shield
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
68
Vida
11,258
Armadura
43,185
Evasão
7,109
Escudo de Energia
0
Damage
471
Dano Mágico
471
Precisão
290
Attack Time
1.005
Experiência
12,819
Ailment Threshold
11,258
Chill
36
Shock
36
Brittle
201
Scorch
36
Sap
98
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).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 377–565
Chance de Crítico: 5%
Attack Time: 1.005 seg
Abate seus inimigos com um golpe poderoso.
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
WalkEmergeAtlasInfluenceMonster
walk emerge distance [225]
AtlasExileWarlordGladiatorMortar
Projectile, ProjectilesFromUser, Attack, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable
Base Damage: 377–565
Chance de Crítico: 5%
Attack Time: 1.005 seg
Recarga: 8 seg
Habilidade de morteiro de monstro genérico. Como Projétil de Monstro, mas com um efeito de impacto.
+5 metros ao Alcance de Golpes Corpo a Corpo
base is projectile [1]
is area damage [1]
projectile minimum range [15]
projectile spread radius [3]
projectile uses contact position [1]
use scaled contact offset [1]
base is projectile [1]
is area damage [1]
projectile minimum range [15]
projectile spread radius [3]
projectile uses contact position [1]
use scaled contact offset [1]
Object Type
version 2 extends "Metadata/Monsters/AtlasExiles/AdjudicatorInfluenceMonsters/AdjudicatorMonsterBase" Actor { basic_action = "ChangeToStance1" basic_action = "ChangeToStance2" }
Object Type Codes
version 2 extends "Metadata/Monsters/AtlasExiles/AdjudicatorInfluenceMonsters/AdjudicatorMonsterBase"
-- src\Data\Spectres.lua minions["Metadata/Monsters/AtlasExiles/AdjudicatorInfluenceMonsters/AdjudicatorGladiator4Shield"] = { name = "Loyal Militant", life = 1.75, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1.26, damageSpread = 0.2, attackTime = 1.005, attackRange = 12, accuracy = 1, weaponType1 = "One Hand Sword", weaponType2 = "Shield", skillList = { "MeleeAtAnimationSpeed", "AtlasExileWarlordGladiatorMortar", "WalkEmergeAtlasInfluenceMonster", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeed"] = { 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", "action_attack_or_cast_time_uses_animation_length", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["AtlasExileWarlordGladiatorMortar"] = { name = "AtlasExileWarlordGladiatorMortar", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.", skillTypes = { [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Attack] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "melee_range_+", "projectile_spread_radius", "projectile_minimum_range", "is_area_damage", "base_is_projectile", "use_scaled_contact_offset", "projectile_uses_contact_position", }, levels = { [1] = {50, 3, 15, levelRequirement = 0, statInterpolation = {2}, 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 = { }, }, }, }
30% de Chance de Bloquear o Dano de Ataques
Você sofre 15% do Dano de Acertos Bloqueados
Id | MonsterAttackBlock30Bypass15 |
---|---|
Family | MonsterBlockAndBypass |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | block |
Id | Nothing |
---|---|
Family | Nothing |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
stance movement speed +% final [50]
Id | StanceGladiatorRun |
---|---|
Family | Stance |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
map related item drop chance +% final from league [-70]
Id | LeagueDropPenaltyInfluenceMonster |
---|---|
Family | LeagueDropPenalty |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Militante Leal
Demoníaco
stance movement speed +% final [50]
Loyal Militant
Spectre | Y |
---|---|
Tags | adjudicator_monster, demon, flesh_armour, gladiator, has_one_hand_sword, has_one_handed_melee, humanoid, influence_monster, melee, not_int, physical_affinity, red_blood, slashing_weapon, slow_movement |
Vida
175%
Armadura
+50%
Evasão
+50%
Ailment Threshold
175%
Resistência
0 0 0 0
Damage
126%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 12
Attack Time
1.005 Second
Damage Spread
±20%
Experiência
125%
Model Size
85%
Type
AdjudicatorGladiator
Metadata
AdjudicatorGladiatorSpectre
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
68
Vida
11,258
Armadura
43,185
Evasão
7,109
Escudo de Energia
0
Damage
471
Dano Mágico
471
Precisão
290
Attack Time
1.005
Experiência
12,819
Ailment Threshold
11,258
Chill
36
Shock
36
Brittle
201
Scorch
36
Sap
98
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).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 377–565
Chance de Crítico: 5%
Attack Time: 1.005 seg
Abate seus inimigos com um golpe poderoso.
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
WalkEmergeAtlasInfluenceMonster
walk emerge distance [225]
AtlasExileWarlordGladiatorMortar
Projectile, ProjectilesFromUser, Attack, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable
Base Damage: 377–565
Chance de Crítico: 5%
Attack Time: 1.005 seg
Recarga: 8 seg
Habilidade de morteiro de monstro genérico. Como Projétil de Monstro, mas com um efeito de impacto.
+5 metros ao Alcance de Golpes Corpo a Corpo
base is projectile [1]
is area damage [1]
projectile minimum range [15]
projectile spread radius [3]
projectile uses contact position [1]
use scaled contact offset [1]
base is projectile [1]
is area damage [1]
projectile minimum range [15]
projectile spread radius [3]
projectile uses contact position [1]
use scaled contact offset [1]
Object Type
version 2 extends "Metadata/Monsters/AtlasExiles/AdjudicatorInfluenceMonsters/AdjudicatorMonsterSpectreBase" Actor { basic_action = "ChangeToStance1" basic_action = "ChangeToStance2" }
Object Type Codes
version 2 extends "Metadata/Monsters/AtlasExiles/AdjudicatorInfluenceMonsters/AdjudicatorMonsterSpectreBase"
-- src\Data\Spectres.lua minions["Metadata/Monsters/AtlasExiles/AdjudicatorInfluenceMonsters/AdjudicatorGladiatorSpectre"] = { name = "Loyal Militant", life = 1.75, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1.26, damageSpread = 0.2, attackTime = 1.005, attackRange = 12, accuracy = 1, weaponType1 = "One Hand Sword", skillList = { "MeleeAtAnimationSpeed", "AtlasExileWarlordGladiatorMortar", "WalkEmergeAtlasInfluenceMonster", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeed"] = { 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", "action_attack_or_cast_time_uses_animation_length", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["AtlasExileWarlordGladiatorMortar"] = { name = "AtlasExileWarlordGladiatorMortar", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.", skillTypes = { [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Attack] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "melee_range_+", "projectile_spread_radius", "projectile_minimum_range", "is_area_damage", "base_is_projectile", "use_scaled_contact_offset", "projectile_uses_contact_position", }, levels = { [1] = {50, 3, 15, levelRequirement = 0, statInterpolation = {2}, 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 = { }, }, }, }
Id | Nothing |
---|---|
Family | Nothing |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
stance movement speed +% final [50]
Id | StanceGladiatorRun |
---|---|
Family | Stance |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
Militante Leal
Demoníaco
30% de Chance de Bloquear o Dano de Ataques
Você sofre 15% do Dano de Acertos Bloqueados
Você sofre 15% do Dano de Acertos Bloqueados
stance movement speed +% final [50]
Loyal Militant
Spectre | Y |
---|---|
Tags | adjudicator_monster, demon, flesh_armour, gladiator, has_one_hand_sword, has_one_handed_melee, humanoid, influence_monster, melee, not_int, physical_affinity, red_blood, slashing_weapon, slow_movement |
Vida
175%
Armadura
+50%
Evasão
+50%
Ailment Threshold
175%
Resistência
0 0 0 0
Damage
126%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 12
Attack Time
1.005 Second
Damage Spread
±20%
Experiência
125%
Model Size
85%
Type
AdjudicatorGladiator
Metadata
AdjudicatorGladiatorShieldSpectre
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
68
Vida
11,258
Armadura
43,185
Evasão
7,109
Escudo de Energia
0
Damage
471
Dano Mágico
471
Precisão
290
Attack Time
1.005
Experiência
12,819
Ailment Threshold
11,258
Chill
36
Shock
36
Brittle
201
Scorch
36
Sap
98
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).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 377–565
Chance de Crítico: 5%
Attack Time: 1.005 seg
Abate seus inimigos com um golpe poderoso.
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
WalkEmergeAtlasInfluenceMonster
walk emerge distance [225]
AtlasExileWarlordGladiatorMortar
Projectile, ProjectilesFromUser, Attack, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable
Base Damage: 377–565
Chance de Crítico: 5%
Attack Time: 1.005 seg
Recarga: 8 seg
Habilidade de morteiro de monstro genérico. Como Projétil de Monstro, mas com um efeito de impacto.
+5 metros ao Alcance de Golpes Corpo a Corpo
base is projectile [1]
is area damage [1]
projectile minimum range [15]
projectile spread radius [3]
projectile uses contact position [1]
use scaled contact offset [1]
base is projectile [1]
is area damage [1]
projectile minimum range [15]
projectile spread radius [3]
projectile uses contact position [1]
use scaled contact offset [1]
Object Type
version 2 extends "Metadata/Monsters/AtlasExiles/AdjudicatorInfluenceMonsters/AdjudicatorMonsterSpectreBase" Actor { basic_action = "ChangeToStance1" basic_action = "ChangeToStance2" }
Object Type Codes
version 2 extends "Metadata/Monsters/AtlasExiles/AdjudicatorInfluenceMonsters/AdjudicatorMonsterSpectreBase"
-- src\Data\Spectres.lua minions["Metadata/Monsters/AtlasExiles/AdjudicatorInfluenceMonsters/AdjudicatorGladiatorShieldSpectre"] = { name = "Loyal Militant", life = 1.75, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1.26, damageSpread = 0.2, attackTime = 1.005, attackRange = 12, accuracy = 1, weaponType1 = "One Hand Sword", weaponType2 = "Shield", skillList = { "MeleeAtAnimationSpeed", "AtlasExileWarlordGladiatorMortar", "WalkEmergeAtlasInfluenceMonster", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeed"] = { 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", "action_attack_or_cast_time_uses_animation_length", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["AtlasExileWarlordGladiatorMortar"] = { name = "AtlasExileWarlordGladiatorMortar", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.", skillTypes = { [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Attack] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "melee_range_+", "projectile_spread_radius", "projectile_minimum_range", "is_area_damage", "base_is_projectile", "use_scaled_contact_offset", "projectile_uses_contact_position", }, levels = { [1] = {50, 3, 15, levelRequirement = 0, statInterpolation = {2}, 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 = { }, }, }, }
30% de Chance de Bloquear o Dano de Ataques
Você sofre 15% do Dano de Acertos Bloqueados
Id | MonsterAttackBlock30Bypass15 |
---|---|
Family | MonsterBlockAndBypass |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | block |
Id | Nothing |
---|---|
Family | Nothing |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
stance movement speed +% final [50]
Id | StanceGladiatorRun |
---|---|
Family | Stance |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
Militante Leal
Demoníaco
stance movement speed +% final [50]
Dano aumentado em 30%
Velocidade de Ataque aumentada em 40%
Velocidade de Movimento aumentada em 40%
Dano recebido reduzido em 25%
map related item drop chance +% final from league [-70]
Velocidade de Ataque aumentada em 40%
Velocidade de Movimento aumentada em 40%
Dano recebido reduzido em 25%
map related item drop chance +% final from league [-70]
Loyal Militant
Spectre | N |
---|---|
Tags | adjudicator_monster, demon, flesh_armour, gladiator, has_one_hand_sword, has_one_handed_melee, humanoid, influence_monster, medium_height, melee, not_int, physical_affinity, ranged, red_blood, slashing_weapon, slow_movement |
Vida
1750%
Armadura
+50%
Evasão
+50%
Ailment Threshold
1750%
Resistência
0 0 0 0
Damage
126%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 12
Attack Time
1.005 Second
Damage Spread
±20%
Experiência
125%
Model Size
85%
Type
AdjudicatorGladiatorBoss
Metadata
AdjudicatorGladiator1Boss
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
68
Vida
112,584
Armadura
43,185
Evasão
7,109
Escudo de Energia
0
Damage
471
Dano Mágico
471
Precisão
290
Attack Time
1.005
Experiência
12,819
Ailment Threshold
112,584
Chill
356
Shock
356
Brittle
2,014
Scorch
356
Sap
984
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).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 377–565
Chance de Crítico: 5%
Attack Time: 1.005 seg
Abate seus inimigos com um golpe poderoso.
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
WalkEmergeAtlasInfluenceMonster
walk emerge distance [225]
AtlasExileWarlordGladiatorMortar
Projectile, ProjectilesFromUser, Attack, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable
Base Damage: 377–565
Chance de Crítico: 5%
Attack Time: 1.005 seg
Recarga: 8 seg
Habilidade de morteiro de monstro genérico. Como Projétil de Monstro, mas com um efeito de impacto.
+5 metros ao Alcance de Golpes Corpo a Corpo
base is projectile [1]
is area damage [1]
projectile minimum range [15]
projectile spread radius [3]
projectile uses contact position [1]
use scaled contact offset [1]
base is projectile [1]
is area damage [1]
projectile minimum range [15]
projectile spread radius [3]
projectile uses contact position [1]
use scaled contact offset [1]
Object Type
version 2 extends "Metadata/Monsters/AtlasExiles/AdjudicatorInfluenceMonsters/AdjudicatorBossMonsterBase" Actor { basic_action = "ChangeToStance1" basic_action = "ChangeToStance2" }
Object Type Codes
version 2 extends "Metadata/Monsters/AtlasExiles/AdjudicatorInfluenceMonsters/AdjudicatorBossMonsterBase"
-- src\Data\Spectres.lua minions["Metadata/Monsters/AtlasExiles/AdjudicatorInfluenceMonsters/AdjudicatorGladiator1Boss"] = { name = "Loyal Militant", life = 17.5, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1.26, damageSpread = 0.2, attackTime = 1.005, attackRange = 12, accuracy = 1, weaponType1 = "One Hand Sword", skillList = { "MeleeAtAnimationSpeed", "AtlasExileWarlordGladiatorMortar", "WalkEmergeAtlasInfluenceMonster", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeed"] = { 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", "action_attack_or_cast_time_uses_animation_length", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["AtlasExileWarlordGladiatorMortar"] = { name = "AtlasExileWarlordGladiatorMortar", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.", skillTypes = { [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Attack] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "melee_range_+", "projectile_spread_radius", "projectile_minimum_range", "is_area_damage", "base_is_projectile", "use_scaled_contact_offset", "projectile_uses_contact_position", }, levels = { [1] = {50, 3, 15, levelRequirement = 0, statInterpolation = {2}, 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 = { }, }, }, }
Id | Nothing |
---|---|
Family | Nothing |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
stance movement speed +% final [50]
Id | StanceGladiatorRun |
---|---|
Family | Stance |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
Dano aumentado em 30%
Velocidade de Ataque aumentada em 40%
Velocidade de Movimento aumentada em 40%
Dano recebido reduzido em 25%
Id | ChimeraMinionFerocity |
---|---|
Family | ChimeraMinionFerocity |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | damage attack speed |
map related item drop chance +% final from league [-70]
Id | LeagueDropPenaltyInfluenceMonster |
---|---|
Family | LeagueDropPenalty |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Militante Leal
Demoníaco
30% de Chance de Bloquear o Dano de Ataques
Você sofre 15% do Dano de Acertos Bloqueados
Você sofre 15% do Dano de Acertos Bloqueados
stance movement speed +% final [50]
Dano aumentado em 30%
Velocidade de Ataque aumentada em 40%
Velocidade de Movimento aumentada em 40%
Dano recebido reduzido em 25%
map related item drop chance +% final from league [-70]
Velocidade de Ataque aumentada em 40%
Velocidade de Movimento aumentada em 40%
Dano recebido reduzido em 25%
map related item drop chance +% final from league [-70]
Loyal Militant
Spectre | N |
---|---|
Tags | adjudicator_monster, demon, flesh_armour, gladiator, has_one_hand_sword, has_one_handed_melee, humanoid, influence_monster, medium_height, melee, not_int, physical_affinity, ranged, red_blood, slashing_weapon, slow_movement |
Vida
1750%
Armadura
+50%
Evasão
+50%
Ailment Threshold
1750%
Resistência
0 0 0 0
Damage
126%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 12
Attack Time
1.005 Second
Damage Spread
±20%
Experiência
125%
Model Size
85%
Type
AdjudicatorGladiatorBoss
Metadata
AdjudicatorGladiator1ShieldBoss
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
68
Vida
112,584
Armadura
43,185
Evasão
7,109
Escudo de Energia
0
Damage
471
Dano Mágico
471
Precisão
290
Attack Time
1.005
Experiência
12,819
Ailment Threshold
112,584
Chill
356
Shock
356
Brittle
2,014
Scorch
356
Sap
984
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).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 377–565
Chance de Crítico: 5%
Attack Time: 1.005 seg
Abate seus inimigos com um golpe poderoso.
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
WalkEmergeAtlasInfluenceMonster
walk emerge distance [225]
AtlasExileWarlordGladiatorMortar
Projectile, ProjectilesFromUser, Attack, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable
Base Damage: 377–565
Chance de Crítico: 5%
Attack Time: 1.005 seg
Recarga: 8 seg
Habilidade de morteiro de monstro genérico. Como Projétil de Monstro, mas com um efeito de impacto.
+5 metros ao Alcance de Golpes Corpo a Corpo
base is projectile [1]
is area damage [1]
projectile minimum range [15]
projectile spread radius [3]
projectile uses contact position [1]
use scaled contact offset [1]
base is projectile [1]
is area damage [1]
projectile minimum range [15]
projectile spread radius [3]
projectile uses contact position [1]
use scaled contact offset [1]
Object Type
version 2 extends "Metadata/Monsters/AtlasExiles/AdjudicatorInfluenceMonsters/AdjudicatorBossMonsterBase" Actor { basic_action = "ChangeToStance1" basic_action = "ChangeToStance2" }
Object Type Codes
version 2 extends "Metadata/Monsters/AtlasExiles/AdjudicatorInfluenceMonsters/AdjudicatorBossMonsterBase"
-- src\Data\Spectres.lua minions["Metadata/Monsters/AtlasExiles/AdjudicatorInfluenceMonsters/AdjudicatorGladiator1ShieldBoss"] = { name = "Loyal Militant", life = 17.5, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1.26, damageSpread = 0.2, attackTime = 1.005, attackRange = 12, accuracy = 1, weaponType1 = "One Hand Sword", weaponType2 = "Shield", skillList = { "MeleeAtAnimationSpeed", "AtlasExileWarlordGladiatorMortar", "WalkEmergeAtlasInfluenceMonster", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeed"] = { 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", "action_attack_or_cast_time_uses_animation_length", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["AtlasExileWarlordGladiatorMortar"] = { name = "AtlasExileWarlordGladiatorMortar", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.", skillTypes = { [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Attack] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "melee_range_+", "projectile_spread_radius", "projectile_minimum_range", "is_area_damage", "base_is_projectile", "use_scaled_contact_offset", "projectile_uses_contact_position", }, levels = { [1] = {50, 3, 15, levelRequirement = 0, statInterpolation = {2}, 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 = { }, }, }, }
30% de Chance de Bloquear o Dano de Ataques
Você sofre 15% do Dano de Acertos Bloqueados
Id | MonsterAttackBlock30Bypass15 |
---|---|
Family | MonsterBlockAndBypass |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | block |
Id | Nothing |
---|---|
Family | Nothing |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
stance movement speed +% final [50]
Id | StanceGladiatorRun |
---|---|
Family | Stance |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
Dano aumentado em 30%
Velocidade de Ataque aumentada em 40%
Velocidade de Movimento aumentada em 40%
Dano recebido reduzido em 25%
Id | ChimeraMinionFerocity |
---|---|
Family | ChimeraMinionFerocity |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | damage attack speed |
map related item drop chance +% final from league [-70]
Id | LeagueDropPenaltyInfluenceMonster |
---|---|
Family | LeagueDropPenalty |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Militante Leal
Demoníaco
stance movement speed +% final [50]
Dano aumentado em 30%
Velocidade de Ataque aumentada em 40%
Velocidade de Movimento aumentada em 40%
Dano recebido reduzido em 25%
map related item drop chance +% final from league [-70]
Velocidade de Ataque aumentada em 40%
Velocidade de Movimento aumentada em 40%
Dano recebido reduzido em 25%
map related item drop chance +% final from league [-70]
Loyal Militant
Spectre | N |
---|---|
Tags | adjudicator_monster, demon, flesh_armour, gladiator, has_one_hand_sword, has_one_handed_melee, humanoid, influence_monster, medium_height, melee, not_int, physical_affinity, ranged, red_blood, slashing_weapon, slow_movement |
Vida
1750%
Armadura
+50%
Evasão
+50%
Ailment Threshold
1750%
Resistência
0 0 0 0
Damage
126%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 12
Attack Time
1.005 Second
Damage Spread
±20%
Experiência
125%
Model Size
85%
Type
AdjudicatorGladiatorBoss
Metadata
AdjudicatorGladiator3Boss
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
68
Vida
112,584
Armadura
43,185
Evasão
7,109
Escudo de Energia
0
Damage
471
Dano Mágico
471
Precisão
290
Attack Time
1.005
Experiência
12,819
Ailment Threshold
112,584
Chill
356
Shock
356
Brittle
2,014
Scorch
356
Sap
984
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).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 377–565
Chance de Crítico: 5%
Attack Time: 1.005 seg
Abate seus inimigos com um golpe poderoso.
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
WalkEmergeAtlasInfluenceMonster
walk emerge distance [225]
AtlasExileWarlordGladiatorMortar
Projectile, ProjectilesFromUser, Attack, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable
Base Damage: 377–565
Chance de Crítico: 5%
Attack Time: 1.005 seg
Recarga: 8 seg
Habilidade de morteiro de monstro genérico. Como Projétil de Monstro, mas com um efeito de impacto.
+5 metros ao Alcance de Golpes Corpo a Corpo
base is projectile [1]
is area damage [1]
projectile minimum range [15]
projectile spread radius [3]
projectile uses contact position [1]
use scaled contact offset [1]
base is projectile [1]
is area damage [1]
projectile minimum range [15]
projectile spread radius [3]
projectile uses contact position [1]
use scaled contact offset [1]
Object Type
version 2 extends "Metadata/Monsters/AtlasExiles/AdjudicatorInfluenceMonsters/AdjudicatorBossMonsterBase" Actor { basic_action = "ChangeToStance1" basic_action = "ChangeToStance2" }
Object Type Codes
version 2 extends "Metadata/Monsters/AtlasExiles/AdjudicatorInfluenceMonsters/AdjudicatorBossMonsterBase"
-- src\Data\Spectres.lua minions["Metadata/Monsters/AtlasExiles/AdjudicatorInfluenceMonsters/AdjudicatorGladiator3Boss"] = { name = "Loyal Militant", life = 17.5, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1.26, damageSpread = 0.2, attackTime = 1.005, attackRange = 12, accuracy = 1, weaponType1 = "One Hand Sword", skillList = { "MeleeAtAnimationSpeed", "AtlasExileWarlordGladiatorMortar", "WalkEmergeAtlasInfluenceMonster", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeed"] = { 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", "action_attack_or_cast_time_uses_animation_length", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["AtlasExileWarlordGladiatorMortar"] = { name = "AtlasExileWarlordGladiatorMortar", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.", skillTypes = { [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Attack] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "melee_range_+", "projectile_spread_radius", "projectile_minimum_range", "is_area_damage", "base_is_projectile", "use_scaled_contact_offset", "projectile_uses_contact_position", }, levels = { [1] = {50, 3, 15, levelRequirement = 0, statInterpolation = {2}, 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 = { }, }, }, }
Id | Nothing |
---|---|
Family | Nothing |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
stance movement speed +% final [50]
Id | StanceGladiatorRun |
---|---|
Family | Stance |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
Dano aumentado em 30%
Velocidade de Ataque aumentada em 40%
Velocidade de Movimento aumentada em 40%
Dano recebido reduzido em 25%
Id | ChimeraMinionFerocity |
---|---|
Family | ChimeraMinionFerocity |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | damage attack speed |
map related item drop chance +% final from league [-70]
Id | LeagueDropPenaltyInfluenceMonster |
---|---|
Family | LeagueDropPenalty |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Militante Leal
Demoníaco
30% de Chance de Bloquear o Dano de Ataques
Você sofre 15% do Dano de Acertos Bloqueados
Você sofre 15% do Dano de Acertos Bloqueados
stance movement speed +% final [50]
Dano aumentado em 30%
Velocidade de Ataque aumentada em 40%
Velocidade de Movimento aumentada em 40%
Dano recebido reduzido em 25%
map related item drop chance +% final from league [-70]
Velocidade de Ataque aumentada em 40%
Velocidade de Movimento aumentada em 40%
Dano recebido reduzido em 25%
map related item drop chance +% final from league [-70]
Loyal Militant
Spectre | N |
---|---|
Tags | adjudicator_monster, demon, flesh_armour, gladiator, has_one_hand_sword, has_one_handed_melee, humanoid, influence_monster, medium_height, melee, not_int, physical_affinity, ranged, red_blood, slashing_weapon, slow_movement |
Vida
1750%
Armadura
+50%
Evasão
+50%
Ailment Threshold
1750%
Resistência
0 0 0 0
Damage
126%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 12
Attack Time
1.005 Second
Damage Spread
±20%
Experiência
125%
Model Size
85%
Type
AdjudicatorGladiatorBoss
Metadata
AdjudicatorGladiator3ShieldBoss
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
68
Vida
112,584
Armadura
43,185
Evasão
7,109
Escudo de Energia
0
Damage
471
Dano Mágico
471
Precisão
290
Attack Time
1.005
Experiência
12,819
Ailment Threshold
112,584
Chill
356
Shock
356
Brittle
2,014
Scorch
356
Sap
984
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).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 377–565
Chance de Crítico: 5%
Attack Time: 1.005 seg
Abate seus inimigos com um golpe poderoso.
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
WalkEmergeAtlasInfluenceMonster
walk emerge distance [225]
AtlasExileWarlordGladiatorMortar
Projectile, ProjectilesFromUser, Attack, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable
Base Damage: 377–565
Chance de Crítico: 5%
Attack Time: 1.005 seg
Recarga: 8 seg
Habilidade de morteiro de monstro genérico. Como Projétil de Monstro, mas com um efeito de impacto.
+5 metros ao Alcance de Golpes Corpo a Corpo
base is projectile [1]
is area damage [1]
projectile minimum range [15]
projectile spread radius [3]
projectile uses contact position [1]
use scaled contact offset [1]
base is projectile [1]
is area damage [1]
projectile minimum range [15]
projectile spread radius [3]
projectile uses contact position [1]
use scaled contact offset [1]
Object Type
version 2 extends "Metadata/Monsters/AtlasExiles/AdjudicatorInfluenceMonsters/AdjudicatorBossMonsterBase" Actor { basic_action = "ChangeToStance1" basic_action = "ChangeToStance2" }
Object Type Codes
version 2 extends "Metadata/Monsters/AtlasExiles/AdjudicatorInfluenceMonsters/AdjudicatorBossMonsterBase"
-- src\Data\Spectres.lua minions["Metadata/Monsters/AtlasExiles/AdjudicatorInfluenceMonsters/AdjudicatorGladiator3ShieldBoss"] = { name = "Loyal Militant", life = 17.5, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1.26, damageSpread = 0.2, attackTime = 1.005, attackRange = 12, accuracy = 1, weaponType1 = "One Hand Sword", weaponType2 = "Shield", skillList = { "MeleeAtAnimationSpeed", "AtlasExileWarlordGladiatorMortar", "WalkEmergeAtlasInfluenceMonster", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeed"] = { 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", "action_attack_or_cast_time_uses_animation_length", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["AtlasExileWarlordGladiatorMortar"] = { name = "AtlasExileWarlordGladiatorMortar", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.", skillTypes = { [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Attack] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "melee_range_+", "projectile_spread_radius", "projectile_minimum_range", "is_area_damage", "base_is_projectile", "use_scaled_contact_offset", "projectile_uses_contact_position", }, levels = { [1] = {50, 3, 15, levelRequirement = 0, statInterpolation = {2}, 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 = { }, }, }, }
30% de Chance de Bloquear o Dano de Ataques
Você sofre 15% do Dano de Acertos Bloqueados
Id | MonsterAttackBlock30Bypass15 |
---|---|
Family | MonsterBlockAndBypass |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | block |
Id | Nothing |
---|---|
Family | Nothing |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
stance movement speed +% final [50]
Id | StanceGladiatorRun |
---|---|
Family | Stance |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
Dano aumentado em 30%
Velocidade de Ataque aumentada em 40%
Velocidade de Movimento aumentada em 40%
Dano recebido reduzido em 25%
Id | ChimeraMinionFerocity |
---|---|
Family | ChimeraMinionFerocity |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | damage attack speed |
map related item drop chance +% final from league [-70]
Id | LeagueDropPenaltyInfluenceMonster |
---|---|
Family | LeagueDropPenalty |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Militante Leal
Demoníaco
stance movement speed +% final [50]
Dano aumentado em 30%
Velocidade de Ataque aumentada em 40%
Velocidade de Movimento aumentada em 40%
Dano recebido reduzido em 25%
map related item drop chance +% final from league [-70]
Velocidade de Ataque aumentada em 40%
Velocidade de Movimento aumentada em 40%
Dano recebido reduzido em 25%
map related item drop chance +% final from league [-70]
Loyal Militant
Spectre | N |
---|---|
Tags | adjudicator_monster, demon, flesh_armour, gladiator, has_one_hand_sword, has_one_handed_melee, humanoid, influence_monster, medium_height, melee, not_int, physical_affinity, ranged, red_blood, slashing_weapon, slow_movement |
Vida
1750%
Armadura
+50%
Evasão
+50%
Ailment Threshold
1750%
Resistência
0 0 0 0
Damage
126%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 12
Attack Time
1.005 Second
Damage Spread
±20%
Experiência
125%
Model Size
85%
Type
AdjudicatorGladiatorBoss
Metadata
AdjudicatorGladiator4Boss
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
68
Vida
112,584
Armadura
43,185
Evasão
7,109
Escudo de Energia
0
Damage
471
Dano Mágico
471
Precisão
290
Attack Time
1.005
Experiência
12,819
Ailment Threshold
112,584
Chill
356
Shock
356
Brittle
2,014
Scorch
356
Sap
984
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).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 377–565
Chance de Crítico: 5%
Attack Time: 1.005 seg
Abate seus inimigos com um golpe poderoso.
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
WalkEmergeAtlasInfluenceMonster
walk emerge distance [225]
AtlasExileWarlordGladiatorMortar
Projectile, ProjectilesFromUser, Attack, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable
Base Damage: 377–565
Chance de Crítico: 5%
Attack Time: 1.005 seg
Recarga: 8 seg
Habilidade de morteiro de monstro genérico. Como Projétil de Monstro, mas com um efeito de impacto.
+5 metros ao Alcance de Golpes Corpo a Corpo
base is projectile [1]
is area damage [1]
projectile minimum range [15]
projectile spread radius [3]
projectile uses contact position [1]
use scaled contact offset [1]
base is projectile [1]
is area damage [1]
projectile minimum range [15]
projectile spread radius [3]
projectile uses contact position [1]
use scaled contact offset [1]
Object Type
version 2 extends "Metadata/Monsters/AtlasExiles/AdjudicatorInfluenceMonsters/AdjudicatorBossMonsterBase" Actor { basic_action = "ChangeToStance1" basic_action = "ChangeToStance2" }
Object Type Codes
version 2 extends "Metadata/Monsters/AtlasExiles/AdjudicatorInfluenceMonsters/AdjudicatorBossMonsterBase"
-- src\Data\Spectres.lua minions["Metadata/Monsters/AtlasExiles/AdjudicatorInfluenceMonsters/AdjudicatorGladiator4Boss"] = { name = "Loyal Militant", life = 17.5, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1.26, damageSpread = 0.2, attackTime = 1.005, attackRange = 12, accuracy = 1, weaponType1 = "One Hand Sword", skillList = { "MeleeAtAnimationSpeed", "AtlasExileWarlordGladiatorMortar", "WalkEmergeAtlasInfluenceMonster", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeed"] = { 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", "action_attack_or_cast_time_uses_animation_length", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["AtlasExileWarlordGladiatorMortar"] = { name = "AtlasExileWarlordGladiatorMortar", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.", skillTypes = { [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Attack] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "melee_range_+", "projectile_spread_radius", "projectile_minimum_range", "is_area_damage", "base_is_projectile", "use_scaled_contact_offset", "projectile_uses_contact_position", }, levels = { [1] = {50, 3, 15, levelRequirement = 0, statInterpolation = {2}, 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 = { }, }, }, }
Id | Nothing |
---|---|
Family | Nothing |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
stance movement speed +% final [50]
Id | StanceGladiatorRun |
---|---|
Family | Stance |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
Dano aumentado em 30%
Velocidade de Ataque aumentada em 40%
Velocidade de Movimento aumentada em 40%
Dano recebido reduzido em 25%
Id | ChimeraMinionFerocity |
---|---|
Family | ChimeraMinionFerocity |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | damage attack speed |
map related item drop chance +% final from league [-70]
Id | LeagueDropPenaltyInfluenceMonster |
---|---|
Family | LeagueDropPenalty |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Militante Leal
Demoníaco
30% de Chance de Bloquear o Dano de Ataques
Você sofre 15% do Dano de Acertos Bloqueados
Você sofre 15% do Dano de Acertos Bloqueados
stance movement speed +% final [50]
Dano aumentado em 30%
Velocidade de Ataque aumentada em 40%
Velocidade de Movimento aumentada em 40%
Dano recebido reduzido em 25%
map related item drop chance +% final from league [-70]
Velocidade de Ataque aumentada em 40%
Velocidade de Movimento aumentada em 40%
Dano recebido reduzido em 25%
map related item drop chance +% final from league [-70]
Loyal Militant
Spectre | N |
---|---|
Tags | adjudicator_monster, demon, flesh_armour, gladiator, has_one_hand_sword, has_one_handed_melee, humanoid, influence_monster, medium_height, melee, not_int, physical_affinity, ranged, red_blood, slashing_weapon, slow_movement |
Vida
1750%
Armadura
+50%
Evasão
+50%
Ailment Threshold
1750%
Resistência
0 0 0 0
Damage
126%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 12
Attack Time
1.005 Second
Damage Spread
±20%
Experiência
125%
Model Size
85%
Type
AdjudicatorGladiatorBoss
Metadata
AdjudicatorGladiator4ShieldBoss
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
68
Vida
112,584
Armadura
43,185
Evasão
7,109
Escudo de Energia
0
Damage
471
Dano Mágico
471
Precisão
290
Attack Time
1.005
Experiência
12,819
Ailment Threshold
112,584
Chill
356
Shock
356
Brittle
2,014
Scorch
356
Sap
984
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).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 377–565
Chance de Crítico: 5%
Attack Time: 1.005 seg
Abate seus inimigos com um golpe poderoso.
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
WalkEmergeAtlasInfluenceMonster
walk emerge distance [225]
AtlasExileWarlordGladiatorMortar
Projectile, ProjectilesFromUser, Attack, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable
Base Damage: 377–565
Chance de Crítico: 5%
Attack Time: 1.005 seg
Recarga: 8 seg
Habilidade de morteiro de monstro genérico. Como Projétil de Monstro, mas com um efeito de impacto.
+5 metros ao Alcance de Golpes Corpo a Corpo
base is projectile [1]
is area damage [1]
projectile minimum range [15]
projectile spread radius [3]
projectile uses contact position [1]
use scaled contact offset [1]
base is projectile [1]
is area damage [1]
projectile minimum range [15]
projectile spread radius [3]
projectile uses contact position [1]
use scaled contact offset [1]
Object Type
version 2 extends "Metadata/Monsters/AtlasExiles/AdjudicatorInfluenceMonsters/AdjudicatorBossMonsterBase" Actor { basic_action = "ChangeToStance1" basic_action = "ChangeToStance2" }
Object Type Codes
version 2 extends "Metadata/Monsters/AtlasExiles/AdjudicatorInfluenceMonsters/AdjudicatorBossMonsterBase"
-- src\Data\Spectres.lua minions["Metadata/Monsters/AtlasExiles/AdjudicatorInfluenceMonsters/AdjudicatorGladiator4ShieldBoss"] = { name = "Loyal Militant", life = 17.5, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1.26, damageSpread = 0.2, attackTime = 1.005, attackRange = 12, accuracy = 1, weaponType1 = "One Hand Sword", weaponType2 = "Shield", skillList = { "MeleeAtAnimationSpeed", "AtlasExileWarlordGladiatorMortar", "WalkEmergeAtlasInfluenceMonster", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeed"] = { 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", "action_attack_or_cast_time_uses_animation_length", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["AtlasExileWarlordGladiatorMortar"] = { name = "AtlasExileWarlordGladiatorMortar", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.", skillTypes = { [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Attack] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "melee_range_+", "projectile_spread_radius", "projectile_minimum_range", "is_area_damage", "base_is_projectile", "use_scaled_contact_offset", "projectile_uses_contact_position", }, levels = { [1] = {50, 3, 15, levelRequirement = 0, statInterpolation = {2}, 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 = { }, }, }, }
30% de Chance de Bloquear o Dano de Ataques
Você sofre 15% do Dano de Acertos Bloqueados
Id | MonsterAttackBlock30Bypass15 |
---|---|
Family | MonsterBlockAndBypass |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | block |
Id | Nothing |
---|---|
Family | Nothing |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
stance movement speed +% final [50]
Id | StanceGladiatorRun |
---|---|
Family | Stance |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
Dano aumentado em 30%
Velocidade de Ataque aumentada em 40%
Velocidade de Movimento aumentada em 40%
Dano recebido reduzido em 25%
Id | ChimeraMinionFerocity |
---|---|
Family | ChimeraMinionFerocity |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | damage attack speed |
map related item drop chance +% final from league [-70]
Id | LeagueDropPenaltyInfluenceMonster |
---|---|
Family | LeagueDropPenalty |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |