Arquimago da Guarda Negra
Ancestral
visual attached elder tentacles [1]
20% de Chance de Bloquear o Dano Mágico
Você sofre 10% do Dano de Acertos Bloqueados
20% de Chance de Bloquear o Dano Mágico
Você sofre 10% do Dano de Acertos Bloqueados
Dano aumentado em 30%
Velocidade de Ataque aumentada em 40%
Velocidade de Movimento aumentada em 40%
Dano recebido reduzido em 25%
Velocidade de Ataque aumentada em 40%
Velocidade de Movimento aumentada em 40%
Dano recebido reduzido em 25%
Elder-Blessed Arcmage
Spectre | N |
---|---|
Tags | Conjurador, eldritch, hard_armour, has_wand, human, humanoid, lightning_affinity, medium_height, medium_movement, military, no_legacy_of_zeal, not_dex, physical_affinity, ranged, red_blood, summoner |
Packs |
Vida
90%
Energy Shield From Life
50%
Armadura
+25%
Ailment Threshold
90%
Resistência
0 0 75 0
Damage
79%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 40
Attack Time
1.305 Second
Damage Spread
±20%
Experiência
100%
Model Size
100%
Type
AxisCaster
Metadata
AxisCasterArcTentacles
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
68
Vida
5,790
Armadura
35,988
Evasão
4,739
Escudo de Energia
3,064
Damage
295
Dano Mágico
295
Precisão
290
Attack Time
1.305
Experiência
10,255
Ailment Threshold
5,790
Chill
18
Shock
18
Brittle
104
Scorch
18
Sap
51
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 236–354
Chance de Crítico: 5%
Attack Time: 1.305 seg
Abate seus inimigos com um golpe poderoso.
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
MonsterLightningThorns
Spell, Buff, Duration, Lightning, Triggerable
Tempo de Conjuração: 2 seg
Recarga: 3.5 seg
Duração base é de 3.5 segundos
AxisCasterArc
Spell, Damage, Trappable, Totemable, Mineable, Chains, Multicastable, Triggerable, Lightning, CanRapidFire
Arco Elétrico
Chance de Crítico: 5%
Eficácia do Dano Adicionado: 70%
Tempo de Conjuração: 1 seg
Um arco relampejante sai do conjurador para um inimigo alvo e ricocheteia para outros inimigos, mas não retorna imediatamente. Cada vez que o raio ricochetear, ele também ricocheteará para um segundo inimigo que o arco principal ainda não atingiu, mas o arco elétrico secundário não pode ricochetear.
Causa 256.6 a 769.9 de Dano de Raio
Alcance da Habilidade reduzido em 50%
Ricocheteia +1 Vezes
10% de chance de Eletrizar inimigos
Alcance da Habilidade reduzido em 50%
Ricocheteia +1 Vezes
10% de chance de Eletrizar inimigos
AxisClaimSoldierMinions
Spell, Minion, Area, AreaSpell, CreatesMinion
Tempo de Conjuração: 1 seg
TentaclePortalWalkEmerge
walk emerge distance [150]
walk emerge height offset [-100]
walk emerge height offset [-100]
Object Type
version 2 extends "Metadata/Monsters/Axis/AxisCaster"
Object Type Codes
version 2 extends "Metadata/Monsters/Axis/AxisCaster" BaseEvents { on_construction_complete = "AddEffectPack( Metadata/Effects/Microtransactions/Spells/raise_spectre/shadow_mirror/shadow_mirror_EPK.epk );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Axis/AxisCasterArcTentacles"] = { name = "Elder-Blessed Arcmage", life = 0.9, energyShield = 0.5, fireResist = 0, coldResist = 0, lightningResist = 75, chaosResist = 0, damage = 0.79, damageSpread = 0.2, attackTime = 1.305, attackRange = 40, accuracy = 1, weaponType1 = "Wand", weaponType2 = "Shield", skillList = { "MeleeAtAnimationSpeed", "AxisCasterArc", "MonsterLightningThorns", "AxisClaimSoldierMinions", "TentaclePortalWalkEmerge", }, 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["AxisCasterArc"] = { name = "Arc", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "An arc of lightning reaches from the caster to a targeted enemy and chains to other enemies, but not immediately back. Each time the arc chains, it will also chain a secondary arc to another enemy that the main arc has not already hit, which cannot chain further.", skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Chains] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Lightning] = true, [SkillType.CanRapidFire] = true, }, statDescriptionScope = "beam_skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", "base_chance_to_shock_%", "number_of_chains", "skill_range_+%", }, levels = { [1] = {0.5, 1.5, 10, 1, -50, critChance = 5, levelRequirement = 3, statInterpolation = {3, 3}, cost = { }, }, [2] = {0.5, 1.5, 10, 1, -50, critChance = 5, levelRequirement = 8, statInterpolation = {3, 3}, cost = { }, }, [3] = {0.5, 1.5, 10, 1, -50, critChance = 5, levelRequirement = 12, statInterpolation = {3, 3}, cost = { }, }, [4] = {0.5, 1.5, 10, 1, -50, critChance = 5, levelRequirement = 25, statInterpolation = {3, 3}, cost = { }, }, [5] = {0.5, 1.5, 10, 1, -50, critChance = 5, levelRequirement = 32, statInterpolation = {3, 3}, cost = { }, }, [6] = {0.5, 1.5, 10, 1, -50, critChance = 5, levelRequirement = 70, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MonsterLightningThorns"] = { name = "MonsterLightningThorns", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Buff] = true, [SkillType.Duration] = true, [SkillType.Lightning] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 2, baseFlags = { spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "base_skill_effect_duration", }, levels = { [1] = {3500, levelRequirement = 3, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["AxisClaimSoldierMinions"] = { name = "AxisClaimSoldierMinions", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Minion] = true, [SkillType.Area] = true, [SkillType.AreaSpell] = true, [SkillType.CreatesMinion] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["TentaclePortalWalkEmerge"] = { name = "TentaclePortalWalkEmerge", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.3, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { "walk_emerge_distance", "walk_emerge_height_offset", }, levels = { [1] = {150, -100, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
visual attached elder tentacles [1]
Id | MonsterTentacles_ |
---|---|
Family | MonsterTentacles |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
20% de Chance de Bloquear o Dano Mágico
Você sofre 10% do Dano de Acertos Bloqueados
Id | MonsterSpellBlock25Bypass30___ |
---|---|
Family | MonsterBlockAndBypass |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | block |
Dano aumentado em 30%
Velocidade de Ataque aumentada em 40%
Velocidade de Movimento aumentada em 40%
Dano recebido reduzido em 25%
Id | ChimeraMinionFerocity |
---|---|
Family | ChimeraMinionFerocity |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | damage attack speed |
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.