====== Wind Gust Spell - Code References ====== ===== Java Classes ===== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/spells/WindGust.java|WindGust.java]] ===== JSON Configuration ===== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/spellsDesc/WindGust.json|WindGust.json]] - Spell configuration ===== String Resources ===== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L|String: wind_gust_spell_name]] - The display name for the wind gust spell * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L|String: wind_gust_spell_desc]] - The description text for the wind gust spell ===== Lua Scripts ===== This entity is implemented in Java, no Lua script exists