User Tools

Site Tools


mr:weightstone_item

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
mr:weightstone_item [2026/02/06 12:19] – Update weightstone_item.txt with proper string resources and create wndfortuneteller.txt for missing reference mikemr:weightstone_item [2026/02/06 13:37] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Weightstone Item - Code References ======
 +
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/Weightstone.java|Weightstone.java]]
 +
 +===== JSON Configuration =====
 +This entity may have JSON configuration, but no matching config was found. Check: 
 +  * RemixedDungeon/src/main/assets/itemsDesc/*.json
 +  * RemixedDungeon/src/main/assets/spritesDesc/weightstone.json
 +
 +===== String Resources =====
 +<code xml>
 +<string name="Weightstone_Name">weightstone</string>
 +<string name="Weightstone_ACApply">APPLY</string>
 +<string name="Weightstone_Info">Using a weightstone, you can balance your melee weapon to increase its speed or accuracy.</string>
 +<string name="Weightstone_Select">Select a weapon to balance</string>
 +<string name="Weightstone_Fast">you balanced your %s to make it faster</string>
 +<string name="Weightstone_Accurate">you balanced your %s to make it more accurate</string>
 +<string name="Weightstone_WndChoice">How would you like to balance your %s?</string>
 +<string name="Weightstone_WndSpeed">For speed</string>
 +<string name="Weightstone_WndAccuracy">For accuracy</string>
 +<string name="Weightstone_WndCancel">Never mind</string>
 +<string name="Weightstone_Accuracy">Accuracy</string>
 +<string name="Weightstone_Speed">Speed</string>
 +<string name="Weightstone_Normal">Normal</string>
 +<string name="Weightstone_Done">"%s" is balanced</string>
 +<string name="Weightstone_Unknown">unknown item</string>
 +</code>
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists
  
mr/weightstone_item.txt · Last modified: by 127.0.0.1