User Tools

Site Tools


mr:stone_walking_buff

Differences

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


mr:stone_walking_buff [2025/12/21 13:22] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +====== Stone Walking Buff - 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/buffs/*.java
 +  * RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/actors/buffs/*.java
 +
 +===== JSON Configuration =====
 +This entity may have JSON configuration, but no matching config was found. Check: 
 +  * RemixedDungeon/src/main/assets/buffsDesc/*.json
 +  * RemixedDungeon/src/main/assets/spritesDesc/stone_walking.json
 +
 +===== String Resources =====
 +''<code xml>''
 +<string name="StoneWalking_Name">[Name]</string>
 +<string name="StoneWalking_Info">[Description]</string>
 +''</code>''
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists