Militante leal
Demonio
stance movement speed +% final [50]
map related item drop chance +% final from league [-70]
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%
Evasión
+50%
Ailment Threshold
175%
Resistencia
0 0 0 0
Damage
126%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 12
Attack Time
1.005 Second
Damage Spread
±20%
Experiencia
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.
Nivel
68
Vida
11,258
Armadura
43,185
Evasión
7,109
Escudo de energía
0
Damage
471
Daño de hechizos
471
Precisión
290
Attack Time
1.005
Experiencia
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 estándar
Base Damage: 377–565
Probabilidad de golpe crítico: 5%
Attack Time: 1.005 seg
Derriba a tus enemigos con un 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
Probabilidad de golpe crítico: 5%
Attack Time: 1.005 seg
Tiempo de recarga: 8 seg
Habilidad de mortero de monstruo genérico. Igual que Proyectil de monstruo, pero tiene un efecto al impactar.
+5 metros al alcance de los golpes cuerpo a cuerpo
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 | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
stance movement speed +% final [50]
Id | StanceGladiatorRun |
---|---|
Family | Stance |
Domains | monstruo (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 | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Militante leal
Demonio
30% de probabilidad de bloquear el daño de ataques
Recibes el 15% del daño de los golpes bloqueados
stance movement speed +% final [50]
map related item drop chance +% final from league [-70]
Recibes el 15% del daño de los golpes 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%
Evasión
+50%
Ailment Threshold
175%
Resistencia
0 0 0 0
Damage
126%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 12
Attack Time
1.005 Second
Damage Spread
±20%
Experiencia
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.
Nivel
68
Vida
11,258
Armadura
43,185
Evasión
7,109
Escudo de energía
0
Damage
471
Daño de hechizos
471
Precisión
290
Attack Time
1.005
Experiencia
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 estándar
Base Damage: 377–565
Probabilidad de golpe crítico: 5%
Attack Time: 1.005 seg
Derriba a tus enemigos con un 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
Probabilidad de golpe crítico: 5%
Attack Time: 1.005 seg
Tiempo de recarga: 8 seg
Habilidad de mortero de monstruo genérico. Igual que Proyectil de monstruo, pero tiene un efecto al impactar.
+5 metros al alcance de los golpes cuerpo a cuerpo
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 probabilidad de bloquear el daño de ataques
Recibes el 15% del daño de los golpes bloqueados
Id | MonsterAttackBlock30Bypass15 |
---|---|
Family | MonsterBlockAndBypass |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | block |
Id | Nothing |
---|---|
Family | Nothing |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
stance movement speed +% final [50]
Id | StanceGladiatorRun |
---|---|
Family | Stance |
Domains | monstruo (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 | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Militante leal
Demonio
stance movement speed +% final [50]
map related item drop chance +% final from league [-70]
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%
Evasión
+50%
Ailment Threshold
175%
Resistencia
0 0 0 0
Damage
126%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 12
Attack Time
1.005 Second
Damage Spread
±20%
Experiencia
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.
Nivel
68
Vida
11,258
Armadura
43,185
Evasión
7,109
Escudo de energía
0
Damage
471
Daño de hechizos
471
Precisión
290
Attack Time
1.005
Experiencia
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 estándar
Base Damage: 377–565
Probabilidad de golpe crítico: 5%
Attack Time: 1.005 seg
Derriba a tus enemigos con un 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
Probabilidad de golpe crítico: 5%
Attack Time: 1.005 seg
Tiempo de recarga: 8 seg
Habilidad de mortero de monstruo genérico. Igual que Proyectil de monstruo, pero tiene un efecto al impactar.
+5 metros al alcance de los golpes cuerpo a cuerpo
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 | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
stance movement speed +% final [50]
Id | StanceGladiatorRun |
---|---|
Family | Stance |
Domains | monstruo (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 | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Militante leal
Demonio
30% de probabilidad de bloquear el daño de ataques
Recibes el 15% del daño de los golpes bloqueados
stance movement speed +% final [50]
map related item drop chance +% final from league [-70]
Recibes el 15% del daño de los golpes 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%
Evasión
+50%
Ailment Threshold
175%
Resistencia
0 0 0 0
Damage
126%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 12
Attack Time
1.005 Second
Damage Spread
±20%
Experiencia
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.
Nivel
68
Vida
11,258
Armadura
43,185
Evasión
7,109
Escudo de energía
0
Damage
471
Daño de hechizos
471
Precisión
290
Attack Time
1.005
Experiencia
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 estándar
Base Damage: 377–565
Probabilidad de golpe crítico: 5%
Attack Time: 1.005 seg
Derriba a tus enemigos con un 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
Probabilidad de golpe crítico: 5%
Attack Time: 1.005 seg
Tiempo de recarga: 8 seg
Habilidad de mortero de monstruo genérico. Igual que Proyectil de monstruo, pero tiene un efecto al impactar.
+5 metros al alcance de los golpes cuerpo a cuerpo
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 probabilidad de bloquear el daño de ataques
Recibes el 15% del daño de los golpes bloqueados
Id | MonsterAttackBlock30Bypass15 |
---|---|
Family | MonsterBlockAndBypass |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | block |
Id | Nothing |
---|---|
Family | Nothing |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
stance movement speed +% final [50]
Id | StanceGladiatorRun |
---|---|
Family | Stance |
Domains | monstruo (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 | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Militante leal
Demonio
stance movement speed +% final [50]
map related item drop chance +% final from league [-70]
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%
Evasión
+50%
Ailment Threshold
175%
Resistencia
0 0 0 0
Damage
126%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 12
Attack Time
1.005 Second
Damage Spread
±20%
Experiencia
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.
Nivel
68
Vida
11,258
Armadura
43,185
Evasión
7,109
Escudo de energía
0
Damage
471
Daño de hechizos
471
Precisión
290
Attack Time
1.005
Experiencia
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 estándar
Base Damage: 377–565
Probabilidad de golpe crítico: 5%
Attack Time: 1.005 seg
Derriba a tus enemigos con un 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
Probabilidad de golpe crítico: 5%
Attack Time: 1.005 seg
Tiempo de recarga: 8 seg
Habilidad de mortero de monstruo genérico. Igual que Proyectil de monstruo, pero tiene un efecto al impactar.
+5 metros al alcance de los golpes cuerpo a cuerpo
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 | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
stance movement speed +% final [50]
Id | StanceGladiatorRun |
---|---|
Family | Stance |
Domains | monstruo (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 | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Militante leal
Demonio
30% de probabilidad de bloquear el daño de ataques
Recibes el 15% del daño de los golpes bloqueados
stance movement speed +% final [50]
map related item drop chance +% final from league [-70]
Recibes el 15% del daño de los golpes 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%
Evasión
+50%
Ailment Threshold
175%
Resistencia
0 0 0 0
Damage
126%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 12
Attack Time
1.005 Second
Damage Spread
±20%
Experiencia
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.
Nivel
68
Vida
11,258
Armadura
43,185
Evasión
7,109
Escudo de energía
0
Damage
471
Daño de hechizos
471
Precisión
290
Attack Time
1.005
Experiencia
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 estándar
Base Damage: 377–565
Probabilidad de golpe crítico: 5%
Attack Time: 1.005 seg
Derriba a tus enemigos con un 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
Probabilidad de golpe crítico: 5%
Attack Time: 1.005 seg
Tiempo de recarga: 8 seg
Habilidad de mortero de monstruo genérico. Igual que Proyectil de monstruo, pero tiene un efecto al impactar.
+5 metros al alcance de los golpes cuerpo a cuerpo
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 probabilidad de bloquear el daño de ataques
Recibes el 15% del daño de los golpes bloqueados
Id | MonsterAttackBlock30Bypass15 |
---|---|
Family | MonsterBlockAndBypass |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | block |
Id | Nothing |
---|---|
Family | Nothing |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
stance movement speed +% final [50]
Id | StanceGladiatorRun |
---|---|
Family | Stance |
Domains | monstruo (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 | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Militante leal
Demonio
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%
Evasión
+50%
Ailment Threshold
175%
Resistencia
0 0 0 0
Damage
126%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 12
Attack Time
1.005 Second
Damage Spread
±20%
Experiencia
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.
Nivel
68
Vida
11,258
Armadura
43,185
Evasión
7,109
Escudo de energía
0
Damage
471
Daño de hechizos
471
Precisión
290
Attack Time
1.005
Experiencia
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 estándar
Base Damage: 377–565
Probabilidad de golpe crítico: 5%
Attack Time: 1.005 seg
Derriba a tus enemigos con un 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
Probabilidad de golpe crítico: 5%
Attack Time: 1.005 seg
Tiempo de recarga: 8 seg
Habilidad de mortero de monstruo genérico. Igual que Proyectil de monstruo, pero tiene un efecto al impactar.
+5 metros al alcance de los golpes cuerpo a cuerpo
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 | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
stance movement speed +% final [50]
Id | StanceGladiatorRun |
---|---|
Family | Stance |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
Militante leal
Demonio
30% de probabilidad de bloquear el daño de ataques
Recibes el 15% del daño de los golpes bloqueados
stance movement speed +% final [50]
Recibes el 15% del daño de los golpes 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%
Evasión
+50%
Ailment Threshold
175%
Resistencia
0 0 0 0
Damage
126%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 12
Attack Time
1.005 Second
Damage Spread
±20%
Experiencia
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.
Nivel
68
Vida
11,258
Armadura
43,185
Evasión
7,109
Escudo de energía
0
Damage
471
Daño de hechizos
471
Precisión
290
Attack Time
1.005
Experiencia
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 estándar
Base Damage: 377–565
Probabilidad de golpe crítico: 5%
Attack Time: 1.005 seg
Derriba a tus enemigos con un 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
Probabilidad de golpe crítico: 5%
Attack Time: 1.005 seg
Tiempo de recarga: 8 seg
Habilidad de mortero de monstruo genérico. Igual que Proyectil de monstruo, pero tiene un efecto al impactar.
+5 metros al alcance de los golpes cuerpo a cuerpo
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 probabilidad de bloquear el daño de ataques
Recibes el 15% del daño de los golpes bloqueados
Id | MonsterAttackBlock30Bypass15 |
---|---|
Family | MonsterBlockAndBypass |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | block |
Id | Nothing |
---|---|
Family | Nothing |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
stance movement speed +% final [50]
Id | StanceGladiatorRun |
---|---|
Family | Stance |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
Militante leal
Demonio
stance movement speed +% final [50]
Daño aumentado un 30%
Velocidad de ataque aumentada un 40%
Velocidad de movimiento aumentada un 40%
Daño recibido reducido un 25%
map related item drop chance +% final from league [-70]
Daño aumentado un 30%
Velocidad de ataque aumentada un 40%
Velocidad de movimiento aumentada un 40%
Daño recibido reducido un 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%
Evasión
+50%
Ailment Threshold
1750%
Resistencia
0 0 0 0
Damage
126%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 12
Attack Time
1.005 Second
Damage Spread
±20%
Experiencia
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.
Nivel
68
Vida
112,584
Armadura
43,185
Evasión
7,109
Escudo de energía
0
Damage
471
Daño de hechizos
471
Precisión
290
Attack Time
1.005
Experiencia
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 estándar
Base Damage: 377–565
Probabilidad de golpe crítico: 5%
Attack Time: 1.005 seg
Derriba a tus enemigos con un 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
Probabilidad de golpe crítico: 5%
Attack Time: 1.005 seg
Tiempo de recarga: 8 seg
Habilidad de mortero de monstruo genérico. Igual que Proyectil de monstruo, pero tiene un efecto al impactar.
+5 metros al alcance de los golpes cuerpo a cuerpo
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 | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
stance movement speed +% final [50]
Id | StanceGladiatorRun |
---|---|
Family | Stance |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
Daño aumentado un 30%
Velocidad de ataque aumentada un 40%
Velocidad de movimiento aumentada un 40%
Daño recibido reducido un 25%
Id | ChimeraMinionFerocity |
---|---|
Family | ChimeraMinionFerocity |
Domains | monstruo (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 | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Militante leal
Demonio
30% de probabilidad de bloquear el daño de ataques
Recibes el 15% del daño de los golpes bloqueados
stance movement speed +% final [50]
Daño aumentado un 30%
Velocidad de ataque aumentada un 40%
Velocidad de movimiento aumentada un 40%
Daño recibido reducido un 25%
map related item drop chance +% final from league [-70]
Recibes el 15% del daño de los golpes bloqueados
stance movement speed +% final [50]
Daño aumentado un 30%
Velocidad de ataque aumentada un 40%
Velocidad de movimiento aumentada un 40%
Daño recibido reducido un 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%
Evasión
+50%
Ailment Threshold
1750%
Resistencia
0 0 0 0
Damage
126%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 12
Attack Time
1.005 Second
Damage Spread
±20%
Experiencia
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.
Nivel
68
Vida
112,584
Armadura
43,185
Evasión
7,109
Escudo de energía
0
Damage
471
Daño de hechizos
471
Precisión
290
Attack Time
1.005
Experiencia
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 estándar
Base Damage: 377–565
Probabilidad de golpe crítico: 5%
Attack Time: 1.005 seg
Derriba a tus enemigos con un 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
Probabilidad de golpe crítico: 5%
Attack Time: 1.005 seg
Tiempo de recarga: 8 seg
Habilidad de mortero de monstruo genérico. Igual que Proyectil de monstruo, pero tiene un efecto al impactar.
+5 metros al alcance de los golpes cuerpo a cuerpo
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 probabilidad de bloquear el daño de ataques
Recibes el 15% del daño de los golpes bloqueados
Id | MonsterAttackBlock30Bypass15 |
---|---|
Family | MonsterBlockAndBypass |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | block |
Id | Nothing |
---|---|
Family | Nothing |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
stance movement speed +% final [50]
Id | StanceGladiatorRun |
---|---|
Family | Stance |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
Daño aumentado un 30%
Velocidad de ataque aumentada un 40%
Velocidad de movimiento aumentada un 40%
Daño recibido reducido un 25%
Id | ChimeraMinionFerocity |
---|---|
Family | ChimeraMinionFerocity |
Domains | monstruo (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 | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Militante leal
Demonio
stance movement speed +% final [50]
Daño aumentado un 30%
Velocidad de ataque aumentada un 40%
Velocidad de movimiento aumentada un 40%
Daño recibido reducido un 25%
map related item drop chance +% final from league [-70]
Daño aumentado un 30%
Velocidad de ataque aumentada un 40%
Velocidad de movimiento aumentada un 40%
Daño recibido reducido un 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%
Evasión
+50%
Ailment Threshold
1750%
Resistencia
0 0 0 0
Damage
126%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 12
Attack Time
1.005 Second
Damage Spread
±20%
Experiencia
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.
Nivel
68
Vida
112,584
Armadura
43,185
Evasión
7,109
Escudo de energía
0
Damage
471
Daño de hechizos
471
Precisión
290
Attack Time
1.005
Experiencia
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 estándar
Base Damage: 377–565
Probabilidad de golpe crítico: 5%
Attack Time: 1.005 seg
Derriba a tus enemigos con un 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
Probabilidad de golpe crítico: 5%
Attack Time: 1.005 seg
Tiempo de recarga: 8 seg
Habilidad de mortero de monstruo genérico. Igual que Proyectil de monstruo, pero tiene un efecto al impactar.
+5 metros al alcance de los golpes cuerpo a cuerpo
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 | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
stance movement speed +% final [50]
Id | StanceGladiatorRun |
---|---|
Family | Stance |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
Daño aumentado un 30%
Velocidad de ataque aumentada un 40%
Velocidad de movimiento aumentada un 40%
Daño recibido reducido un 25%
Id | ChimeraMinionFerocity |
---|---|
Family | ChimeraMinionFerocity |
Domains | monstruo (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 | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Militante leal
Demonio
30% de probabilidad de bloquear el daño de ataques
Recibes el 15% del daño de los golpes bloqueados
stance movement speed +% final [50]
Daño aumentado un 30%
Velocidad de ataque aumentada un 40%
Velocidad de movimiento aumentada un 40%
Daño recibido reducido un 25%
map related item drop chance +% final from league [-70]
Recibes el 15% del daño de los golpes bloqueados
stance movement speed +% final [50]
Daño aumentado un 30%
Velocidad de ataque aumentada un 40%
Velocidad de movimiento aumentada un 40%
Daño recibido reducido un 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%
Evasión
+50%
Ailment Threshold
1750%
Resistencia
0 0 0 0
Damage
126%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 12
Attack Time
1.005 Second
Damage Spread
±20%
Experiencia
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.
Nivel
68
Vida
112,584
Armadura
43,185
Evasión
7,109
Escudo de energía
0
Damage
471
Daño de hechizos
471
Precisión
290
Attack Time
1.005
Experiencia
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 estándar
Base Damage: 377–565
Probabilidad de golpe crítico: 5%
Attack Time: 1.005 seg
Derriba a tus enemigos con un 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
Probabilidad de golpe crítico: 5%
Attack Time: 1.005 seg
Tiempo de recarga: 8 seg
Habilidad de mortero de monstruo genérico. Igual que Proyectil de monstruo, pero tiene un efecto al impactar.
+5 metros al alcance de los golpes cuerpo a cuerpo
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 probabilidad de bloquear el daño de ataques
Recibes el 15% del daño de los golpes bloqueados
Id | MonsterAttackBlock30Bypass15 |
---|---|
Family | MonsterBlockAndBypass |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | block |
Id | Nothing |
---|---|
Family | Nothing |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
stance movement speed +% final [50]
Id | StanceGladiatorRun |
---|---|
Family | Stance |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
Daño aumentado un 30%
Velocidad de ataque aumentada un 40%
Velocidad de movimiento aumentada un 40%
Daño recibido reducido un 25%
Id | ChimeraMinionFerocity |
---|---|
Family | ChimeraMinionFerocity |
Domains | monstruo (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 | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Militante leal
Demonio
stance movement speed +% final [50]
Daño aumentado un 30%
Velocidad de ataque aumentada un 40%
Velocidad de movimiento aumentada un 40%
Daño recibido reducido un 25%
map related item drop chance +% final from league [-70]
Daño aumentado un 30%
Velocidad de ataque aumentada un 40%
Velocidad de movimiento aumentada un 40%
Daño recibido reducido un 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%
Evasión
+50%
Ailment Threshold
1750%
Resistencia
0 0 0 0
Damage
126%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 12
Attack Time
1.005 Second
Damage Spread
±20%
Experiencia
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.
Nivel
68
Vida
112,584
Armadura
43,185
Evasión
7,109
Escudo de energía
0
Damage
471
Daño de hechizos
471
Precisión
290
Attack Time
1.005
Experiencia
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 estándar
Base Damage: 377–565
Probabilidad de golpe crítico: 5%
Attack Time: 1.005 seg
Derriba a tus enemigos con un 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
Probabilidad de golpe crítico: 5%
Attack Time: 1.005 seg
Tiempo de recarga: 8 seg
Habilidad de mortero de monstruo genérico. Igual que Proyectil de monstruo, pero tiene un efecto al impactar.
+5 metros al alcance de los golpes cuerpo a cuerpo
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 | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
stance movement speed +% final [50]
Id | StanceGladiatorRun |
---|---|
Family | Stance |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
Daño aumentado un 30%
Velocidad de ataque aumentada un 40%
Velocidad de movimiento aumentada un 40%
Daño recibido reducido un 25%
Id | ChimeraMinionFerocity |
---|---|
Family | ChimeraMinionFerocity |
Domains | monstruo (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 | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Militante leal
Demonio
30% de probabilidad de bloquear el daño de ataques
Recibes el 15% del daño de los golpes bloqueados
stance movement speed +% final [50]
Daño aumentado un 30%
Velocidad de ataque aumentada un 40%
Velocidad de movimiento aumentada un 40%
Daño recibido reducido un 25%
map related item drop chance +% final from league [-70]
Recibes el 15% del daño de los golpes bloqueados
stance movement speed +% final [50]
Daño aumentado un 30%
Velocidad de ataque aumentada un 40%
Velocidad de movimiento aumentada un 40%
Daño recibido reducido un 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%
Evasión
+50%
Ailment Threshold
1750%
Resistencia
0 0 0 0
Damage
126%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 12
Attack Time
1.005 Second
Damage Spread
±20%
Experiencia
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.
Nivel
68
Vida
112,584
Armadura
43,185
Evasión
7,109
Escudo de energía
0
Damage
471
Daño de hechizos
471
Precisión
290
Attack Time
1.005
Experiencia
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 estándar
Base Damage: 377–565
Probabilidad de golpe crítico: 5%
Attack Time: 1.005 seg
Derriba a tus enemigos con un 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
Probabilidad de golpe crítico: 5%
Attack Time: 1.005 seg
Tiempo de recarga: 8 seg
Habilidad de mortero de monstruo genérico. Igual que Proyectil de monstruo, pero tiene un efecto al impactar.
+5 metros al alcance de los golpes cuerpo a cuerpo
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 probabilidad de bloquear el daño de ataques
Recibes el 15% del daño de los golpes bloqueados
Id | MonsterAttackBlock30Bypass15 |
---|---|
Family | MonsterBlockAndBypass |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | block |
Id | Nothing |
---|---|
Family | Nothing |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
stance movement speed +% final [50]
Id | StanceGladiatorRun |
---|---|
Family | Stance |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
Daño aumentado un 30%
Velocidad de ataque aumentada un 40%
Velocidad de movimiento aumentada un 40%
Daño recibido reducido un 25%
Id | ChimeraMinionFerocity |
---|---|
Family | ChimeraMinionFerocity |
Domains | monstruo (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 | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Edit
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.