User Tools

Site Tools


mr:scroll_of_challenge_item

Differences

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

Link to this comparison view

mr:scroll_of_challenge_item [2025/12/19 00:15] – Wiki maintenance: verify pages against codebase, add missing mr: namespace pages, fix incorrect information mikemr:scroll_of_challenge_item [2025/12/19 00:17] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Scroll Of Challenge - Code References ======
  
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/scrolls/ScrollOfChallenge.java|ScrollOfChallenge.java]]
 +
 +===== JSON Configuration =====
 +This entity is implemented in Java, no JSON configuration exists
 +
 +===== String Resources =====
 +''<code xml>''
 +<string name="ScrollOfChallenge_Name">Scroll of Challenge</string>
 +<string name="ScrollOfChallenge_Info">When read, this scroll creates a large ring of fire around you. All nearby enemies will be drawn to the center of the ring and temporarily immobilized there.</string>
 +<string name="ScrollOfChallenge_Boss">You can't challenge the boss.</string>
 +<string name="ScrollOfChallenge_Mob">You challenge the %s to a duel!</string>
 +<string name="ScrollOfChallenge_Desc">When read, this scroll creates a large ring of fire around you. All nearby enemies will be drawn to the center of the ring and temporarily immobilized there.</string>
 +<string name="ScrollOfChallenge_Uses">Uses: %d</string>
 +''</code>''
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists