Fantasma olvidado
No muerto
Forgotten Phantasm
Spectre | N |
---|---|
Tags | Lanzador de hechizos, ghost, ghost_armour, is_unarmed, medium_height, medium_movement, not_dex, not_str, physical_affinity, ranged, undead |
Vida
100%
Energy Shield From Life
50%
Ailment Threshold
100%
Resistencia
20 20 20 0
Damage
100%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 6
Attack Time
1.17 Second
Damage Spread
±20%
Experiencia
100%
Model Size
125%
Type
SynthesisPhantasm
Metadata
PhantasmSpawned
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
68
Vida
6,433
Armadura
28,790
Evasión
4,739
Escudo de energía
3,064
Damage
374
Daño de hechizos
374
Precisión
290
Attack Time
1.17
Experiencia
10,255
Ailment Threshold
6,433
Chill
20
Shock
20
Brittle
115
Scorch
20
Sap
56
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).
WalkEmergeSynthesis
walk emerge distance [300]
SummonPhantasmFadingProjectile
Spell, Projectile, Damage
Probabilidad de golpe crítico: 5%
Efectividad del daño agregado: 150%
Tiempo de lanzamiento: 1.17 seg
Inflige de 547.3 a 820.9 de daño físico
Los proyectiles perforan a todos los objetivos
base is projectile [1]
Los proyectiles perforan a todos los objetivos
base is projectile [1]
SummonPhantasmFadingProjectile2
Spell, Projectile, Damage
Probabilidad de golpe crítico: 5%
Efectividad del daño agregado: 150%
Tiempo de lanzamiento: 1.17 seg
Inflige de 547.3 a 820.9 de daño físico
Los proyectiles perforan a todos los objetivos
base is projectile [1]
Los proyectiles perforan a todos los objetivos
base is projectile [1]
Object Type
version 2 extends "Metadata/Monsters/LeagueSynthesis/BossSpawnedMonsters/SynthesisPortalMonster"
Object Type Codes
version 2 extends "Metadata/Monsters/LeagueSynthesis/BossSpawnedMonsters/SynthesisPortalMonster"
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueSynthesis/PhantasmSpawned"] = { name = "Forgotten Phantasm", life = 1, energyShield = 0.5, fireResist = 20, coldResist = 20, lightningResist = 20, chaosResist = 0, damage = 1, damageSpread = 0.2, attackTime = 1.17, attackRange = 6, accuracy = 1, skillList = { "WalkEmergeSynthesis", "SummonPhantasmFadingProjectile", "SummonPhantasmFadingProjectile2", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["WalkEmergeSynthesis"] = { name = "WalkEmergeSynthesis", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.72, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { "walk_emerge_distance", }, levels = { [1] = {300, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SummonPhantasmFadingProjectile"] = { name = "SummonPhantasmFadingProjectile", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.Damage] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.17, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "base_is_projectile", "always_pierce", }, levels = { [1] = {0.80000001192093, 1.2000000476837, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SummonPhantasmFadingProjectile2"] = { name = "SummonPhantasmFadingProjectile2", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.Damage] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.17, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "base_is_projectile", "always_pierce", }, levels = { [1] = {0.80000001192093, 1.2000000476837, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, }