Weapon Rack

From Terraria Wiki
Jump to navigation Jump to search
Desktop versionConsole versionOld-gen console versionMobile version
Desktop/Console/Old-gen console/Mobile-Only Content: This information applies only to the Desktop, Console, Old-gen console, and Mobile versions of Terraria.
Weapon Rack
  • Weapon Rack item spriteold Weapon Rack item sprite
  • Weapon Rack placed
Auto-use
Stack digit 9.pngStack digit 9.pngStack digit 9.pngStack digit 9.png
Statistics
Type
Placeable✔️ (3 wide × 3 high)
Use time15 (Very fast)
TooltipRight click to place item on weapon rack
RarityRarity level: 0
Sell50 CC (Desktop, Console and Mobile versions) / 10 SC (Old-gen console version)
Research1 required
  • Internal Item ID: 2699 (Desktop, Console, Old-gen console and Mobile versions)
  • Internal Tile ID: 471 (Desktop, Console and Mobile versions) / 334 (Old-gen console version)
See also: Item Frame

The Weapon Rack is a furniture item that can be placed on background walls. By pressing the Open / Activate button on it, a player can mount any weapon-type item for display, including damage-dealing tools.

Displayed items are oriented the same way the rack was placed, and large item graphics may be resized to fit on it. A pickaxe or drill will remove the displayed item before freeing the Weapon Rack itself.

Crafting

Recipes

ResultIngredientsCrafting station
Weapon RackWeapon Rack(Desktop, Console, Old-gen console and Mobile versions)SawmillSawmill

Exceptions

The following weapons cannot be placed on a Weapon Rack:[1]

The following items can be placed on a Weapon Rack, despite not being classified as weapons:[2]

Notes

  • Weapons will be oriented against the grain of the wood in the Weapon Rack. If the wood grain is diagonal to the left, the weapon placed will be diagonal to the right.
  • Pressing the Open / Activate button on a Weapon Rack that has a weapon placed will swap the weapon with an item selected in the player's hotbar.
  • (Old-gen console version) If a Weapon Rack displaying a weapon is destroyed by an explosive, the weapon will disappear.
  • An item's size modifier will affect the size of the item on the Weapon Rack. A weapon with a Tiny modifier will be displayed at a considerably smaller size compared to a Massive one.
  • Favorited items cannot be placed on Weapon Racks. The player must unfavorite the item first in order to display it on a Weapon Rack.

Tips

  • (Old-gen console version) Crafting Weapon Racks can be a good way to make money. They require only Wood, which is abundant and usually worthless, but the Weapon Rack sells for 10 SC.

Trivia

  • The Weapon Rack uses the same texture as the background of trophies.
  • Despite tile ID has been changed in 1.4.0.1, source code still remains its old tile ID and function. Its function still updates via adding item IDs, but both tiles' function are different.[3]

History

  • Desktop 1.3.2: Fixed Phasesabers in Weapon Racks creating unbreakable Weapon Racks (though this fix is not retroactive).
  • Desktop 1.3.1:
    • Inventory sprite updated. Old sprite was Weapon Rack (old).png.
    • Sell price reduced from 10 SC to 50 CC.

References

  1. These items have damage <= 0 and/or useStyle = 0 properties.
  2. 2.0 2.1 Information taken from the Desktop version Desktop 1.4.4.9 source code, methods SetDefaults() in Terraria.Item.cs, FitsWeaponFrame() in Terraria.GameContent.Tile_Entities.TEWeaponsRack.cs, and Sets() in Terraria.ID.ItemID.cs. Despite explosives and the Coin Gun classified as weapons, they do not have damage property. Coins, however, have damage property.
  3. Information taken from the Desktop version Desktop 1.4.4.9 source code, methods TileInteractionsUse() in Terraria.Player.cs and ItemFitsWeaponRack() in Terraria.Player.cs.