User Tools

Site Tools


mr:scroll_of_summoning_item

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
mr:scroll_of_summoning_item [2025/12/26 02:42] – Update scroll_of_summoning_item.txt in mr namespace with correct references mikemr:scroll_of_summoning_item [2025/12/26 02:47] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Scroll Of Summoning Item - Code References ======
 +
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/scrolls/ScrollOfSummoning.java|ScrollOfSummoning.java]]
 +
 +===== JSON Configuration =====
 +This entity is implemented in Java, no JSON configuration exists
 +
 +===== String Resources =====
 +<code xml>
 +<string name="ScrollOfSummoning_Name">Scroll of Summoning</string>
 +<string name="ScrollOfSummoning_Info">When read aloud, this scroll will summon one of the monsters from the current dungeon level. And if the monster's will is weak enough, it will become your servant.</string>
 +<string name="ScrollOfSummoning_Info_2">The monster answered your summons!</string>
 +</code>
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists
 +
 +===== Related mr Entities =====
 +  * [[mr:scroll_of_identify_item|Scroll of Identify (Item)]]
 +  * [[mr:scroll_of_teleportation_item|Scroll of Teleportation (Item)]]
  
mr/scroll_of_summoning_item.txt · Last modified: by 127.0.0.1