User Tools

Site Tools


mr:short_sword_item

Differences

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

Link to this comparison view

Next revision
Previous revision
mr:short_sword_item [2025/12/24 22:17] – Update short_sword_item.txt with correct code references and information mikemr:short_sword_item [2025/12/25 18:24] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Short Sword Item - Code References ======
 +
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/weapon/melee/ShortSword.java|ShortSword.java]]
 +
 +===== JSON Configuration =====
 +This entity is implemented in Java, no specific JSON configuration exists
 +
 +===== String Resources =====
 +<code xml>
 +<string name="ShortSword_Name">short sword</string>
 +<string name="ShortSword_Info">It is indeed quite short, just a few inches longer, than a dagger.</string>
 +<string name="ShortSword_ACReforge">REFORGE</string>
 +<string name="ShortSword_Select">Select a weapon to upgrade</string>
 +<string name="ShortSword_Reforged">you reforged the short sword to upgrade your %s</string>
 +<string name="ShortSword_NotBoomerang">you can\'t upgrade a boomerang this way</string>
 +<string name="ShortSword_Gender">masculine</string>
 +</code>
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists
 +
 +===== Related Information =====
 +  * The Short Sword is a basic melee weapon with 1-1 damage
 +  * It has a required strength of 11 STR
 +  * It has a special "REFORGE" action that can be used to upgrade another weapon using this sword and a Scroll of Upgrade
 +  * When reforged, the Short Sword is consumed to upgrade another weapon and provide one level of upgrade