User Tools

Site Tools


mr:golden_sword_item

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
mr:golden_sword_item [2025/12/25 18:23] – auto lint fix Mikhaelmr:golden_sword_item [2026/01/20 22:11] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Golden Sword Item - Code References ======
 +
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/common/GoldenSword.java|GoldenSword.java]]
 +
 +===== JSON Configuration =====
 +This entity is implemented in Java, no JSON configuration exists
 +
 +===== String Resources =====
 +<code xml>
 +<string name="GoldenSword_Name">golden sword</string>
 +<string name="GoldenSword_Info">Usually, weapons made out of such soft metal as gold won\'t be considered more than decoration. Despite that, this blade seems to be able to cut through things pretty well.</string>
 +<string name="GoldenSword_Gender">masculine</string>
 +</code>
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists
 +
 +===== Related mr Entities =====
 +  * [[mr:melee_weapon_item|Melee Weapon (Item)]]