====== Necromancy Spell ====== {{ rpd:images:necromancy_spell_icon.png|Necromancy Spell }} **Necromancy Spell** is a spell in Remixed Pixel Dungeon, primarily used by the [[rpd:necromancer_class|Necromancer]] class. This spell allows the casting of necromantic abilities that consume souls as a resource. ==== Description ==== The **Necromancy Spell** provides access to various necromantic abilities that utilize souls collected through combat. It is a core mechanic of the [[rpd:necromancer_class|Necromancer]] class. ==== Abilities ==== The spell typically includes the following necromantic abilities: * **Summon Deathling**: Uses souls to summon an undead minion called a [[rpd:deathling_mob|Deathling]] that fights alongside the player * **Reincarnation**: A powerful ability that can sometimes save the Necromancer from death at the cost of all collected souls and possessions * Other necromantic abilities that consume souls as resources ==== Mechanics ==== * The spell operates on a **souls** resource system specific to the [[rpd:necromancer_class|Necromancer]] class * Different abilities require different amounts of souls to use * [[rpd:soul_shard_item|Soul Shards]] and other items may supplement the soul resource * The [[rpd:lich_subclass|Lich]] subclass typically increases soul capacity and necromantic power ==== Classes ==== * [[rpd:necromancer_class|Necromancer]] - Primary class that uses this spell * [[rpd:lich_subclass|Lich]] - Subclass that enhances necromantic abilities ==== Usage ==== * Essential for [[rpd:necromancer_class|Necromancer]] class effectiveness * Requires careful management of soul resources * Often used to summon [[rpd:deathling_mob|Deathlings]] for combat support * Strategic use of souls is key to necromantic gameplay ==== Strategy ==== Effective use of the **Necromancy Spell** requires: * Maintaining sufficient soul reserves for key abilities * Prioritizing soul collection through combat * Balancing offensive and defensive necromantic abilities * Managing summoned undead minions effectively ==== Code References ==== * Lua Spell: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/spells/Necromancy.lua|Necromancy.lua]] * Related Class: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/common/armor/NecromancerArmor.java|NecromancerArmor.java]] * String Resources: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L754-L755|Necromancy_SummonDeathlingName, Necromancy_BecameALich]] * String Resources: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L752-L753|Necromancy_ReincarnationName, Necromancy_ReincarnationTriggered]] ==== See Also ==== * [[rpd:necromancer_class|Necromancer Class]] * [[rpd:lich_subclass|Lich Subclass]] * [[rpd:souls|Souls Resource]] * [[rpd:deathling_mob|Deathling]] * [[rpd:soul_shard_item|Soul Shard]] * [[rpd:spells|Spells]] {{tag> rpd spells necromancer souls }}