MirageVillageShippingSanctumArchnemesisExpeditionDetonatorUltimatumAltarRitualRuneHeistSumgglersCacheHarvestPortalAfflictionInitiatorBlightCoreLegionInitiatorBetrayalSymbolCatarinaDelveMineralVeinIncursionCraftingBenchBestiaryRareMonsterAbyssBreachEssenceStrongboxShrine
Fantasma Antigo
Morto-vivo
IconEnemyResistanceFire IconEnemyResistanceCold IconEnemyResistanceLightning
25% de chance de Amaldiçoar Inimigos com Grilhões Temporais ao Acertar
Ancient Phantasm
Spectre
TagsConjurador, delve_monster, flesh_armour, ghost, is_unarmed, medium_movement, melee, no_pantheon_mod, not_dex, not_str, physical_affinity, ranged, red_blood, slashing_weapon, small_height, undead
Vida
168%
Energy Shield From Life
50%
Ailment Threshold
168%
Resistência
IconEnemyResistanceFire20% IconEnemyResistanceCold20% IconEnemyResistanceLightning20% IconEnemyResistanceChaos0%
Damage
120%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 6
Attack Time
1.755 Second
Damage Spread
±20%
Experiência
120%
Model Size
100%
Type
DelvePhantasm
Metadata
SummonedPhantasm
Nível
68
Vida
10,808
Armadura
28,790
Evasão
4,739
Escudo de Energia
5,147
Damage
448
Dano Mágico
448
Precisão
580
Attack Time
1.755
Experiência
12,306
Minion Life
2,344
Minion Energy Shield
1,116
Minion Damage
358
Ailment Threshold
10,808
Chill
34
Shock
34
Brittle
193
Scorch
34
Sap
94
Phys Convert Ele
240%
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 359538
Chance de Crítico: 5%
Attack Time: 1.755 seg
Abate seus inimigos com um golpe poderoso.
skill can fire arrows [1]
skill can fire wand projectiles [1]
iconbasicattack
SummonPhantasmFadingProjectile
Spell, Projectile, Damage
Chance de Crítico: 5%
Eficácia do Dano Adicionado: 150%
Tempo de Conjuração: 1.17 seg
always pierce [1]
base is projectile [1]
spell maximum base physical damage [820.9]
spell minimum base physical damage [547.3]
SummonPhantasmFadingProjectile2
Spell, Projectile, Damage
Chance de Crítico: 5%
Eficácia do Dano Adicionado: 150%
Tempo de Conjuração: 1.17 seg
always pierce [1]
base is projectile [1]
spell maximum base physical damage [820.9]
spell minimum base physical damage [547.3]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Actor
{
	basic_action = "Emerge"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueDelve/GhostEncounter/SummonedPhantasm"] = {
    fireResist = 20,
    coldResist = 20,
    lightningResist = 20,
    chaosResist = 0,
    name = "Ancient Phantasm",
    life = 1.68,
    energyShield = 0.5,
    damage = 1.2,
    damageSpread = 0.2,
    attackTime = 1.755,
    attackRange = 6,
    accuracy = 1,
    skillList = {
        "Melee",
        "SummonPhantasmFadingProjectile",
        "SummonPhantasmFadingProjectile2",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["Melee"] = {
    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",
    },
    levels = {
        [1] = {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 = { }, },
    },
}
25% de chance de Amaldiçoar Inimigos com Grilhões Temporais ao Acertar
FamilyMonsterChanceToTemporalChainsOnHit
Domainsmonstro (3)
GenerationTypeunico (3)
Req. level1
Stats
  • curse on hit % temporal chains 25 25 Global
  • Craft TagsConjurador Maldição
    Edit

    Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.