User Tools

Site Tools


mr:lightning_bolt_spell

Differences

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

Link to this comparison view

Next revision
Previous revision
mr:lightning_bolt_spell [2025/12/20 14:39] – Update deathling and goo pages with accurate info, create new mr namespace pages and paralysis buff page mikemr:lightning_bolt_spell [2025/12/20 14:41] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Lightning Bolt Spell - Code References ======
  
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mechanics/spells/LightningBolt.java|LightningBolt.java]] - Main spell implementation
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mechanics/spells/Spell.java|Spell.java]] - Base spell class
 +
 +===== JSON Configuration =====
 +  * This entity is implemented as a Lua script with Java class wrapper, no JSON configuration exists
 +
 +===== String Resources =====
 +''<code xml>''
 +<string name="LightningBolt_Name">Lighting Bolt</string>
 +<string name="LightningBolt_Info">A spell that is shared among ancient shamans, that will shock your enemies twice as effectively, especially if they are foolish enough to be on standing on water.</string>
 +''</code>''
 +
 +===== Lua Scripts =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/spells/LightningBolt.lua|LightningBolt.lua]]
 +
 +===== Related mr Entities =====
 +  * [[mr:shaman_subclass|Shaman (Subclass)]] - Spell is typically used by Shaman subclass
 +  * [[mr:warlock_armor_item|Warlock Armor (Item)]] - Related magical equipment