Screws: Difference between revisions

From PZwiki
m (Added usage (might be lacking))
No edit summary
Line 1: Line 1:
{{languages|Screws}}
{{languages|Screws}}
{{header|The Game World|Items|type=Construction|version=Version 40|incver=26}}{{Infobox normal
{{header|The Game World|Items|type=Construction|version=Version 40|incver=26}}
{{stub}}
{{Infobox normal
|display_name = Screws
|display_name = Screws
|name_colour = Construction
|name_colour = Construction

Revision as of 00:17, 14 June 2021

Notebook.png
This article may need more content.
Editors are encouraged to add new material to the page while expanding upon current topics.
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 are used in repairing vehicle parts.

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