User Tools

Site Tools


mr:wind_gust_spell

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:wind_gust_spell [2025/12/27 03:57] – Auto-fix: Apply dokuwiki linter fixes mikemr:wind_gust_spell [2025/12/27 04:00] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Wind Gust Spell - Code References ======
  
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mechanics/spells/WindGust.java|WindGust.java]]
 +
 +===== JSON Configuration =====
 +This entity is implemented in Java, no JSON configuration exists
 +
 +===== String Resources =====
 +<code xml>
 +<string name="WindGust_Name">Wind gust</string>
 +<string name="WindGust_Info">Summons a gust of wind, that pushes the selected character away.</string>
 +</code>
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists
 +
 +===== Related mr Entities =====
 +  * [[mr:mage_class|Mage (Class)]]
 +  * [[mr:elemental_spell_affinity|Elemental Spell Affinity]]