O Árbitro do Conhecimento





Área: Mapa: Academia
Monstros concedem Experiência aumentada em 100%
Raridade dos Itens Derrubados aumentada em 15000%
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Raridade dos Itens Derrubados aumentada em 15000%
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
The Arbiter of Knowledge
Spectre | N |
---|---|
Area | Mapa: Academia |
Tags | Conjurador, demon, flesh_armour, has_one_hand_mace, has_one_handed_melee, humanoid, medium_movement, medium_small_height, melee, non_unique_map_boss, not_int, physical_affinity, ranged, red_blood, undying |
Vida
400%
Armadura
+25%
Evasão
+30%
Ailment Threshold
400%
Resistência




Damage
328%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 12
Attack Time
1.425 Second
Damage Spread
±20%
Experiência
200%
Model Size
115%
Type
CityStalkerMapBoss
Metadata
CityStalkerMaleMapBoss
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
73
Vida
43,410
Armadura
53,326
Evasão
7,323
Damage
1,652
Dano Mágico
1,652
Precisão
704
Attack Time
1.425
Experiência
22,776
Minion Life
9,012
Minion Damage
1,342
Ailment Threshold
43,410
Chill
137
Shock
137
Brittle
777
Scorch
137
Sap
379
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).
MeleeAtAnimationSpeedUnique
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 2988–4482
Chance de Crítico: 5%
Attack Time: 1.425 seg
Abate seus inimigos com um golpe poderoso.
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]

BookSparkMapBoss
Spell, Projectile, ProjectilesFromUser, Damage, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Lightning, CanRapidFire
Faísca
Tempo de Conjuração: 0.65 seg
Lança faíscas imprevisíveis que se movem aleatoriamente até atingirem um inimigo ou expirarem.
Causa 287.3 a 431 de Dano Físico
Projéteis Perfuram todos Alvos
Duração base é de 10 segundos
Velocidade de Projéteis reduzida em 80%
base is projectile [1]
monster projectile variation [1]

