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
(100140)% increased Spell Damage
(2530)% increased Cast Speed
(80100)% increased Mana Regeneration Rate
Minions deal (90102) to (132156) 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 /121
  • Active Type: Spell, Minion, Duration, InbuiltTrigger, Triggerable, Triggered, CreatesMinion
  • Minion Type: Duration, Projectile, Spell, Damage, Physical
  • AddedFireDamage
    Added Fire Damage Support
    Supports any skill that hits enemies.
    Knockback
    Knockback Support
    Supports any skill that hits enemies.
    LifeLeech
    Life Leech Support
    Supports any skill that hits enemies, causing those hits to leech life based on damage dealt.
    Stun
    Stun Support
    Supports any skill that hits enemies, making it easier to stun enemies with those skills.
    IncreasedDuration
    More Duration Support
    Supports any skill with a duration.
    ColdtoFire
    Cold to Fire Support
    Supports any skill that hits enemies.
    IronWill
    Iron Will Support
    Supports spell skills, making the increase to physical melee damage from strength also increase their spell damage.
    FirePenetration
    Fire Penetration Support
    Supports any skill that hits enemies, making those hits penetrate enemy fire resistance.
    IncreasedBurnDuration
    Burning Damage Support
    Supports any skill that hits enemies, or can deal burning damage directly.
    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.
    Brutality
    Brutality Support
    Supports any skill that deals damage.
    AddedFireDamagePlus
    Awakened Added Fire Damage Support
    Supports any skill that hits enemies.
    BrutalityPlus
    Awakened Brutality Support
    Supports any skill that deals damage.
    IncreasedBurnDurationPlus
    Awakened Burning Damage Support
    Supports any skill that hits enemies, or can deal burning damage directly.
    FirePenetrationPlus
    Awakened Fire Penetration Support
    Supports any skill that hits enemies, making those hits penetrate enemy fire resistance.
    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.
    Fragility
    Cruelty Support
    Supports any skill that hits enemies. Minions cannot gain Cruelty.
    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.
    ObliterationSupport
    Annihilation Support
    Supports any skill that hits enemies.
    TransfusionSupport
    Transfusion Support
    Supports non-blessing spells.
    GreaterMultipleProjectiles
    Greater Multiple Projectiles Support
    Supports projectile skills.
    LesserMultipleProjectiles
    Multiple Projectiles Support
    Supports projectile skills.
    FasterProjectiles
    Faster Projectiles Support
    Supports projectile skills.
    AddedColdDamage
    Added Cold Damage Support
    Supports any skill that hits enemies.
    Pierce
    Pierce Support
    Supports projectile skills.
    CullingStrike
    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.
    ChancetoFlee
    Chance to Flee Support
    Supports any skill that hits enemies.
    Blind
    Blind Support
    Supports any skill that hits enemies.
    ColdPenetration
    Cold Penetration Support
    Supports any skill that hits enemies, making those hits penetrate enemy cold resistance.
    chain
    Chain Support
    Supports projectile skills, and any other skills that chain.
    Fork
    Fork Support
    Supports projectile skills, making their projectiles fork into two projectiles the first time they hit an enemy and don't pierce it.
    ReturnProjectiles
    Returning Projectiles Support
    Supports projectile skills.
    SlowerProjectiles
    Slower Projectiles Support
    Supports projectile skills.
    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.
    BreakBlock
    Block Chance Reduction Support
    Supports any skill that hits enemies.
    FrenzyChargeOnShatter
    Ice Bite Support
    Supports any skill you use to hit enemies yourself. Cannot support skills used by totems, traps, or mines.
    DamageAgainstChilled
    Hypothermia Support
    Supports any skill that deals damage.
    Poison
    Critical Strike Affliction Support
    Supports any skill that hits enemies.
    VoidManipulation
    Void Manipulation Support
    Supports any skill that deals damage.
    SupportRapidDecayGem
    Swift Affliction Support
    Supports any skill that has a duration, or can hit enemies to inflict ailments on them.
    LesserPoison
    Chance to Poison Support
    Supports any skill that hits enemies.
    DeadlyAilments
    Deadly Ailments Support
    Supports any skill that hits enemies.
    VileToxins
    Vile Toxins Support
    Supports any skill that hits enemies.
    AddedColdDamagePlus
    Awakened Added Cold Damage Support
    Supports any skill that hits enemies.
    ChainPlus
    Awakened Chain Support
    Supports projectile skills, and any other skills that chain.
    ColdPenetrationPlus
    Awakened Cold Penetration Support
    Supports any skill that hits enemies, making those hits penetrate enemy cold resistance.
    DeadlyAilmentsPlus
    Awakened Deadly Ailments Support
    Supports any skill that hits enemies.
    ForkPlus
    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.
    SupportRapidDecayPlus
    Awakened Swift Affliction Support
    Supports any skill that has a duration, or can hit enemies to inflict ailments on them.
    VoidManipulationPlus
    Awakened Void Manipulation Support
    Supports any skill that deals damage.
    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.
    Sadism
    Sadism Support
    Supports any skill that hits enemies.
    Machinations
    Machinations Support
    Supports skills that hit enemies. Cannot modify the skills of minions.
    CullingStrike
    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.
    Fork
    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.
    chain
    Greater Chain Support
    Supports projectile skills, and any other skills that chain.
    LethalDoseSupport
    Lethal Dose Support
    Supports any skill that hits enemies.
    UnholyTrinitySupport
    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.
    AddedLightningDamage
    Added Lightning Damage Support
    Supports any skill that hits enemies.
    IncreasedCriticalStrikes
    Increased Critical Strikes Support
    Supports any skill that hits enemies.
    IncreasedCriticalDamage
    Increased Critical Damage Support
    Supports any skill that hits enemies.
    AddedChaosDamage
    Added Chaos Damage Support
    Supports any skill that hits enemies.
    IncreasedQuality
    Item Rarity Support
    Supports any skill that can kill enemies.
    FasterCast
    Faster Casting Support
    Supports non-instant spell skills.
    MinionDamage
    Minion Damage Support
    Supports skills which create Minions.
    ChancetoIgnite
    Combustion Support
    Supports any skill that hits enemies.
    MinionSpeed
    Minion Speed Support
    Supports skills which create Minions.
    MinionLife
    Minion Life Support
    Supports skills which create Minions.
    ElementalProliferation
    Elemental Proliferation Support
    Supports any skill that hits enemies, or could otherwise apply elemental ailments.
    LightningPenetration
    Lightning Penetration Support
    Supports any skill that hits enemies, making those hits penetrate enemy lightning resistance.
    ElementalPenetration
    Elemental Penetration Support
    Supports any skill that hits enemies, making those hits penetrate enemy elemental resistances.
    PowerCharges
    Power Charge On Critical Support
    Supports any skill that hits enemies.
    SummonsElementalResists
    Elemental Army Support
    Supports skills which create Minions.
    CurseOnHit
    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
    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.
    PhysicalToLightning
    Physical to Lightning Support
    Supports any skill that hits enemies.
    OnslaughtOnSlayingShocked
    Innervate Support
    Supports any skill you use to hit enemies yourself. Cannot support skills used by totems, traps, or mines.
    ControlledDestructionGem
    Controlled Destruction Support
    Supports attack skills, or spell skills that deal damage.
    ElementalFocus
    Elemental Focus Support
    Supports any skill that hits or burns enemies, or inflicts elemental ailments.
    IgniteProliferation
    Ignite Proliferation Support
    Supports any skill that hits enemies.
    Decay
    Decay Support
    Supports any skill that hits enemies.
    Efficacy
    Efficacy Support
    Supports any skill that deals damage or has a duration.
    Immolate
    Immolate Support
    Supports any skill that hits enemies.
    UnboundAilments
    Unbound Ailments Support
    Supports any skill that hits enemies or inflicts ailments
    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.
    BoneChillSupport
    Bonechill Support
    Supports any skill that can chill enemies or create chilling areas.
    EnergyShieldLeechsupport
    Energy Leech Support
    Supports any skill that hits enemies, causing those hits to leech energy shield based on damage dealt.
    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.
    AddedChaosDamagePlus
    Awakened Added Chaos Damage Support
    Supports any skill that hits enemies.
    AddedLightningDamagePlus
    Awakened Added Lightning Damage Support
    Supports any skill that hits enemies.
    ControlledDestructionPlus
    Awakened Controlled Destruction Support
    Supports attack skills, or spell skills that deal damage.
    CurseOnHitPlus
    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.
    ElementalFocusPlus
    Awakened Elemental Focus Support
    Supports any skill that hits or burns enemies, or inflicts elemental ailments.
    LightningPenetrationPlus
    Awakened Lightning Penetration Support
    Supports any skill that hits enemies, making those hits penetrate enemy lightning resistance.
    MinionDamagePlus
    Awakened Minion Damage Support
    Supports skills which create Minions.
    UnboundAilmentPlus
    Awakened Unbound Ailments Support
    Supports any skill that hits enemies or inflicts ailments
    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.
    ManaweaveSupportGem
    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.
    ProjectileIntensity
    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.
    TrinitySupportGem
    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.
    PureShockSupportGem
    Overcharge Support
    Supports any skill that hits enemies.
    SpellBlade
    Spellblade Support
    Supports spells that hit enemies. Cannot modify the skills of minions.
    Devour
    Devour Support
    Supports any skill that hits enemies.
    FreshMeat
    Fresh Meat Support
    Supports skills that create minions.
    Sacrifice
    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.
    InverttheRules
    Invert the Rules Support
    Supports any skill that hits enemies.
    GluttonySupport
    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.
    UndeadArmy
    Congregation Support
    Supports skills which create Minions.
    FrostmageSupport
    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.
    Devour
    Greater Devour Support
    Supports any skill that hits enemies.
    MinionPactSuppor
    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.
    LivingLightningSupportGem
    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.
    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.