Phantasm

From Terraria Wiki
Jump to navigation Jump to search
Desktop versionConsole versionMobile version
Desktop/Console/Mobile-Only Content: This information applies only to the Desktop, Console, and Mobile versions of Terraria.
Phantasm
  • Phantasm item sprite
Autofire
Stack digit 1.png
Statistics
Type
Uses ammoArrows
Damage50 (Ranged)
Knockback2 (Very weak)
Critical chance4%
Use time12 (Very fast)
Velocity20
Tooltip66% chance to save ammo
RarityRarity level: 10
Sell10 GC
Research1 required
Projectiles created
  • Phantasm
    Phantasm
  • Phantasm Arrow
    Phantasm Arrow
Sounds
Use
This article is about the bow. For other uses, see Phantasm (disambiguation).
Attacking a Mimic with the Phantasm.

The Phantasm is a Hardmode, post-Lunatic Cultist bow. When used, it fires a burst of four arrows, consuming one arrow per use. Its fire rate will gradually increase while in use. Upon enemy hits, the Phantasm fires an additional burst of three Phantasm Arrow projectiles. Phantasm Arrows home in on the hit target and deal 30% of the original projectile's damage.[1] The Phantasm has a 2/3 (66.67%) chance of not consuming ammunition.

Its best modifier is Unreal. Since it does not benefit from speed modifiers, Godly and Demonic provide the same DPS bonus as Unreal. However, Unreal still has the velocity bonus.

Crafting

Recipes

ResultIngredientsCrafting station
PhantasmPhantasm(Desktop, Console and Mobile versions)Ancient ManipulatorAncient Manipulator(Desktop, Console and Mobile versions)

Notes

  • Arrows are loosely grouped and can fire with varied velocities and ranges.
  • The fire rate increases from once per 24 ticks[2] up to once per 18 ticks, regardless of use time, meaning that the Phantasm does not benefit from speed bonuses.
  • The Phantasm will fire 2 volleys at each lower speed stage before reaching its maximum speed of once per 18 ticks. These 6 volleys will take a total of 24 ticks more than the Phantasm would have if it were permanently at max speed; thus, the Phantasm incurs a 0.4 second DPS penalty when it stops and restarts firing.
  • The fire rate of Phantasm Arrows depends on that of the Phantasm.
  • Technically, when the Phantasm is being used, it spawns a bow projectile which deals the weapon's damage (50 base damage) on contact. The bow projectile then spawns arrows (based on built-in fire rates) and Phantasm Arrows (when landing successful hits).[3]

Tips

  • The Phantasm is most effective against single targets, as the extra arrows do not have any piercing ability.
  • Piercing arrows should not be used as they will give enemies brief periods of invincibility frames and many arrows will pass through without causing damage. The one exception is Luminite Arrows.
  • Due to the high rate of fire and low base damage of Phantasm Arrows, stacking extra armor penetration through Ichor and Betsy's Wrath is highly recommended.
    • Ichor Arrows allow the player to apply Ichor without swapping weapons and recharging the Phantasm, as well as having good base damage.

Trivia

  • The Phantasm is the only arrow-consuming weapon in the game that has an inherent chance of ammo conservation.
  • The Phantasm is the only weapon made from Lunar Fragments that does not have a special tooltip.
  • The Phantasm and the Daybreak are the only weapons made from Lunar Fragments to not have a pillar's name in their name (e.g. "Vortex").
  • A "phantasm" is another name for a phantom.

History

  • Desktop 1.3.0.5:
    • Buffed Phantasm in mechanics slightly.
    • Reduced damage from 60 to 50.
  • Desktop 1.3.0.3: Fixed exploit allowing the player to get more arrows than they use.

References

  1. Information taken from the Desktop version Desktop 1.4.4.9 source code, method Damage() in Terraria.Projectile.cs.
  2. A tick is a time unit countable by the software. Most of Terraria's updating logic happens every tick. A tick has the length of 1/60th of a second, hence there are 60 ticks in a second and 3600 ticks in a minute.
  3. Information taken from the Desktop version Desktop 1.4.4.9 source code, methods ItemCheck_Shoot() in Terraria.Player.cs and AI_075() in Terraria.Projectile.cs and field Sets.gunProj in Terraria.ID.ItemID.cs.