Weapon Rack
Jump to navigation
Jump to search
Weapon Rack
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
Result | Ingredients | Crafting station |
---|---|---|
Weapon Rack(Desktop, Console, Old-gen console and Mobile versions) |
| Sawmill |
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]
- Coins
- Cannonball
- Explosive Bunny
- Fishing poles
- Bomb Fish(Desktop, Console and Mobile versions)
- Bomb((Desktop, Console and Mobile versions) only)
- Sticky Bomb((Desktop, Console and Mobile versions) only)
- Bouncy Bomb(Desktop, Console and Mobile versions)
- Dynamite((Desktop, Console and Mobile versions) only)
- Sticky Dynamite(Desktop, Console and Mobile versions)
- Bouncy Dynamite(Desktop, Console and Mobile versions)
- Explosives((Desktop, Console and Mobile versions) only)
- Land Mine((Desktop, Console and Mobile versions) only)
- Scarab Bomb(Desktop, Console and Mobile versions)
- Wet Bomb(Desktop, Console and Mobile versions)
- Lava Bomb(Desktop, Console and Mobile versions)
- Honey Bomb(Desktop, Console and Mobile versions)
- Dry Bomb(Desktop, Console and Mobile versions)
- Dirt Bomb(Desktop, Console and Mobile versions)
- Sticky Dirt Bomb(Desktop, Console and Mobile versions)
- Golf Clubs(Desktop, Console and Mobile versions)
- Coin Gun[2]
- Rod of Discord
- Rod of Harmony(Desktop, Console and Mobile versions)
- Balloon Pufferfish(Desktop, Console and Mobile versions)
- Fish(including Jellyfish)((Desktop, Console and Mobile versions) only)
- Zephyr Fish((Desktop, Console and Mobile versions) only)
- Quest Fish((Desktop, Console and Mobile versions) only)
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 the Weapon Rack's tile ID having been changed in 1.4.0.1, its previous tile ID and function still remain in the source code. Its function still updates via adding item IDs, but both tiles' functions are different.[3]
History
- Desktop 1.4.3.3: Fixed an issue where Honey and Dry Bombs could not be placed on Weapon Racks.
- Desktop 1.4.0.1:
- Can now be painted.
- Internal tile ID changed from 334 to 471.
- 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 .
- Sell price reduced from 10 SC to 50 CC.
- Desktop 1.2.4.1: One can now place Fishing Rods, Rod of Discord, and the Coin Gun in the Weapon Rack.
- Desktop 1.2.4: Introduced.
- Console 1.0.1372.5: Added all changes from Desktop 1.3.1.
- Console 1.07: Introduced.
- Switch 1.0.895.9: Added all changes from Desktop 1.3.1.
- Switch 1.0.711.6: Introduced.
- Mobile 1.4.0.5.2: Added all changes from Desktop 1.3.1 to 1.4.0.1.
- Mobile 1.2.11212: Introduced.
References
- ↑ Internally, these items have the properties
damage <= 0
and/oruseStyle = 0
. - ↑ 2.0 2.1 Information taken from the Desktop 1.4.4.9 source code, methods
SetDefaults()
inTerraria.Item.cs
,FitsWeaponFrame()
inTerraria.GameContent.Tile_Entities.TEWeaponsRack.cs
, andSets()
inTerraria.ID.ItemID.cs
. Despite explosives and the Coin Gun being classified as weapons, they do not have thedamage
property. Coins, however, do have thedamage
property. - ↑ Information taken from the Desktop 1.4.4.9 source code, methods
TileInteractionsUse()
inTerraria.Player.cs
andItemFitsWeaponRack()
inTerraria.Player.cs
.