from Supported Skills, deal a Killing Blow
from Supported Skills, Hit a Rare or Unique Enemy
Additional Effects From Quality:
from Supported Skills, deal a Killing Blow
Quest /2
Act | Quest | NPC | Character |
---|---|---|---|
1 | Mercy Mission | Quest Reward | Witch · Scion |
1 | Mercy Mission | Nessa | Scion · Shadow · Templar · Witch |
Genus
Level Effect /40
Implicit |
---|
Cost & Reservation Multiplier: 120% |
Level | Requires Level | Int | 50% chance to Summon a Phantasm when Supported Skills, or Non-Phantasm Minions from Supported Skills, deal a Killing Blow | Maximum 5 Summoned Phantasm | Experience |
---|---|---|---|---|---|
1 | 4 | 12 | 50 | 5 | 841 |
2 | 6 | 15 | 51 | 5 | 3,099 |
3 | 9 | 19 | 52 | 5 | 7,433 |
4 | 12 | 24 | 53 | 6 | 22,895 |
5 | 16 | 30 | 54 | 6 | 49,725 |
6 | 20 | 36 | 55 | 6 | 95,714 |
7 | 24 | 42 | 56 | 7 | 169,595 |
8 | 28 | 48 | 57 | 7 | 283,759 |
9 | 32 | 54 | 58 | 7 | 453,996 |
10 | 36 | 60 | 59 | 8 | 703,128 |
11 | 40 | 66 | 60 | 8 | 1,061,223 |
12 | 44 | 72 | 61 | 8 | 2,065,870 |
13 | 48 | 78 | 62 | 9 | 2,507,110 |
14 | 52 | 84 | 63 | 9 | 2,573,731 |
15 | 55 | 88 | 64 | 9 | 7,611,351 |
16 | 58 | 93 | 65 | 9 | 13,437,908 |
17 | 61 | 97 | 66 | 10 | 25,052,147 |
18 | 64 | 102 | 67 | 10 | 43,869,436 |
19 | 67 | 106 | 68 | 10 | 242,081,178 |
20 | 70 | 111 | 69 | 10 | |
21 | 72 | 70 | 11 | ||
22 | 74 | 71 | 11 | ||
23 | 76 | 72 | 11 | ||
24 | 78 | 73 | 11 | ||
25 | 80 | 74 | 11 | ||
26 | 82 | 75 | 12 | ||
27 | 84 | 76 | 12 | ||
28 | 86 | 77 | 12 | ||
29 | 88 | 78 | 12 | ||
30 | 90 | 79 | 12 | ||
31 | 91 | 79 | 12 | ||
32 | 92 | 80 | 13 | ||
33 | 93 | 80 | 13 | ||
34 | 94 | 81 | 13 | ||
35 | 95 | 81 | 13 | ||
36 | 96 | 82 | 13 | ||
37 | 97 | 82 | 13 | ||
38 | 98 | 83 | 13 | ||
39 | 99 | 83 | 13 | ||
40 | 100 | 84 | 13 |
Attribute /8
Summon Phantasm Support
Key | Value |
---|---|
Cost | iLvl 1: Normal: 1xScroll of Wisdom |
Acronym | Hit, Kill, Minion, Phantasm |
DropLevel | 4 |
BaseType | Summon Phantasm Support |
Class | Support Gems |
Icon | G |
ItemType | Metadata/Items/Gems/SupportGemSummonGhostOnKill |
Reference | poe.ninja, Community Wiki |
from Supported Skills, deal a Killing Blow
from Supported Skills, Hit a Rare or Unique Enemy
Additional Effects From Quality:
from Supported Skills, deal a Killing Blow
Supported Gem /396
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 |
skill can fire wand projectiles [1]
Projectiles Pierce all Targets
base is projectile [1]
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 = { }, }, }, }
Community Wiki
Summon Phantasm Support
Summon Phantasm Support is a Support gem that causes supported skills to summon a phantasm minion upon killing an enemy or hitting a rare or unique enemy.
Skill functions and interactions
Linking Summon Phantasm Support to an Active skill allows you to support that Active skill with any support gem that is compatible with Summon Phantasm. This does not modify the behavior of the Active skill, meaning incompatible support gems will do nothing for the Active skill and only benefit Summon Phantasm Support.
This support gem has an interesting interaction with Soulwrest, increasing the limit of summoned phantasms. However, Soulwrest phantasms come from a trigger effect and therefore can not be supported by Spell Echo Support.
Summoned phantasms have a base cast rate of 0.85.
Summoned phantasms have 40% Elemental Resistances and 20% Chaos Resistance.
Active skill Gem
Summon phantasm support gains any damage and defense supports that would apply to active skill gems linked to it. This might include some modifiers from the active skill gem, but that could be just a glitch in PoB. Some examples are listed below:
Active skill gem level
Does not affect Phantasms. The Summon Phantasm support will always determine the level of the Phantasms
Modifiers on the gem
Herald of Purity (in PoB) will grant Minions deal % more physical damage and Minions have % more minion life to phantasms that are linked to it. There is seemingly no difference between different levels of HoP.
Quality on the gem
Herald of Purity with 20% quality will give 20% movement speed to phantasms linked to it.
Version history
Version | Changes |
---|---|
3.19.0 |
|
3.15.0d |
|
3.15.0 |
|
3.7.0 |
|
3.6.0 |
|
3.2.0b |
|
3.2.0 |
|
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.