Summon Phantasm Unique /1
+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| Spectre | N |
|---|---|
| Tags | Caster, 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
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
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
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%
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).
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
{
}
-- 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 = { }, },
},
}
| key | val |
|---|---|
| Stats.item_drop_slots | 0 |
| Stats.energy_shield_recharge_rate_per_minute_% | 2000 |
| Stats.mana_regeneration_rate_per_minute_% | 100 |
| Stats.base_maximum_mana | 200 |
| Stats.maximum_physical_damage_reduction_% | 75 |
| Stats.max_viper_strike_orbs | 4 |
| Stats.base_maximum_all_resistances_% | 75 |
| Stats.max_fuse_arrow_orbs | 5 |
| Stats.max_fire_beam_stacks | 8 |
| Stats.max_charged_attack_stacks | 10 |
| Stats.base_critical_strike_multiplier | 130 |
| Stats.critical_ailment_dot_multiplier_+ | 30 |
| Stats.max_endurance_charges | 3 |
| Stats.max_frenzy_charges | 3 |
| Stats.max_power_charges | 3 |
| Stats.base_attack_speed_+%_per_frenzy_charge | 4 |
| Stats.base_attack_speed_+%_per_frenzy_charge_if_not_player_minion | 11 |
| Stats.base_cast_speed_+%_per_frenzy_charge | 4 |
| Stats.base_cast_speed_+%_per_frenzy_charge_if_not_player_minion | 11 |
| Stats.movement_velocity_+%_per_frenzy_charge_if_not_player_minion | 5 |
| Stats.object_inherent_damage_+%_final_per_frenzy_charge | 4 |
| Stats.physical_damage_reduction_%_per_endurance_charge | 4 |
| Stats.physical_damage_reduction_%_per_endurance_charge_if_not_player_minion | 11 |
| Stats.resist_all_elements_%_per_endurance_charge | 4 |
| Stats.resist_all_elements_%_per_endurance_charge_if_not_player_minion | 11 |
| Stats.critical_strike_chance_+%_per_power_charge | 50 |
| Stats.critical_strike_chance_+%_per_power_charge_if_not_player_minion | 150 |
| Stats.maximum_block_% | 75 |
| Stats.base_maximum_spell_block_% | 75 |
| Stats.base_number_of_totems_allowed | 1 |
| Stats.base_number_of_traps_allowed | 3 |
| Stats.base_number_of_remote_mines_allowed | 5 |
| Stats.movement_velocity_cap | 128 |
| Stats.maximum_life_leech_rate_%_per_minute | 1200 |
| Stats.maximum_mana_leech_rate_%_per_minute | 1200 |
| Stats.maximum_energy_shield_leech_rate_%_per_minute | 600 |
| Stats.monster_ignite_damage_+%_final | -72 |
| Stats.monster_bleeding_damage_+%_final | -86 |
| Stats.monster_poison_damage_+%_final | -50 |
| Stats.bleeding_moving_damage_%_of_base_override | 500 |
| Stats.max_azurite_debuff_stacks | 10 |
| Stats.impaled_debuff_base_duration_ms | 8000 |
| Stats.impaled_debuff_number_of_reflected_hits | 5 |
| Stats.ignore_skill_weapon_restrictions | 1 |
| Stats.base_total_number_of_sigils_allowed | 3 |
| Stats.maximum_life_leech_amount_per_leech_%_max_life | 10 |
| Stats.maximum_mana_leech_amount_per_leech_%_max_mana | 10 |
| Stats.maximum_energy_shield_leech_amount_per_leech_%_max_energy_shield | 10 |
| Stats.object_inherent_melee_hit_stun_duration_+%_final | 20 |
| Stats.scale_melee_range_to_actor_scale | 1 |
| Stats.use_melee_pattern_range | 1 |
| Stats.actor_scale_+%_limit | 100 |
| Stats.damage_taken_when_hit_+%_final_per_fortification | -1 |
| Stats.base_max_fortification | 20 |
| Stats.soul_eater_maximum_stacks | 45 |
| Stats.cannot_spawn_support_ghosts | 1 |
| ObjectMagicProperties.stat_description_list | Metadata/StatDescriptions/monster_stat_descriptions.txt |
| Positioned.blocking | true |
| Positioned.team | 0 |
| Positioned.serialise_collidable | true |
| BaseEvents.server_only | true |
| Actor.basic_action | Move, Flee, StrafeLeft, StrafeRight, Advance, DoNothing, MonsterPickup, Emerge |
| Actor.slow_animations_go_to_idle | true |
| Life.corpse_usable | false |
| Animated.animated_object | Metadata/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 |
| Level | Requires Level | Experience |
|---|---|---|
| 25 | 80 |
Attribute /5
Summon Phantasm
| Name | Show Full Descriptions |
|---|---|
| BaseType | Summon Phantasm |
| TargetTypes | Ground, Enemy |
| Type | Spell, Minion, Duration, InbuiltTrigger, Triggerable, Triggered, CreatesMinion |
| MinionType | Duration, Projectile, Spell, Damage, Physical |
| ActiveSkillsCode | triggered_summon_phantasm |
Crucible Weapon /5
| Weight | Desc |
|---|---|
| 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 /121
Added Fire Damage Support
Supports any skill that hits enemies.
Knockback Support
Supports any skill that hits enemies.
Life Leech Support
Supports any skill that hits enemies, causing those hits to leech life based on damage dealt.
Stun Support
Supports any skill that hits enemies, making it easier to stun enemies with those skills.
More Duration Support
Supports any skill with a duration.
Cold to Fire Support
Supports any skill that hits enemies.
Iron Will Support
Supports spell skills, making the increase to physical melee damage from strength also increase their spell damage.
Fire Penetration Support
Supports any skill that hits enemies, making those hits penetrate enemy fire resistance.
Burning Damage Support
Supports any skill that hits enemies, or can deal burning damage directly.
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.
Less Duration Support
Supports any skill that has a duration.
Brutality Support
Supports any skill that deals damage.
Awakened Added Fire Damage Support
Supports any skill that hits enemies.
Awakened Brutality Support
Supports any skill that deals damage.
Awakened Burning Damage Support
Supports any skill that hits enemies, or can deal burning damage directly.
Awakened Fire Penetration Support
Supports any skill that hits enemies, making those hits penetrate enemy fire resistance.
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.
Cruelty Support
Supports any skill that hits enemies. Minions cannot gain Cruelty.
Lifetap Support
Supports any non-blessing skill. Minions cannot gain the Lifetap buff.
Divine Sentinel Support
Supports skills that create sentinel minions, causing those minions to be created with a beneficial templar aura.
Annihilation Support
Supports any skill that hits enemies.
Transfusion Support
Supports non-blessing spells.
Greater Multiple Projectiles Support
Supports projectile skills.
Multiple Projectiles Support
Supports projectile skills.
Faster Projectiles Support
Supports projectile skills.
Added Cold Damage Support
Supports any skill that hits enemies.
Pierce Support
Supports projectile skills.
Culling Strike Support
Supports any skill that hits enemies. If enemies are left below 10% of maximum life after being hit by these skills, they will be killed.
Chance to Flee Support
Supports any skill that hits enemies.
Blind Support
Supports any skill that hits enemies.
Cold Penetration Support
Supports any skill that hits enemies, making those hits penetrate enemy cold resistance.
Chain Support
Supports projectile skills, and any other skills that chain.
Fork Support
Supports projectile skills, making their projectiles fork into two projectiles the first time they hit an enemy and don't pierce it.
Returning Projectiles Support
Supports projectile skills.
Slower Projectiles Support
Supports projectile skills.
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.
Block Chance Reduction Support
Supports any skill that hits enemies.
Ice Bite Support
Supports any skill you use to hit enemies yourself. Cannot support skills used by totems, traps, or mines.
Hypothermia Support
Supports any skill that deals damage.
Critical Strike Affliction Support
Supports any skill that hits enemies.
Void Manipulation Support
Supports any skill that deals damage.
Swift Affliction Support
Supports any skill that has a duration, or can hit enemies to inflict ailments on them.
Chance to Poison Support
Supports any skill that hits enemies.
Deadly Ailments Support
Supports any skill that hits enemies.
Vile Toxins Support
Supports any skill that hits enemies.
Awakened Added Cold Damage Support
Supports any skill that hits enemies.
Awakened Chain Support
Supports projectile skills, and any other skills that chain.
Awakened Cold Penetration Support
Supports any skill that hits enemies, making those hits penetrate enemy cold resistance.
Awakened Deadly Ailments Support
Supports any skill that hits enemies.
Awakened Fork Support
Supports projectile skills, making their projectiles fork into two projectiles the first two times they hit an enemy and don't pierce it.
Awakened Greater Multiple Projectiles Support
Supports projectile skills.
Awakened Swift Affliction Support
Supports any skill that has a duration, or can hit enemies to inflict ailments on them.
Awakened Void Manipulation Support
Supports any skill that deals damage.
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.
Sadism Support
Supports any skill that hits enemies.
Machinations Support
Supports skills that hit enemies. Cannot modify the skills of minions.
Cull the Weak Support
Supports any skill that hits enemies. If normal or magic enemies are left below a percentage of maximum life after being hit by these skills, they will be killed.
Greater Fork Support
Supports projectile skills, making their projectiles fork into two projectiles the first two times they hit an enemy and don't pierce it.
Greater Chain Support
Supports projectile skills, and any other skills that chain.
Lethal Dose Support
Supports any skill that hits enemies.
Unholy Trinity Support
Supports skills that hit enemies, causing them to gain bonuses while you have unholy resonance of lightning, physical and chaos, and to grant unholy resonance of damage types other than the highest one in a hit. There is a maximum of 50 unholy resonance for each damage type. Cannot support triggered skills, instant skills, orb skills, brands, skills with a reservation, or skills used by totems, traps, or mines. Cannot modify the skills of minions.
Added Lightning Damage Support
Supports any skill that hits enemies.
Increased Critical Strikes Support
Supports any skill that hits enemies.
Increased Critical Damage Support
Supports any skill that hits enemies.
Added Chaos Damage Support
Supports any skill that hits enemies.
Item Rarity Support
Supports any skill that can kill enemies.
Faster Casting Support
Supports non-instant spell skills.
Minion Damage Support
Supports skills which create Minions.
Combustion Support
Supports any skill that hits enemies.
Minion Speed Support
Supports skills which create Minions.
Minion Life Support
Supports skills which create Minions.
Elemental Proliferation Support
Supports any skill that hits enemies, or could otherwise apply elemental ailments.
Lightning Penetration Support
Supports any skill that hits enemies, making those hits penetrate enemy lightning resistance.
Elemental Penetration Support
Supports any skill that hits enemies, making those hits penetrate enemy elemental resistances.
Power Charge On Critical Support
Supports any skill that hits enemies.
Elemental Army Support
Supports skills which create Minions.
Hextouch Support
Must support both a skill that hits enemies, and a hex curse skill to work. The hex will be applied when enemies are hit by the other skill. Cannot support totems, traps, or mines. Minions cannot apply hexes this way.
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.
Physical to Lightning Support
Supports any skill that hits enemies.
Innervate Support
Supports any skill you use to hit enemies yourself. Cannot support skills used by totems, traps, or mines.
Controlled Destruction Support
Supports attack skills, or spell skills that deal damage.
Elemental Focus Support
Supports any skill that hits or burns enemies, or inflicts elemental ailments.
Ignite Proliferation Support
Supports any skill that hits enemies.
Decay Support
Supports any skill that hits enemies.
Efficacy Support
Supports any skill that deals damage or has a duration.
Immolate Support
Supports any skill that hits enemies.
Unbound Ailments Support
Supports any skill that hits enemies or inflicts ailments
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.
Bonechill Support
Supports any skill that can chill enemies or create chilling areas.
Energy Leech Support
Supports any skill that hits enemies, causing those hits to leech energy shield based on damage dealt.
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 Added Chaos Damage Support
Supports any skill that hits enemies.
Awakened Added Lightning Damage Support
Supports any skill that hits enemies.
Awakened Controlled Destruction Support
Supports attack skills, or spell skills that deal damage.
Awakened Hextouch Support
Must support both a skill that hits enemies, and a hex curse skill to work. The hex will be applied when enemies are hit by the other skill. Cannot support totems, traps, or mines. Minions cannot apply hexes this way.
Awakened Elemental Focus Support
Supports any skill that hits or burns enemies, or inflicts elemental ailments.
Awakened Lightning Penetration Support
Supports any skill that hits enemies, making those hits penetrate enemy lightning resistance.
Awakened Minion Damage Support
Supports skills which create Minions.
Awakened Unbound Ailments Support
Supports any skill that hits enemies or inflicts ailments
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.
Archmage Support
Supports spell skills that deal damage with hits and have no reservation. Cannot support arcane skills, Brand skills, Orb skills, Vaal skills, or skills used by totems, traps or mines. Cannot modify the skills of minions.
Pinpoint Support
Supports projectile spells you cast yourself. Cannot support triggered skills, Vaal skills, instant skills, channelling skills, skills with a reservation or which create minions, or skills used by totems, traps, or mines.
Trinity Support
Supports skills that hit enemies, causing them to gain bonuses while you have resonance of all three elements, and to grant resonance of elements other than the highest one in a hit. There is a maximum of 50 Resonance for each Element. Cannot support triggered skills, instant skills, orb skills, brands, skills with a reservation, or skills used by totems, traps, or mines. Cannot modify the skills of minions.
Overcharge Support
Supports any skill that hits enemies.
Spellblade Support
Supports spells that hit enemies. Cannot modify the skills of minions.
Devour Support
Supports any skill that hits enemies.
Fresh Meat Support
Supports skills that create minions.
Sacrifice Support
Supports spell skills that hit enemies and have no reservation. Cannot support brand skills, orb skills, channelling skills, arcane skills, Vaal skills or skills used by traps or mines. Cannot modify the skills of minions.
Invert the Rules Support
Supports any skill that hits enemies.
Gluttony Support
Supports Projectile Spells you cast yourself. Cannot support orb skills, triggered skills, brand skills, Vaal skills, channelling skills, skills with a reservation, or skills used by things other than you.
Congregation Support
Supports skills which create Minions.
Frostmage Support
Supports spell skills that deal damage with hits and have no reservation. Cannot support arcane skills, Brand skills, Orb skills, Vaal skills, or skills used by totems, traps or mines. Cannot modify the skills of minions.
Greater Devour Support
Supports any skill that hits enemies.
Minion Pact Support
Supports spell skills that hit enemies and have no reservation. Cannot support brand skills, orb skills, channelling skills, arcane skills, Vaal skills or skills used by traps or mines. Cannot modify the skills of minions.
Living Lightning Support
Supports Skills which cause Damaging Hits, causing them to trigger Summon Living Lightning when dealing lightning damage. Cannot support skills used by totems, traps, or mines. Cannot modify the skills of Minions.
Exemplar Support
Supports skills that create minions.
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.
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.