Light's Bane

From Terraria Wiki
Jump to navigation Jump to search
Desktop versionConsole versionMobile version
This is the main page whose information applies to the Desktop, Console, and Mobile versions of Terraria.
For the differences of this information on Old-gen console and 3DS, see Legacy:Light's Bane.
Light's Bane
  • Light's Bane item sprite
1
Statistics
Type
Damage16 (Melee)
Knockback5 (Average)
Critical chance4%
Use time20 (Very fast)
RarityBlue (Rarity level: 1)
Sell27 SC
Research1 required
Projectile created
  • Light's Bane
    Light's Bane
Sounds
Use
The Light's Bane attacking a Target Dummy. Note the damage differences between small and large slashes.

The Light's Bane is a pre-Hardmode broadsword. When swung, it creates a dark slash near the tip of the sword. The slashes deal 50% of the weapon's damage (8 base damage),[1] have 5 armor penetration,[2] pierce once, and will automatically target enemies within a radius of 3.125 tiles.[1] The weapon also has a chance to create a big slash that deals 100% of the weapon's damage. The chance of big slashes occurring is equal to the player's melee critical strike chance.[1]

It is the Corruption counterpart to The Crimson's Blood Butcherer. The Light's Bane is faster than the Blood Butcherer, but has a lower size and base damage.

Its best modifier is Legendary.

Crafting

Recipes

ResultIngredientsCrafting station
Light's BaneLight's BaneIron AnvilIron Anvil
or
Lead AnvilLead Anvil

Used in

ResultIngredientsCrafting station
Night's EdgeNight's EdgeDemon AltarDemon Altar
or
Crimson AltarCrimson Altar

History

  • Desktop 1.4.4:
    • Sprite updated.
    • Size scale increased.
    • Now creates short-range slashes, dealing half of the base damage of Light's Bane.
    • Damage reduced from 18 to 16.

References

  1. 1.0 1.1 1.2 Information taken from the Desktop version Desktop 1.4.4.9 source code, method ItemCheck_Shoot() in Terraria.Player.cs. The relevant part is the if (sItem.type == 46) block.
  2. Information taken from the Desktop version Desktop 1.4.4.9 source code, method Damage() in Terraria.Projectile.cs.