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

Both sides previous revisionPrevious revision
Next revision
Previous revision
mr:lightning_bolt_spell [2026/01/30 20:21] – Fix image reference in bossmobs.txt and update lightning_bolt_spell.txt with accurate code references mikemr:lightning_bolt_spell [2026/01/30 20:24] (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/Spell.java|Spell.java]]
 +
 +===== JSON Configuration =====
 +This entity is implemented in Lua, 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]]
 +
 +===== Spell Properties =====
 +  * Magic Affinity: Witchcraft
 +  * Targeting Type: char_not_self
 +  * Level: 2
 +  * Cast Time: 1 turn
 +  * Spell Cost: 5 mana
 +  * Cooldown: 2 turns
 +  * Image File: spellsIcons/witchcraft.png