Molten Quiver
Jump to navigation
Jump to search

Molten Quiver

Statistics
Type | |
---|---|
Tooltip | Increases arrow damage by 10% and greatly increases arrow speed 20% chance not to consume arrows Lights wooden arrows ablaze 'Quiver in fear!' |
Rarity | ![]() |
Sell | 7 GC50 SC |
Research | 1 required |
- Internal Item ID: 4002 (Desktop, Console and Mobile versions)
The Molten Quiver is a Hardmode accessory that has the same effects as the Magic Quiver with the addition of turning Wooden Arrows into Flaming Arrows when fired from a bow. Unlike the general ranged damage bonuses, it only boosts the damage of the weapons and does not affect damage of the ammo.
Crafting
Recipes
Result | Ingredients | Crafting station |
---|---|---|
![]() | ![]() |
Notes
- As the Molten Quiver does not boost the damage of ammunition, its actual damage increase is less than 10%.
- The 10% arrow damage boost of the Molten Quiver can stack with the Magic Quiver and the Stalker's Quiver; however, arrow velocity and ammo conservation chance do not stack.
- Extra arrow velocity works by setting the arrow's
extraUpdates
value to 1. This does not affect the following projectiles, as they already have anextraUpdates
value of 1 (or greater): Jester's Arrow, Ichor Arrow, Venom Arrow, Stake, Blood Rain from Blood Rain Bow, Bone Arrow from Marrow, Frost Arrow from Ice Bow, Pulse Bolt from Pulse Bow, special arrow from Aerial Bane, and Phantasm Arrow from Phantasm. - The conversion from Wooden Arrows (5 base damage) to Flaming Arrows (7 base damage) results in a base damage bonus of +2.
- The +2 damage bonus is not applied when using the Eventide, The Bee's Knees, or the Hellwing Bow, which convert Wooden Arrows into special projectiles on their own. This is because their conversion takes place first, and the projectile is no longer considered a Wooden Arrow afterward and hence will not be recognized by the Molten Quiver.[1] However, the +2 damage bonus is applied when using any of the other bows which convert any type of arrow into special projectiles (e.g. Aerial Bane, Phantom Phoenix, etc.), as long as Wooden Arrows are used as ammunition.[2]
Tips
- The only advantage this item has over the Magic Quiver is rather dubious, as by Hardmode most players have better alternatives to Wooden Arrows.
- It can still be useful when paired with the Endless Quiver, although the ammo conservation bonus is wasted on the latter.
Trivia
- Crafting the Molten Quiver requires the Magma Stone which is a melee-specific accessory, while the Molten Quiver is a ranged-specific accessory.
- The tooltip "'Quiver in fear!'" is a pun using the term "quiver" as a verb, meaning to shake or vibrate rapidly.
History
- Desktop 1.4.4:
- Damage bonus is now additive with other ranged damage bonuses, instead of multiplicative.
- Projectile speed bonus now also increases speed gained from ammo. Previously, it only increased the bow's projectile speed value.
- Desktop 1.4.1: Wooden Arrows converted to Flaming Arrows by using this accessory now properly gain the +2 damage that Flaming Arrows have.
- Desktop 1.4.0.1: Introduced.
- Console 1.4.0.5.4.1: Introduced.
- Switch 1.4.0.5.5: Introduced.
- Mobile 1.4.0.5.0: Introduced.
References
- ↑ Information taken from the
Desktop 1.4.2.3 source code, method
PickAmmo()
inTerraria.Player.cs
. There may be inaccuracies, as the currentDesktop version is 1.4.4.9.
- ↑ Information taken from the
Desktop 1.4.2.3 source code, method
ItemCheck_Shoot()
inTerraria.Player.cs
. There may be inaccuracies, as the currentDesktop version is 1.4.4.9.