User Tools

Site Tools


mr:witchdoctor_armor_item

Differences

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


mr:witchdoctor_armor_item [2025/12/21 13:23] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +====== Witchdoctor Armor Item - Code References ======
 +
 +===== Java Classes =====
 +This entity may be implemented in Java, but no matching class was found. Check: 
 +  * RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/items/*.java
 +  * RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/actors/items/*.java
 +
 +===== JSON Configuration =====
 +This entity may have JSON configuration, but no matching config was found. Check: 
 +  * RemixedDungeon/src/main/assets/itemsDesc/*.json
 +  * RemixedDungeon/src/main/assets/spritesDesc/witchdoctor_armor.json
 +
 +===== String Resources =====
 +''<code xml>''
 +<string name="WitchdoctorArmor_Name">[Name]</string>
 +<string name="WitchdoctorArmor_Info">[Description]</string>
 +''</code>''
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists