====== Quarterstaff ====== {{ rpd:images:quarterstaff_item.png|Quarterstaff }} The Quarterstaff is a type of [[rpd:melee_weapon|melee weapon]] in Remixed Dungeon that serves as a basic staff with minimal magical properties. ==== Description ==== The Quarterstaff is a simple wooden staff that functions as a balanced melee weapon. While it has minimal magical properties compared to other staves, it provides a good combination of damage, speed, and durability without the complexity of charge management. ==== Weapon Properties ==== * **Damage Type:** Blunt damage * **Speed:** Fast attack speed * **Accuracy:** Good accuracy * **Upgrade Potential:** Can be upgraded with [[rpd:scroll_of_upgrade_item|Scrolls of Upgrade]] * **Enchantments:** Compatible with [[rpd:weapon_enchantments|weapon enchantments]] * **Durability:** Generally durable weapon ==== Stats ==== * **Damage:** Moderate damage range * **Speed:** Fast attack speed * **Strength Requirement:** Low to moderate strength requirement * **Durability:** Good durability rating ==== Mechanics ==== * **Balanced Stats:** Good combination of speed and damage * **No Charges:** Doesn't require charge management * **Simple Function:** Functions purely as a melee weapon * **Dual Wielding:** Can be used for dual wielding builds ==== Strategy ==== * Good starter weapon for characters without magical focus * Fast speed allows multiple attacks in combat * Reliable without need for charge management * Suitable for characters with moderate strength * Can be dual-wielded for additional damage output ==== Obtaining ==== * Quarterstaves can be found throughout the dungeon * Common weapon, often available in shops * Sometimes found as starting equipment ==== Code References ==== * Base weapon implementation: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/weapon/melee/MeleeWeapon.java|MeleeWeapon.java]] * Quarterstaff implementation: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/weapon/melee/Quarterstaff.java|Quarterstaff.java]] * String resources: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1185-L1190|Quarterstaff strings]] ==== See Also ==== * [[rpd:melee_weapons|Melee Weapons]] - Other close combat weapons * [[rpd:melee_combat|Melee Combat]] - General melee combat mechanics * [[rpd:weapon_item|Weapons]] - All weapon types * [[rpd:staff_item|Staves]] - More advanced magical staves * [[rpd:mage_class|Mage]] - Class that can benefit from staffs {{tag> rpd weapons melee quarterstaff }}