User Tools

Site Tools


rpd:souls_mechanic

Differences

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

Link to this comparison view

rpd:souls_mechanic [2025/12/29 11:55] – Add souls_mechanic.txt page for necromancer soul system mikerpd:souls_mechanic [2025/12/29 11:59] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Souls Mechanic ======
  
 +**Souls** are a special resource in Remixed Dungeon related to necromancy and the Necromancer class.
 +
 +==== Description ====
 +Souls are a resource that can be collected by the Necromancer class through combat. They function as a special currency for casting necromantic spells and abilities.
 +
 +==== Acquisition ====
 +  * **Necromancer Class**: The Necromancer automatically collects 1 soul point each time a character dies while they are wearing the Necromancer's Robe
 +  * **Combat**: Souls are gained primarily through defeating enemies
 +  * **Special Abilities**: Some necromantic abilities may generate or consume souls
 +
 +==== Usage ====
 +  * **Spell Casting**: Necromantic spells consume souls as a casting cost
 +  * **Pet Summoning**: Some undead pets and abilities require souls to be summoned or activated
 +  * **Necromantic Abilities**: Various necromancy-related abilities consume souls to function
 +
 +==== Mechanics ====
 +  * Souls are a finite resource that must be managed carefully
 +  * There may be limits on how many souls can be stored at once
 +  * The Necromancer's Robe is the primary item that enables soul collection
 +
 +==== Strategy ====
 +  * Focus on combat to generate more souls for abilities
 +  * Balance offensive and defensive soul usage
 +  * Plan ahead for expensive necromantic abilities
 +  * Manage soul reserves during challenging fights
 +
 +==== Code References ====
 +  * Necromancer Robe: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/common/armor/NecromancerRobe.java|NecromancerRobe.java]]
 +  * Skill Points: The mechanic appears to use the same system as skill points in the game code
 +  * String Resources: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml|strings_all.xml]] for relevant strings
 +
 +==== See Also ====
 +  * [[rpd:necromancer_class|Necromancer Class]]
 +  * [[rpd:necromancer_robe_item|Necromancer's Robe]]
 +  * [[rpd:necromancy_spell|Necromancy Spell]]
 +
 +{{tag> rpd mechanics necromancy souls }}
rpd/souls_mechanic.txt · Last modified: by 127.0.0.1