User Tools

Site Tools


mr:wndfortuneteller

Differences

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

Link to this comparison view

mr:wndfortuneteller [2026/02/06 12:19] – Update weightstone_item.txt with proper string resources and create wndfortuneteller.txt for missing reference mikemr:wndfortuneteller [2026/02/06 13:37] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== WndFortuneteller - Code References ======
 +
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/windows/WndFortuneTeller.java|WndFortuneTeller.java]]
 +
 +===== JSON Configuration =====
 +This entity is implemented in Java, no JSON configuration exists
 +
 +===== String Resources =====
 +<code xml>
 +<string name="WndFortuneTeller_Title">Fortune-Teller</string>
 +<string name="WndFortuneTeller_Message">Want to gaze into the crystal ball? For the price of %d gold, I can show you the secrets of the dungeon...</string>
 +<string name="WndFortuneTeller_SeeTreasures">See treasures</string>
 +<string name="WndFortuneTeller_SeeDangers">See dangers</string>
 +<string name="WndFortuneTeller_SeeEverything">See everything</string>
 +<string name="WndFortuneTeller_Cancel">No thanks</string>
 +</code>
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists
  
mr/wndfortuneteller.txt · Last modified: by 127.0.0.1