User Tools

Site Tools


mr:battle_axe_item

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
mr:battle_axe_item [2026/03/01 04:26] – Wiki maintenance: Fix 5 random pages per documentation standards Qwen Assistantmr:battle_axe_item [2026/03/01 04:26] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Battle Axe Item - Code References ======
 +
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/weapon/melee/BattleAxe.java|BattleAxe.java]] - Main battle axe implementation
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/weapon/melee/MeleeWeapon.java|MeleeWeapon.java]] - Parent class
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/levels/painters/ShopPainter.java|ShopPainter.java]] - Shop spawn (case 16)
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/blobs/WaterOfTransmutation.java|WaterOfTransmutation.java]] - Transmutation (↔ Longsword)
 +
 +===== JSON Configuration =====
 +This entity is implemented in Java, no JSON configuration exists
 +
 +===== String Resources =====
 +<code xml>
 +<string name="BattleAxe_Name">battle axe</string>
 +<string name="BattleAxe_Info">The enormous steel head of this battle axe puts considerable heft behind each stroke.</string>
 +<string name="BattleAxe_Gender">masculine</string>
 +</code>
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists
 +
 +===== Related mr Entities =====
 +  * [[mr:longsword_item|Longsword (Item)]] - Transmutation pair
 +  * [[mr:mace_item|Mace (Item)]] - Related heavy weapon
 +  * [[mr:glaive_item|Glaive (Item)]] - Related heavy weapon
 +  * [[mr:warhammer_item|Warhammer (Item)]] - Related heavy weapon
  
mr/battle_axe_item.txt · Last modified: by 127.0.0.1