User Tools

Site Tools


mr:elf_armor_item

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
mr:elf_armor_item [2026/01/16 08:39] – Update MR namespace pages with accurate code references mikemr:elf_armor_item [2026/01/16 08:43] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Elf Armor Item - Code References ======
 +
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/armor/ElfArmor.java|ElfArmor.java]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/armor/ClassArmor.java|ClassArmor.java]] - Base class
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/armor/ScoutArmor.java|ScoutArmor.java]] - Extends ElfArmor
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/armor/ShamanArmor.java|ShamanArmor.java]] - Extends ElfArmor
 +
 +===== JSON Configuration =====
 +This entity is implemented in Java, no JSON configuration exists
 +
 +===== String Resources =====
 +<code xml>
 +<string name="ElfArmor_Name">Elven mantle</string>
 +<string name="ElfArmor_Desc">With the help of this mantle, the elf can summon the forces of nature itself. High grass will grow in the blink of an eye even through solid stone, immobilizing all enemies in sight.</string>
 +<string name="ElfArmor_ACSpecial">NATURE CALL</string>
 +<string name="ElfArmor_NotElf">Only elves can use this armor!</string>
 +</code>
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists
 +
 +===== Related mr Entities =====
 +  * [[mr:elf_mob|Elf (Mob)]]
 +  * [[mr:elf_class|Elf (Class)]]
 +  * [[mr:scout_armor_item|Scout Armor (Item)]]
 +  * [[mr:shaman_armor_item|Shaman Armor (Item)]]
  
mr/elf_armor_item.txt · Last modified: by 127.0.0.1