User Tools

Site Tools


rpd:nature_armor_spell

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
rpd:nature_armor_spell [2025/12/24 10:39] – Enhance nature_armor_spell.txt with detailed code references, stats and dokuwiki syntax mikerpd:nature_armor_spell [2025/12/24 10:45] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Nature Armor Spell ======
 +
 +{{ rpd:images:nature_armor_spell.png|Nature Armor Spell }}
 +
 +**Nature Armor** is a spell in Remixed Pixel Dungeon (Elf Affinity).
 +
 +==== Description ====
 +Elves can be tough as well, especially when protected by Mother Nature itself.
 +
 +==== Stats ====
 +  * **Magic Affinity:** Elf (source: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/spells/NatureArmor.lua#L24|NatureArmor.lua:L24]])
 +  * **Targeting:** self (source: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/spells/NatureArmor.lua#L25|NatureArmor.lua:L25]])
 +  * **Level:** 1 (source: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/spells/NatureArmor.lua#L26|NatureArmor.lua:L26]])
 +  * **Mana Cost:** 5 (source: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/spells/NatureArmor.lua#L27|NatureArmor.lua:L27]])
 +  * **Cast Time:** 0.5 seconds (source: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/spells/NatureArmor.lua#L29|NatureArmor.lua:L29]])
 +  * **Special Effects:** applies Barkskin buff and cloak visual effect (source: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/spells/NatureArmor.lua#L33|NatureArmor.lua:L33]])
 +
 +==== Usage ====
 +The Nature Armor spell can be used for:
 +  * Providing temporary protection via Barkskin buff (source: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/spells/NatureArmor.lua#L33|NatureArmor.lua:L33]])
 +  * Protection during dangerous encounters
 +  * Allowing the player to survive attacks that would otherwise be fatal
 +  * Duration of effect: caster's skill level × caster's level turns (source: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/spells/NatureArmor.lua#L33|NatureArmor.lua:L33]])
 +
 +==== Classes ====
 +Classes that can use this spell include:
 +  * Classes with Elf affinity (e.g., [[rpd:elf_class|Elf class]])
 +  * Other classes that gain access through special means
 +
 +==== Strategy ====
 +How to effectively use the Nature Armor spell:
 +  * Use before entering dangerous rooms or facing strong enemies
 +  * Particularly useful during boss fights for extra protection
 +  * Consider timing to maximize the armor effect during most dangerous moments
 +  * Combine with healing abilities to stay healthy longer during tough fights
 +  * Duration scales with both your skill level and character level
 +  * Creates a visual "cloak" effect when cast (source: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/spells/NatureArmor.lua#L32|NatureArmor.lua:L32]])
 +
 +==== Code References ====
 +  * **Lua Implementation**: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/spells/NatureArmor.lua|NatureArmor.lua]]
 +  * **Spell Registration**: Elf spell list (source: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/spells/CustomSpellsList.lua#L15|CustomSpellsList.lua:L15]])
 +  * **Spell Name**: "NatureArmorSpell_Name" (source: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/spells/NatureArmor.lua#L16|NatureArmor.lua:L16]])
 +  * **Spell Description**: "NatureArmorSpell_Info" (source: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/spells/NatureArmor.lua#L17|NatureArmor.lua:L17]])
 +
 +==== String Resources ====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L2694|NatureArmorSpell_Name]]: "Nature Armor"
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L2695|NatureArmorSpell_Info]]: "Elves can be tough as well, especially when protected by Mother Nature itself."
 +
 +==== Data Validation ====
 +This information is extracted directly from the game code and validated against the source implementation. The details are accurate as of the referenced source files and provide reliable information about the spell mechanics.
 +
 +==== See Also ====
 +  * [[rpd:spells|Spells]]
 +  * [[rpd:mechanics|Game Mechanics]]
 +  * [[rpd:elf_class|Elf Class]]
 +  * [[rpd:spell_affinities|Spell Affinities]]
 +  * [[rpd:cloak_spell|Cloak Spell]] - Another spell with similar visual effects
 +  * [[rpd:barkskin_buff|Barkskin Buff]] - Buff applied by this spell
 +
 +{{tag> rpd spells elf }}
  
rpd/nature_armor_spell.txt · Last modified: by 127.0.0.1