User Tools

Site Tools


mr:order_spell

Differences

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


mr:order_spell [2025/12/21 13:21] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +====== Order Spell - 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/spells/*.java
 +  * RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/actors/spells/*.java
 +
 +===== JSON Configuration =====
 +This entity may have JSON configuration, but no matching config was found. Check: 
 +  * RemixedDungeon/src/main/assets/spellsDesc/*.json
 +  * RemixedDungeon/src/main/assets/spritesDesc/order.json
 +
 +===== String Resources =====
 +''<code xml>''
 +<string name="Order_Name">[Name]</string>
 +<string name="Order_Info">[Description]</string>
 +''</code>''
 +
 +===== Lua Scripts =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/spells/Order.lua|Order.lua]]