User Tools

Site Tools


mr:wand_holster_item

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
mr:wand_holster_item [2025/12/25 18:23] – auto lint fix Mikhaelmr:wand_holster_item [2026/01/09 15:36] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Wand Holster Item - Code References ======
 +
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/bags/WandHolster.java|WandHolster.java]]
 +
 +===== JSON Configuration =====
 +  * This entity is implemented in Java, no JSON configuration exists
 +
 +===== String Resources =====
 +<code xml>
 +<string name="WandHolster_Name">wand holster</string>
 +<string name="WandHolster_Info">This slim holder is made of leather of some exotic animal. It allows to compactly carry up to %d wands.</string>
 +</code>
 +
 +===== Lua Scripts =====
 +  * This entity is implemented in Java, no Lua script exists
 +
 +===== Related mr Entities =====
 +  * [[mr:bag_item|Bag (Item)]]
 +  * [[mr:wand_item|Wand (Item)]]