Screws

From PZwiki
Revision as of 14:59, 31 October 2020 by VaileasysBot (talk | contribs) (→‎See also: metalworking link clean up, replaced: MetalworkingMetalworking)
Screws
Screws
Box of Screws
General
Category Item
Encumbrance
Heavy Load
Single: 0.1
Box: 0.3
Function none
Technical details
Base ID Base.Screws
Base.ScrewsBox

Screws are currently a useless item with no function.

Usage

Screws currently have no use.

Boxes

100 screws can be consolidated into a box of screws, which is purely for organisational purposes, and provides no strategic advantage.

Crafting

Template:Crafting table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

Distribution

Boxes of screws can be found in tool stores.

Dismantling some metal objects, can yield several screws.

Code

Screws Screws.png

	item Screws
		Count			= 5,
		Weight			= 0.1,
		AlwaysWelcomeGift	= TRUE,
		Type			= Normal,
		DisplayName		= Screws,
		Icon			= Screws,

Box of Screws ScrewsBox.png

	item ScrewsBox
		Weight		= 0.3,
		Type		= Normal,
		DisplayName	= Box of Screws,
		Icon		= ScrewsBox,
		MetalValue 	= 100,

See also