Summon Phantasm Unique /1 ⍟
+20% Chance to Block Attack Damage while wielding a Staff
Trigger Level 20 Summon Phantasm Skill when you Consume a corpse
(100–140)% increased Spell Damage
(25–30)% increased Cast Speed
(80–100)% increased Mana Regeneration Rate
Minions deal (45–51) to (66–78) additional Physical Damage
If you Consumed a corpse Recently, you and nearby Allies Regenerate 5% of Life per second
(Recently refers to the past 4 seconds)
Summoned Phantasm
Undead
SpectreN
Tagscaster, flesh_armour, ghost, is_unarmed, medium_movement, melee, not_dex, not_str, physical_affinity, ranged, red_blood, slashing_weapon, small_height, undead
Life
158%
Energy Shield From Life
50%
Ailment Threshold
158%
Resistance
40 40 40 20
Damage
110%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 6
Attack Time
1.17 Second
Damage Spread
±20%
Experience
110%
Model Size
100%
Type
SummonedPhantasm
Metadata
SummonedPhantasm
IsSummoned
Y
Level
68
Life
10,165
Armour
28,790
Evasion
4,739
Energy Shield
3,064
Damage
411
Spell Damage
411
Accuracy
290
Attack Time
1.17
Experience
11,281
Ailment Threshold
10,165
Chill
32
Shock
32
Brittle
182
Scorch
32
Sap
89
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Default Attack
Base Damage: 329–493
Critical Strike Chance: 5%
Attack Time: 1.17 sec
Strike your foes down with a powerful blow.
skill can fire arrows [1]
skill can fire wand projectiles [1]
SummonPhantasmFadingProjectile
Spell, Projectile, Damage
Critical Strike Chance: 5%
Effectiveness of Added Damage: 150%
Cast Time: 1.17 sec
Deals 547.3 to 820.9 Physical Damage
Projectiles Pierce all Targets
base is projectile [1]
SummonPhantasmFadingProjectile2
Spell, Projectile, Damage
Critical Strike Chance: 5%
Effectiveness of Added Damage: 150%
Cast Time: 1.17 sec
Deals 547.3 to 820.9 Physical Damage
Projectiles Pierce all Targets
base is projectile [1]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Stats
{
	set_item_drop_slots = 0
	set_cannot_spawn_support_ghosts = 1
}

Actor
{
	basic_action = "Emerge"
}

Life
{
	corpse_usable = false
}

Animated
{
	animated_object = "Metadata/Monsters/SummonedPhantasm/SummonedPhantasm.ao"
}

DiesAfterTime
{
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/SummonedPhantasm/SummonedPhantasm"] = {
    name = "Summoned Phantasm",
    life = 1.58,
    energyShield = 0.5,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 20,
    damage = 1.1,
    damageSpread = 0.2,
    attackTime = 1.17,
    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 = { }, },
    },
}
Summon Phantasm
Level: 20
Cast Time: 1.00 sec
Requires Level 70
Summons a Phantasm minion, which uses a piercing projectile spell that deals physical damage.
Maximum 10 Summoned Phantasm
Base duration is 15 seconds
This Skill is Triggered by a Unique Item
Trigger this Skill when you Consume a corpse
phantasm maximum added physical damage to grant [65]
phantasm minimum added physical damage to grant [42]
skill can own support ghosts [1]
Level Effect /1
Implicit
Trigger this Skill when you Consume a corpse
Base duration is 15 seconds
Maximum 10 Summoned Phantasm
This Skill is Triggered by a Unique Item
LevelRequires LevelExperience
2070
Attribute /7

Summon Phantasm

KeyValue
CostiLvl 1: Normal: 3xArmourer's Scrap · Normal: 10000xGold
AcronymIgnite
BaseType Summon Phantasm
TargetTypesGround, Enemy
TypeSpell, Minion, Duration, InbuiltTrigger, Triggerable, Triggered, CreatesMinion
MinionTypeDuration, Projectile, Spell, Damage, Physical
ActiveSkillsCodetriggered_summon_phantasm
Crucible Weapon /5
WeightDesc
500 (T3, T4)Socketed Gems are Supported by Level 15 Summon Phantasm
500 (T4)Socketed Gems are Supported by Level 15 Summon Phantasm
125 (T3, T4)Socketed Gems are Supported by Level 15 Summon Phantasm
125 (T4)Socketed Gems are Supported by Level 15 Summon Phantasm
1000 (T1, T2, T3, T4, T5)Socketed Gems are Supported by Level 30 Summon Phantasm
Supported By /18
  • Active Type: Spell, Minion, Duration, InbuiltTrigger, Triggerable, Triggered, CreatesMinion
  • IconName
    Faster Casting Support
    Supports non-instant spell skills.
    Minion Damage Support
    Supports skills which create Minions.
    Increased Duration Support
    Supports any skill with a duration.
    Minion Speed Support
    Supports skills which create Minions.
    Minion Life Support
    Supports skills which create Minions.
    Elemental Army Support
    Supports skills which create Minions.
    Less Duration Support
    Supports any skill that has a duration.
    Swift Affliction Support
    Supports any skill that has a duration, or can hit enemies to inflict ailments on them.
    Efficacy Support
    Supports any skill that deals damage or has a duration.
    Arcane Surge Support
    Each supported spell will track how much mana you spend on it, granting a buff when the total mana spent reaches a threshold. Cannot support skills used by totems, traps, mines or skills with a reservation.
    Summon Phantasm Support
    Supports skills that can hit enemies, or create minions. When those skills or minions kill enemies, or hit rare or unique enemies they will have a chance to summon a Phantasm minion, which uses a piercing projectile spell that deals physical damage.
    Feeding Frenzy Support
    Supports skills which create Minions.
    Predator Support
    Supports skills which create Minions.
    Meat Shield Support
    Supports skills which create Minions.
    Infernal Legion Support
    Supports skills which create Minions.
    Awakened Swift Affliction Support
    Supports any skill that has a duration, or can hit enemies to inflict ailments on them.
    Awakened Minion Damage Support
    Supports skills which create Minions.
    Fresh Meat Support
    Supports skills that create minions.
    Edit

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