User Tools

Site Tools


mr:scroll_of_domination_item

Differences

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

Link to this comparison view

mr:scroll_of_domination_item [2025/12/23 08:08] – Update scroll of domination mr page with correct code references mikemr:scroll_of_domination_item [2025/12/23 08:14] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Scroll Of Domination Item - Code References ======
 +
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/scrolls/ScrollOfDomination.java|ScrollOfDomination.java]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/scrolls/Scroll.java|Scroll.java]]
 +
 +===== JSON Configuration =====
 +This entity is implemented in Java, no JSON configuration exists
 +
 +===== String Resources =====
 +''<code xml>''
 +<string name="ScrollOfDomination_Name">Scroll of Domination</string>
 +<string name="ScrollOfDomination_Info">This scroll will bend will of one creature in your sight. The creature will fight for you to the death.</string>
 +''</code>''
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists
 +
 +===== Related mr Entities =====
 +  * [[mr:mob_npc|NPC (Entity)]]
 +  * [[mr:pet_buff|Pet (Buff)]]
 +  * [[mr:invisibility_buff|Invisibility (Buff)]]
  
mr/scroll_of_domination_item.txt · Last modified: (external edit)