BookProjectile
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
Base Damage: 2988–4482
Chance de Crítico: 5%
Attack Time: 1.425 seg
Causa 30% menos Dano Físico
Velocidade de Projéteis aumentada em 30%
base is projectile [1]
monster projectile variation [7]
spell maximum action distance +% [-30]
BookMultiProjectile
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
Base Damage: 2988–4482
Chance de Crítico: 5%
Attack Time: 1.425 seg
Causa 40% menos Dano Físico
Dispara 4 Projéteis adicionais
Velocidade de Projéteis aumentada em 30%
base is projectile [1]
monster projectile variation [7]
spell maximum action distance +% [-30]
BookSparkOnDamageTaken
Spell, Projectile, ProjectilesFromUser, Damage, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Lightning, CanRapidFire
Faísca
Tempo de Conjuração: 0.65 seg
Recarga: 10 seg
Lança faíscas imprevisíveis que se movem aleatoriamente até atingirem um inimigo ou expirarem.
Causa 154.7 a 232.1 de Dano Físico
Projéteis Perfuram todos Alvos
Ativa Magias Suportadas quando você sofrer 4000 de Dano total de Acertos
Duração base é de 10 segundos
Velocidade de Projéteis reduzida em 70%
base is projectile [1]
cast on damage taken also tracks dot [1]
monster penalty against minions damage +% final vs player minions [-40]
monster projectile variation [1]

Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { main_hand_unarmed_type = "One_Hand_Mace" } Transitionable { }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Undying/CityStalkerMaleMapBoss"] = { name = "The Arbiter of Knowledge", life = 4, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 3.28, damageSpread = 0.2, attackTime = 1.425, attackRange = 12, accuracy = 1, skillList = { "MeleeAtAnimationSpeedUnique", "BookSparkMapBoss", "BookSparkOnDamageTaken", "BookProjectile", "BookMultiProjectile", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeedUnique"] = { 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["BookSparkMapBoss"] = { name = "Spark", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Launches unpredictable sparks that move randomly until they hit an enemy or expire.", skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Damage] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Lightning] = true, [SkillType.CanRapidFire] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.65, baseFlags = { spell = true, projectile = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "base_skill_effect_duration", "monster_projectile_variation", "base_projectile_speed_+%", "base_is_projectile", "always_pierce", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 10000, 1, -80, levelRequirement = 66, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["BookSparkOnDamageTaken"] = { name = "Spark", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Launches unpredictable sparks that move randomly until they hit an enemy or expire.", skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Damage] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Lightning] = true, [SkillType.CanRapidFire] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.65, baseFlags = { spell = true, projectile = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "base_skill_effect_duration", "monster_projectile_variation", "cast_on_damage_taken_%", "base_projectile_speed_+%", "cast_on_damage_taken_threshold", "monster_penalty_against_minions_damage_+%_final_vs_player_minions", "base_is_projectile", "always_pierce", "cast_on_damage_taken_also_tracks_dot", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 10000, 1, 100, -70, 4000, -40, levelRequirement = 66, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["BookProjectile"] = { name = "BookProjectile", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Damage] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.5, baseFlags = { attack = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_physical_damage_+%_final", "monster_projectile_variation", "spell_maximum_action_distance_+%", "base_projectile_speed_+%", "base_is_projectile", }, levels = { [1] = {0, 7, -30, 30, levelRequirement = 1, statInterpolation = {1}, cost = { }, }, [2] = {-10, 7, -30, 30, levelRequirement = 31, statInterpolation = {1}, cost = { }, }, [3] = {-20, 7, -30, 30, levelRequirement = 53, statInterpolation = {1}, cost = { }, }, [4] = {-30, 7, -30, 30, levelRequirement = 66, statInterpolation = {1}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["BookMultiProjectile"] = { name = "BookMultiProjectile", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Damage] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.5, baseFlags = { attack = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_physical_damage_+%_final", "monster_projectile_variation", "spell_maximum_action_distance_+%", "base_projectile_speed_+%", "number_of_additional_projectiles", "base_is_projectile", }, levels = { [1] = {-15, 7, -30, 30, 4, levelRequirement = 1, statInterpolation = {1}, cost = { }, }, [2] = {-25, 7, -30, 30, 4, levelRequirement = 31, statInterpolation = {1}, cost = { }, }, [3] = {-35, 7, -30, 30, 4, levelRequirement = 53, statInterpolation = {1}, cost = { }, }, [4] = {-40, 7, -30, 30, 4, levelRequirement = 66, statInterpolation = {1}, cost = { }, }, }, }
Velocidade de Conjuração aumentada em 35%
Id | MonsterMapBoss |
---|---|
Family | MonsterMapBoss |
Domains | monstro (3) |
GenerationType | unico (3) |
Req. level | 1 |
Stats |
Id | MonsterImplicitNemesisCurseDaemon |
---|---|
Name | Hexafonte |
Family | MonsterNemesis |
Domains | monstro (3) |
GenerationType | unico (3) |
Req. level | 1 |
+20% de Resistência a Caos aos Monstros
+30% de Resistência Elemental aos Monstros
heist contract alert level +% final [-5]
heist contract lockdown timer +% [5]
heist monster spawner alive limit +% [5]
map item drop quantity +% [13]
map item drop rarity +% [8]
Id | StunRepeatImmunityMapBoss_ |
---|---|
Family | Nothing |
Domains | monstro (3) |
GenerationType | unico (3) |
Req. level | 1 |
Stats |
O Árbitro do Conhecimento





Monstros concedem Experiência aumentada em 100%
Raridade dos Itens Derrubados aumentada em 15000%
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Raridade dos Itens Derrubados aumentada em 15000%
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
The Arbiter of Knowledge
Spectre | N |
---|---|
Tags | Conjurador, demon, flesh_armour, has_one_hand_mace, has_one_handed_melee, humanoid, medium_movement, medium_small_height, melee, not_int, physical_affinity, ranged, red_blood, standalone_map_boss, undying |
Vida
400%
Armadura
+25%
Evasão
+30%
Ailment Threshold
400%
Resistência




Damage
328%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 12
Attack Time
1.425 Second
Damage Spread
±20%
Experiência
200%
Model Size
115%
Type
CityStalkerMapBoss
Metadata
CityStalkerMaleMapBossStandalone
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
68
Vida
25,733
Armadura
35,988
Evasão
6,161
Damage
1,225
Dano Mágico
1,225
Precisão
580
Attack Time
1.425
Experiência
20,510
Minion Life
5,582
Minion Damage
978
Ailment Threshold
25,733
Chill
81
Shock
81
Brittle
460
Scorch
81
Sap
225
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).
MeleeAtAnimationSpeedUnique
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 2216–3324
Chance de Crítico: 5%
Attack Time: 1.425 seg
Abate seus inimigos com um golpe poderoso.
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]

