====== Quiver ====== {{ rpd:images:quiver_item.png|Quiver }} The **Quiver** is a special bag in Remixed Dungeon designed to store arrows. It provides unlimited storage capacity for any amount of arrows. ==== Item Properties ==== * **Type**: Bag (arrow container) * **Price**: 50 gold * **Image**: ItemSpriteSheet.QUIVER_COMMON * **Capacity**: Unlimited arrows * **Material**: Leather ==== Description ==== A leather quiver suitable to hold any amount of arrows. Unlike what some sources might suggest, the quiver does not specifically protect arrows from burning - it simply provides unlimited storage for arrows. ==== Acquisition ==== * Sold by the shopkeeper in the Town level for 50 gold * Can be found in shops ==== Strategy ==== * Essential for archer builds and Elf class characters who rely on bows * Eliminates inventory management concerns for arrows * Cost-effective at 50 gold considering unlimited capacity * Does not protect arrows from fire/burning effects ==== Code References ==== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/bags/Quiver.java|Quiver.java]] * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/levels/TownShopLevel.java#L88|TownShopLevel.java#L88]] - Sold for 50 gold ==== String Resources ==== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L860|Quiver_Name]]: quiver * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L861|Quiver_Info]]: Leather quiver suitable to hold any amount of arrows ==== See Also ==== * [[en:rpd:bows_and_arrows_item|Bows and Arrows]] - Ranged weapon system * [[en:rpd:common_arrow_item|Common Arrow]] - Basic arrow type * [[en:rpd:wooden_bow_item|Wooden Bow]] - Basic bow * [[en:rpd:bags|Bags]] - Other bag types {{tag> rpd items bags arrows ranged }}