mr:weightstone_item
Table of Contents
Weightstone Item - Code References
Java Classes
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
<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>
Lua Scripts
This entity is implemented in Java, no Lua script exists
mr/weightstone_item.txt · Last modified: by 127.0.0.1