BookSparkMapBoss
Spell, Projectile, ProjectilesFromUser, Damage, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Lightning, CanRapidFire
Faísca
Tempo de Conjuração: 0.65 seg
Lança faíscas imprevisíveis que se movem aleatoriamente até atingirem um inimigo ou expirarem.
Causa 231.3 a 346.9 de Dano Físico
Projéteis Perfuram todos Alvos
Duração base é de 10 segundos
Velocidade de Projéteis reduzida em 80%
base is projectile [1]
monster projectile variation [1]

BookProjectile
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
Base Damage: 2216–3324
Chance de Crítico: 5%
Attack Time: 1.425 seg
Causa 30% menos Dano Físico
Velocidade de Projéteis aumentada em 30%
base is projectile [1]
monster projectile variation [7]
spell maximum action distance +% [-30]
BookMultiProjectile
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
Base Damage: 2216–3324
Chance de Crítico: 5%
Attack Time: 1.425 seg
Causa 40% menos Dano Físico
Dispara 4 Projéteis adicionais
Velocidade de Projéteis aumentada em 30%
base is projectile [1]
monster projectile variation [7]
spell maximum action distance +% [-30]
BookSparkOnDamageTaken
Spell, Projectile, ProjectilesFromUser, Damage, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Lightning, CanRapidFire
Faísca
Tempo de Conjuração: 0.65 seg
Recarga: 10 seg
Lança faíscas imprevisíveis que se movem aleatoriamente até atingirem um inimigo ou expirarem.
Causa 124.5 a 186.8 de Dano Físico
Projéteis Perfuram todos Alvos
Ativa Magias Suportadas quando você sofrer 4000 de Dano total de Acertos
Duração base é de 10 segundos
Velocidade de Projéteis reduzida em 70%
base is projectile [1]
cast on damage taken also tracks dot [1]
monster penalty against minions damage +% final vs player minions [-40]
monster projectile variation [1]

