User Tools

Site Tools


mr:scroll_of_recharging_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_recharging_item [2025/12/29 20:54] – Add mr:scroll_of_recharging_item with correct entity data and code references mikemr:scroll_of_recharging_item [2025/12/29 20:57] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Scroll Of Recharging Item - Code References ======
  
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/scrolls/ScrollOfRecharging.java|ScrollOfRecharging.java]] - Java implementation
 +
 +===== JSON Configuration =====
 +This entity does not appear to have JSON configuration
 +
 +===== String Resources =====
 +<code xml>
 +<string name="ScrollOfRecharging_Name">Scroll of Recharging</string>
 +<string name="ScrollOfRecharging_Info">The raw magical power bound up in this parchment will, when released, recharge all of the reader's wands to full power.</string>
 +<string name="ScrollOfRecharging_Info1a">a surge of energy courses through your pack, recharging your wand</string>
 +<string name="ScrollOfRecharging_Info1b">a surge of energy courses through your pack, recharging your wands</string>
 +<string name="ScrollOfRecharging_Info2">a surge of energy courses through your pack, but nothing happens</string>
 +</code>
 +
 +<code xml>
 +<string name="ScrollOfRecharging_Name">Свиток Перезарядки</string>
 +<string name="ScrollOfRecharging_Info">Сырая магическая энергия, заточённая в этом свитке восстановит заряд всех волшебных палочек у того, кто его прочтёт.</string>
 +<string name="ScrollOfRecharging_Info1a">поток энергии пробежал сквозь твой рюкзак, перезарядив волшебную палочку</string>
 +<string name="ScrollOfRecharging_Info1b">поток энергии пробежал сквозь твой рюкзак, перезарядив волшебные палочки</string>
 +<string name="ScrollOfRecharging_Info2">поток энергии пробежал сквозь твой рюкзак, но ничего не изменилось</string>
 +</code>
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists
 +
 +===== Related mr Entities =====
 +  * [[mr:scroll_item|Scroll (Item)]]
 +  * [[mr:wand|Wand]]
mr/scroll_of_recharging_item.txt · Last modified: (external edit)