User Tools

Site Tools


mr:charm_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:charm_spell [2026/01/30 23:36] – Fix identified issues in wiki pages based on documentation standards mikemr:charm_spell [2026/01/30 23:40] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Charm Spell - Code References ======
 +
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/buffs/Charm.java|Charm.java]]
 +
 +===== JSON Configuration =====
 +This entity is implemented in Lua, no JSON configuration exists
 +
 +===== String Resources =====
 +<code xml>
 +<string name="CharmSpell_Name">Charm</string>
 +<string name="CharmSpell_Info">Everyone deserve some love, right?</string>
 +</code>
 +
 +===== Lua Scripts =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/spells/Charm.lua|Charm.lua]]
 +
 +===== Related mr Entities =====
 +  * [[mr:charm_buff|Charm (Buff)]]
 +  * [[mr:succubus_mob|Succubus (Mob)]]