Object Type
version 2 extends "Metadata/Monsters/Monster" extends "Metadata/Monsters/StandaloneMapBoss" Actor { main_hand_unarmed_type = "One_Hand_Mace" }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" extends "Metadata/Monsters/StandaloneMapBoss"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Undying/CityStalkerMaleMapBossStandalone"] = { name = "The Arbiter of Knowledge", life = 4, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 3.28, damageSpread = 0.2, attackTime = 1.425, attackRange = 12, accuracy = 1, skillList = { "MeleeAtAnimationSpeedUnique", "BookSparkMapBoss", "BookSparkOnDamageTaken", "BookProjectile", "BookMultiProjectile", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeedUnique"] = { 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["BookSparkMapBoss"] = { name = "Spark", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Launches unpredictable sparks that move randomly until they hit an enemy or expire.", skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Damage] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Lightning] = true, [SkillType.CanRapidFire] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.65, baseFlags = { spell = true, projectile = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "base_skill_effect_duration", "monster_projectile_variation", "base_projectile_speed_+%", "base_is_projectile", "always_pierce", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 10000, 1, -80, levelRequirement = 66, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["BookSparkOnDamageTaken"] = { name = "Spark", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Launches unpredictable sparks that move randomly until they hit an enemy or expire.", skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Damage] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Lightning] = true, [SkillType.CanRapidFire] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.65, baseFlags = { spell = true, projectile = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "base_skill_effect_duration", "monster_projectile_variation", "cast_on_damage_taken_%", "base_projectile_speed_+%", "cast_on_damage_taken_threshold", "monster_penalty_against_minions_damage_+%_final_vs_player_minions", "base_is_projectile", "always_pierce", "cast_on_damage_taken_also_tracks_dot", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 10000, 1, 100, -70, 4000, -40, levelRequirement = 66, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["BookProjectile"] = { name = "BookProjectile", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Damage] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.5, baseFlags = { attack = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_physical_damage_+%_final", "monster_projectile_variation", "spell_maximum_action_distance_+%", "base_projectile_speed_+%", "base_is_projectile", }, levels = { [1] = {0, 7, -30, 30, levelRequirement = 1, statInterpolation = {1}, cost = { }, }, [2] = {-10, 7, -30, 30, levelRequirement = 31, statInterpolation = {1}, cost = { }, }, [3] = {-20, 7, -30, 30, levelRequirement = 53, statInterpolation = {1}, cost = { }, }, [4] = {-30, 7, -30, 30, levelRequirement = 66, statInterpolation = {1}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["BookMultiProjectile"] = { name = "BookMultiProjectile", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Damage] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.5, baseFlags = { attack = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_physical_damage_+%_final", "monster_projectile_variation", "spell_maximum_action_distance_+%", "base_projectile_speed_+%", "number_of_additional_projectiles", "base_is_projectile", }, levels = { [1] = {-15, 7, -30, 30, 4, levelRequirement = 1, statInterpolation = {1}, cost = { }, }, [2] = {-25, 7, -30, 30, 4, levelRequirement = 31, statInterpolation = {1}, cost = { }, }, [3] = {-35, 7, -30, 30, 4, levelRequirement = 53, statInterpolation = {1}, cost = { }, }, [4] = {-40, 7, -30, 30, 4, levelRequirement = 66, statInterpolation = {1}, cost = { }, }, }, }
Velocidade de Conjuração aumentada em 35%
Id | MonsterMapBoss |
---|---|
Family | MonsterMapBoss |
Domains | monstro (3) |
GenerationType | unico (3) |
Req. level | 1 |
Stats |
Id | MonsterImplicitNemesisCurseDaemon |
---|---|
Name | Hexafonte |
Family | MonsterNemesis |
Domains | monstro (3) |
GenerationType | unico (3) |
Req. level | 1 |
+20% de Resistência a Caos aos Monstros
+30% de Resistência Elemental aos Monstros
heist contract alert level +% final [-5]
heist contract lockdown timer +% [5]
heist monster spawner alive limit +% [5]
map item drop quantity +% [13]
map item drop rarity +% [8]
Id | StunRepeatImmunityMapBoss_ |
---|---|
Family | Nothing |
Domains | monstro (3) |
GenerationType | unico (3) |
Req. level | 1 |
Stats |
O Árbitro do Conhecimento





Monstros concedem Experiência aumentada em 100%
Raridade dos Itens Derrubados aumentada em 15000%
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Raridade dos Itens Derrubados aumentada em 15000%
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
The Arbiter of Knowledge
Spectre | N |
---|---|
Tags | demon, elder_map_boss, flesh_armour, humanoid, is_unarmed, medium_movement, medium_small_height, non_attacking, not_int, red_blood, undying |
Vida
400%
Armadura
+25%
Evasão
+30%
Ailment Threshold
400%
Resistência




Damage
328%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 12
Attack Time
1.425 Second
Damage Spread
±20%
Experiência
200%
Model Size
115%
Type
CityStalkerMapBoss
Metadata
CityStalkerMaleMapBossElder
Object Type
version 2 extends "Metadata/Monsters/Monster" Life { corpse_usable = false } Stats { base_cannot_be_damaged = 1 base_cannot_be_stunned = 1 cannot_be_knocked_back = 1 is_hidden_monster = 1 immune_to_curses = 1 immune_to_auras_from_other_entities = 1 set_immune_vaal_lighting_warp = 1 } Transitionable { } Preload { preload_object = "Metadata/Monsters/ElderBosses/ElderAbsorb" preload_object = "Metadata/MiscellaneousObjects/ElderPortal" }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Transitionable { on_transition = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/entrance/affecting_target.epk );" create_transitioned = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/entrance/affecting_target_instant.epk );" } Animated { preload_animated_object = "Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/entrance/entrance.ao" preload_animated_object = "Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/absorb/absorb.ao" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Undying/CityStalkerMaleMapBossElder"] = { name = "The Arbiter of Knowledge", life = 4, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 3.28, damageSpread = 0.2, attackTime = 1.425, attackRange = 12, accuracy = 1, skillList = { }, modList = { }, }
Velocidade de Conjuração aumentada em 35%
Id | MonsterMapBoss |
---|---|
Family | MonsterMapBoss |
Domains | monstro (3) |
GenerationType | unico (3) |
Req. level | 1 |
Stats |
Id | MonsterImplicitNemesisCurseDaemon |
---|---|
Name | Hexafonte |
Family | MonsterNemesis |
Domains | monstro (3) |
GenerationType | unico (3) |
Req. level | 1 |
+20% de Resistência a Caos aos Monstros
+30% de Resistência Elemental aos Monstros
heist contract alert level +% final [-5]
heist contract lockdown timer +% [5]
heist monster spawner alive limit +% [5]
map item drop quantity +% [13]
map item drop rarity +% [8]
Id | StunRepeatImmunityMapBoss_ |
---|---|
Family | Nothing |
Domains | monstro (3) |
GenerationType | unico (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.