User Tools

Site Tools


mr:quarterstaff_item

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
mr:quarterstaff_item [2026/03/11 13:32] – Fix wiki standards compliance issues Qwen Assistantmr:quarterstaff_item [2026/03/11 13:33] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== mr:quarterstaff_item ======
 +
 +==== Entity Information ====
 +  * **Class Name**: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/weapon/melee/Quarterstaff.java|Quarterstaff.java]]
 +  * **Entity Kind**: Quarterstaff
 +  * **Type**: Item
 +  * **Category**: Weapon
 +  * **Subcategory**: Melee weapon
 +
 +==== Statistics ====
 +  * **Tier**: 2
 +  * **Speed**: 1.0
 +  * **Damage Multiplier**: 0.8
 +  * **Base Damage**: Inherits from MeleeWeapon parent class
 +  * **Animation Class**: STAFF_ATTACK
 +  * **Slot**: WEAPON
 +  * **Block Slot**: LEFT_HAND
 +
 +==== Special Abilities ====
 +  * **Staff Attack**: Uses staff attack animation
 +  * **Melee Attack**: Standard melee weapon attack
 +  * **Parry**: When wielded with an eligible shield, may provide bonus defense based on tier difference
 +
 +==== Code References ====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/weapon/melee/Quarterstaff.java|Quarterstaff.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#L1130-L1130|Quarterstaff_Name]] (English: "quarterstaff")
 +  * **Info**: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1131-L1131|Quarterstaff_Info]] (English: "A staff of hardwood, its ends are shod with iron.")
 +
 +==== 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:mace_item|Mace (Item)]] - Similar tier weapon
 +  * [[mr:melee_weapon|Melee Weapon (Category)]] - Parent weapon category (not yet documented)
 +  * [[mr:staff_item|Staff (Item)]] - Related staff weapon (not yet documented)
 +
 +{{tag> mr items weapons melee_weapon machine_readable }}
  
mr/quarterstaff_item.txt · Last modified: by 127.0.0.1