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/01/14 02:38] – Fix wiki pages for compliance with standards - Update quarterstaff_item.txt with proper format and stats - Update potion_item.txt with fallback links to English pages for missing Russian content - Create rat_armor_item.txt page in English mikemr:quarterstaff_item [2026/01/14 02:41] (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
 +  * **Min Damage**: 1
 +  * **Max Damage**: 6
 +  * **Upgrade Limit**: 10
 +  * **Value**: 15 gold
 +
 +=== Special Abilities ===
 +  * **Parry**: When wielded with an eligible shield, provides bonus defense based on tier difference
 +  * **Melee Attack**: Standard melee weapon attack
 +
 +=== 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-ru/strings_all.xml#L2200-L2201|Quarterstaff_Name]]
 +  * **Info**: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values-ru/strings_all.xml#L2202-L2203|Quarterstaff_Info]]
 +
 +=== Configuration Files ===
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/itemsDesc/Quarterstaff.json|Quarterstaff.json]] (if exists)
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/spritesDesc/Quarterstaff.json|Quarterstaff_Sprite.json]]
 +
 +=== Lua Scripts ===
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/items/quarterstaff.lua|quarterstaff.lua]]
 +
 +{{tag> rpd items weapons melee_weapon machine_readable }}
  
mr/quarterstaff_item.txt · Last modified: by 127.0.0.1