Magic Quiver

From Terraria Wiki
Jump to navigation Jump to search

Magic Quiver
  • Magic Quiver item sprite
  • Magic Quiver equipped
Stack digit 1.png
Statistics
Type
TooltipIncreases arrow damage by 10% and greatly increases arrow speed
20% chance to not consume arrows
RarityRarity level: 4
Sell5 GC
Research1 required
Obtained from Obtained from
Classic Mode.png Classic
Expert Mode.png Expert
Master Mode.png Master
EntityQty.Rate
Skeleton ArcherSkeleton Archer.gifSkeleton Archer12.5% (Desktop, Console and Mobile versions)
1.25% (Old-gen console and 3DS versions)
Not to be confused with Endless Quiver.

The Magic Quiver is a Hardmode accessory that boosts arrow- and Stake-firing weapons. Unlike the general ranged damage bonuses, it only boosts the damage of the weapons and does not affect the damage of the ammo.

It grants the following boosts to weapons that fire arrows or Stakes:

The Magic Quiver has a 1/40 (2.5%) chance of being dropped from Skeleton Archers.

Crafting

Used in

ResultIngredientsCrafting station
Molten QuiverMolten Quiver(Desktop, Console and Mobile versions)Tinkerer's WorkshopTinkerer's Workshop
Stalker's QuiverStalker's Quiver(Desktop, Console and Mobile versions)

Notes

  • As the Magic Quiver does not boost the damage of ammunition and its damage bonus is additive, its actual damage increase is less than 10%.
  • The 10% arrow damage boost of the Magic Quiver can stack with the Molten Quiver and the Stalker's Quiver; however, arrow velocity, knockback, and ammo conservation chance do not stack.
  • The velocity increase is divided into two parts:
    1. A 1.1× multiplier is applied to the base velocity of the arrow projectile (which is calculated by adding the weapon's velocity and the arrow's velocity).[1]
    2. After an arrow is fired, if its extraUpdates value is less than 1, then it is set to 1.[2] This essentially doubles the arrow speed, so it is much more noticeable than the first boost.

History

  • Desktop 1.4.4.1: No longer rounds down the increased knockback value, which resulted in a knockback decrease for some weapons.
  • Desktop 1.4.4:
    • Damage bonus is now additive with other ranged damage bonuses, instead of multiplicative.
    • Velocity bonus now also increases velocity gained from ammo. Previously, it only increased the bow's projectile velocity value.
  • Desktop 1.4.0.1:
    • Now used to craft the Stalker's Quiver and Molten Quiver.
    • Tooltip changed from "Increases damage by 10% and greatly increases arrow speed" to "Increases arrow damage by 10% and greatly increases arrow speed".
  • Desktop 1.3.0.1: Tooltip changed from "Increases arrow speed and damage by 10%" to "Increases damage by 10% and greatly increases arrow speed".
  • Desktop 1.2.4: Fixed a grammar issue in the tooltip ("Increase arrow speed and damage by 10%" and "20% chance to not consume arrow").

References

  1. Information taken from the Desktop version Desktop 1.4.4.9 source code, method PickAmmo() in Terraria.Player.cs.
  2. Information taken from the Desktop version Desktop 1.4.4.9 source code, method Update() in Terraria.Projectile.cs.