User Tools

Site Tools


rpd:necromancy_spell

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

rpd:necromancy_spell [2025/12/23 05:30] – Update wiki pages based on codebase verification\n\n- Renamed assassin_armor.txt to assasin_armor_item.txt to match correct spelling in code\n- Updated cloak_spell.txt with accurate information from Lua scripts\n- Created cloak_buff.txt page\n- Created so mikerpd:necromancy_spell [2025/12/23 05:33] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== 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 }}