User Tools

Site Tools


mr:scarecrow_npc

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
mr:scarecrow_npc [2025/12/22 06:37] – Wiki: Rename pages to follow naming convention and update content mikemr:scarecrow_npc [2025/12/22 06:39] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Scarecrow N P C Mob - 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/mobs/*.java
 +  * RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/actors/mobs/*.java
 +
 +===== JSON Configuration =====
 +This entity may have JSON configuration, but no matching config was found. Check: 
 +  * RemixedDungeon/src/main/assets/mobsDesc/*.json
 +  * RemixedDungeon/src/main/assets/spritesDesc/scarecrow_n_p_c.json
 +
 +===== String Resources =====
 +''<code xml>''
 +<string name="ScarecrowNPC_Name">[Name]</string>
 +<string name="ScarecrowNPC_Info">[Description]</string>
 +''</code>''
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists