MirageVillageShippingSanctumArchnemesisExpeditionDetonatorUltimatumAltarRitualRuneHeistSumgglersCacheHarvestPortalAfflictionInitiatorBlightCoreLegionInitiatorBetrayalSymbolCatarinaDelveMineralVeinIncursionCraftingBenchBestiaryRareMonsterAbyssBreachEssenceStrongboxShrine
Summon Phantasm Unique /1
TopDownStaveIcon
+25% Chance to Block Attack Damage while wielding a Staff
Trigger Level 25 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 (90—102) to (132—156) 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
MonsterResistanceIconFire MonsterResistanceIconCold MonsterResistanceIconLightning MonsterResistanceIconChaos
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
MonsterResistanceIconFire40 MonsterResistanceIconCold40 MonsterResistanceIconLightning40 MonsterResistanceIconChaos20
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 Rating
4,739
Energy Shield
4,840
Damage
411
Spell Damage
411
Accuracy
580
Attack Time
1.17
Experience
11,281
Minion Life
2,205
Minion Energy Shield
1,050
Minion Damage
328
Ailment Threshold
10,165
Chill
32
Shock
32
Brittle
182
Scorch
32
Sap
89
Phys Convert Ele
240%
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]
iconbasicattack
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
{
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/SummonedPhantasm/SummonedPhantasm"] = {
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 20,
    name = "Summoned Phantasm",
    life = 1.58,
    energyShield = 0.5,
    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 = { }, },
    },
}
keyval
Stats.item_drop_slots0
Stats.energy_shield_recharge_rate_per_minute_%2000
Stats.mana_regeneration_rate_per_minute_%100
Stats.base_maximum_mana200
Stats.maximum_physical_damage_reduction_%75
Stats.max_viper_strike_orbs4
Stats.base_maximum_all_resistances_%75
Stats.max_fuse_arrow_orbs5
Stats.max_fire_beam_stacks8
Stats.max_charged_attack_stacks10
Stats.base_critical_strike_multiplier130
Stats.critical_ailment_dot_multiplier_+30
Stats.max_endurance_charges3
Stats.max_frenzy_charges3
Stats.max_power_charges3
Stats.base_attack_speed_+%_per_frenzy_charge4
Stats.base_attack_speed_+%_per_frenzy_charge_if_not_player_minion11
Stats.base_cast_speed_+%_per_frenzy_charge4
Stats.base_cast_speed_+%_per_frenzy_charge_if_not_player_minion11
Stats.movement_velocity_+%_per_frenzy_charge_if_not_player_minion5
Stats.object_inherent_damage_+%_final_per_frenzy_charge4
Stats.physical_damage_reduction_%_per_endurance_charge4
Stats.physical_damage_reduction_%_per_endurance_charge_if_not_player_minion11
Stats.resist_all_elements_%_per_endurance_charge4
Stats.resist_all_elements_%_per_endurance_charge_if_not_player_minion11
Stats.critical_strike_chance_+%_per_power_charge50
Stats.critical_strike_chance_+%_per_power_charge_if_not_player_minion150
Stats.maximum_block_%75
Stats.base_maximum_spell_block_%75
Stats.base_number_of_totems_allowed1
Stats.base_number_of_traps_allowed3
Stats.base_number_of_remote_mines_allowed5
Stats.movement_velocity_cap128
Stats.maximum_life_leech_rate_%_per_minute1200
Stats.maximum_mana_leech_rate_%_per_minute1200
Stats.maximum_energy_shield_leech_rate_%_per_minute600
Stats.monster_ignite_damage_+%_final-72
Stats.monster_bleeding_damage_+%_final-86
Stats.monster_poison_damage_+%_final-50
Stats.bleeding_moving_damage_%_of_base_override500
Stats.max_azurite_debuff_stacks10
Stats.impaled_debuff_base_duration_ms8000
Stats.impaled_debuff_number_of_reflected_hits5
Stats.ignore_skill_weapon_restrictions1
Stats.base_total_number_of_sigils_allowed3
Stats.maximum_life_leech_amount_per_leech_%_max_life10
Stats.maximum_mana_leech_amount_per_leech_%_max_mana10
Stats.maximum_energy_shield_leech_amount_per_leech_%_max_energy_shield10
Stats.object_inherent_melee_hit_stun_duration_+%_final20
Stats.scale_melee_range_to_actor_scale1
Stats.use_melee_pattern_range1
Stats.actor_scale_+%_limit100
Stats.damage_taken_when_hit_+%_final_per_fortification-1
Stats.base_max_fortification20
Stats.soul_eater_maximum_stacks45
Stats.cannot_spawn_support_ghosts1
ObjectMagicProperties.stat_description_listMetadata/StatDescriptions/monster_stat_descriptions.txt
Positioned.blockingtrue
Positioned.team0
Positioned.serialise_collidabletrue
BaseEvents.server_onlytrue
Actor.basic_actionMove, Flee, StrafeLeft, StrafeRight, Advance, DoNothing, MonsterPickup, Emerge
Actor.slow_animations_go_to_idletrue
Life.corpse_usablefalse
Animated.animated_objectMetadata/Monsters/SummonedPhantasm/SummonedPhantasm.ao
Summon Phantasm
Level: 25
Cast Time: 1.00 sec
Summons a Phantasm minion, which uses a piercing projectile spell that deals physical damage.
Maximum 11 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 [74]
phantasm minimum added physical damage to grant [48]
skill can own support ghosts [1]
Level Effect /1
Implicit
Trigger this Skill when you Consume a corpse
Base duration is 15 seconds
Maximum 11 Summoned Phantasm
This Skill is Triggered by a Unique Item
LevelRequires LevelExperience
2580
Attribute /5

Summon Phantasm

NameShow Full Descriptions
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 /30
  • Active Type: Spell, Minion, Duration, InbuiltTrigger, Triggerable, Triggered, CreatesMinion
  • IncreasedDuration
    More Duration Support
    Supports any skill with a duration.
    Empower
    Empower Support
    Supports any skill gem. Once this gem reaches level 2 or above, will raise the level of supported gems. Cannot support skills that don't come from gems.
    ReduceDuration
    Less Duration Support
    Supports any skill that has a duration.
    EmpowerPlus
    Awakened Empower Support
    Supports any skill gem. Once this gem reaches level 2 or above, will raise the level of supported gems. Cannot support skills that don't come from gems.
    LifeTap
    Lifetap Support
    Supports any non-blessing skill. Minions cannot gain the Lifetap buff.
    DivineSentinelSupport
    Divine Sentinel Support
    Supports skills that create sentinel minions, causing those minions to be created with a beneficial templar aura.
    TransfusionSupport
    Transfusion Support
    Supports non-blessing spells.
    enhance
    Enhance Support
    Supports any skill gem. Once this gem reaches level 2 or above, will raise the quality of supported gems. Cannot support skills that don't come from gems.
    SupportRapidDecayGem
    Swift Affliction Support
    Supports any skill that has a duration, or can hit enemies to inflict ailments on them.
    SupportRapidDecayPlus
    Awakened Swift Affliction Support
    Supports any skill that has a duration, or can hit enemies to inflict ailments on them.
    enhanceplus
    Awakened Enhance Support
    Supports any skill gem. Once this gem reaches level 2 or above, will raise the quality of supported gems. Cannot support skills that don't come from gems.
    FasterCast
    Faster Casting Support
    Supports non-instant spell skills.
    MinionDamage
    Minion Damage Support
    Supports skills which create Minions.
    MinionSpeed
    Minion Speed Support
    Supports skills which create Minions.
    MinionLife
    Minion Life Support
    Supports skills which create Minions.
    SummonsElementalResists
    Elemental Army Support
    Supports skills which create Minions.
    Enlighten
    Enlighten Support
    Supports any skill gem. Once this gem reaches level 2 or above, will apply a cost & reservation multiplier to supported gems. Cannot support skills that don't come from gems.
    Efficacy
    Efficacy Support
    Supports any skill that deals damage or has a duration.
    ArcaneSurge
    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.
    SummonPhantasm
    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.
    OffensiveMinion
    Feeding Frenzy Support
    Supports skills which create Minions.
    MinionFocusFire
    Predator Support
    Supports skills which create Minions.
    DefensiveMinion
    Meat Shield Support
    Supports skills which create Minions.
    InfernalLegionSupportGem
    Infernal Legion Support
    Supports skills which create Minions.
    MinionDamagePlus
    Awakened Minion Damage Support
    Supports skills which create Minions.
    Enlightenplus
    Awakened Enlighten Support
    Supports any skill gem. Once this gem reaches level 2 or above, will apply a cost & reservation multiplier to supported gems. Cannot support skills that don't come from gems.
    FreshMeat
    Fresh Meat Support
    Supports skills that create minions.
    UndeadArmy
    Congregation Support
    Supports skills which create Minions.
    ExemplarSupport
    Exemplar Support
    Supports skills that create minions.
    Eclipse
    Eclipse Support
    Supports any skill gem. Cannot support skills that don't come from gems.
    Edit

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