User Tools

Site Tools


mr:war_hammer_item

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
mr:war_hammer_item [2026/07/28 10:53] – Wiki maintenance: Fix war_hammer_item strings and mechanics_mechanic links Botmr:war_hammer_item [2026/07/28 10:57] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== War Hammer Item - Code References ======
 +
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/weapon/melee/WarHammer.java|WarHammer.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/war_hammer.json
 +
 +===== String Resources =====
 +<code xml>
 +<string name="WarHammer_Name">war hammer</string>
 +<string name="WarHammer_Info">Few creatures can withstand the crushing blow of this towering mass of lead and steel, but only the strongest of adventurers can use it effectively.</string>
 +<string name="WarHammer_Gender">masculine</string>
 +</code>
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists
  
mr/war_hammer_item.txt · Last modified: by 127.0.0.1