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/02 21:00] – Wiki maintenance: Fix 5 random pages analysis - remove red links, update mr: namespace pages with accurate code references, fix incorrect link in Portuguese chasm_level, update image reference in sociologist_npc Qwen Assistantmr:battle_axe_item [2026/03/02 21:02] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== mr:battle_axe_item ======
 +
 +=== Entity Information ===
 +  * **Class Name**: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/weapon/melee/BattleAxe.java|BattleAxe.java]]
 +  * **Entity Kind**: BattleAxe
 +  * **Type**: Item
 +  * **Category**: Weapon
 +  * **Subcategory**: Melee weapon
 +
 +=== Statistics ===
 +  * **Tier**: 4
 +  * **Speed**: 1.2
 +  * **Base Damage**: Inherits from MeleeWeapon parent class
 +  * **Animation Class**: HEAVY_ATTACK
 +  * **Slot**: WEAPON
 +  * **Block Slot**: LEFT_HAND
 +
 +=== Special Abilities ===
 +  * **Heavy Attack**: Uses heavy attack animation (slower but powerful)
 +  * **Melee Attack**: Standard melee weapon attack
 +  * **Two-handed**: Requires both hands to wield effectively
 +
 +=== Code References ===
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/weapon/melee/BattleAxe.java|BattleAxe.java]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/weapon/melee/MeleeWeapon.java|MeleeWeapon.java]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/weapon/Weapon.java|Weapon.java]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/Item.java|Item.java]]
 +
 +=== String Resources ===
 +  * **Name**: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1112-L1112|BattleAxe_Name]] (English: "battle axe")
 +  * **Info**: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1113-L1113|BattleAxe_Info]] (English: "The enormous steel head of this battle axe puts considerable heft behind each stroke.")
 +  * **Gender**: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1114-L1114|BattleAxe_Gender]] (English: "masculine")
 +
 +=== Configuration Files ===
 +This entity is implemented in Java, no JSON configuration exists
 +
 +=== Lua Scripts ===
 +This entity is implemented in Java, no Lua script exists
 +
 +=== Related mr Entities ===
 +  * [[mr:longsword_item|Longsword (Item)]] - Transmutation pair (via Water of Transmutation)
 +  * [[mr:mace_item|Mace (Item)]] - Related heavy weapon
 +  * [[mr:glaive_item|Glaive (Item)]] - Related heavy weapon
 +  * [[mr:warhammer_item|Warhammer (Item)]] - Related heavy weapon
 +
 +{{tag> rpd items weapons melee_weapon machine_readable }}
  
mr/battle_axe_item.txt · Last modified: by 127.0.0.1