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/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:quarterstaff_item [2026/03/02 21:02] (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:melee_weapon|Melee Weapon (Category)]] - Parent weapon category
 +  * [[mr:staff_item|Staff (Item)]] - Related staff weapon
 +  * [[mr:mace_item|Mace (Item)]] - Similar tier weapon
 +
 +{{tag> rpd items weapons melee_weapon machine_readable }}
  
mr/quarterstaff_item.txt · Last modified: by 127.0.0.1