Screws: Difference between revisions

From PZwiki
mNo edit summary
(New infobox + new layout + updated)
Line 1: Line 1:
__NOTOC__
{{languages|Screws}}
{{languages|Screws}}
{{Consumables
{{header|The Game World|Items|type=Construction|version=Version 40|incver=26}}{{Infobox normal
|image = Screws.png
|display_name = Screws
|weight = 0.02
|name_colour = Construction
}}
|name_text_colour = Construction
Screws are items that are, for now, entirely useless. [[Box of Screws|Boxes of screws]], which contain 100 screws, are relatively common in hardware stores and rarely found in [[Containers#Wooden Crate|wooden crates]] in construction areas and garages. It is speculated that screws will get function when metalworking is implemented.
|image = Screws_120px.png
|alternate_image = ScrewsBox.png
|alternate_name = Box of Screws
|alternate_link =
|weight = '''Single:''' 0.1<br>'''Box:''' 0.3
|primary_use = ''none''
|class_name = Base.Screws<br>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 ==
== Crafting ==
{| class="wikitable sortable" style="text-align:center;"
{{Crafting table header}}
|-
! Name
! class="unsortable" | Recipe
! class="unsortable" | Description
! Crafting Level
{{RecipeLookup|4024}}
{{RecipeLookup|4024}}
|}
{{Crafting table footer}}
 
==Distribution==
Boxes of screws can be found in tool stores.
 
Dismantling some metal objects, can yield several screws.


== Code ==
== Code ==
<nowiki>
''Screws'' [[File:Screws.png]]
item Screws
<pre> item Screws
Count = 5,
Count = 5,
Weight = 0.1,
Weight = 0.1,
Line 25: Line 37:
Type = Normal,
Type = Normal,
DisplayName = Screws,
DisplayName = Screws,
Icon = Screws,
Icon = Screws,</pre>
</nowiki>


== History ==
''Box of Screws'' [[File:ScrewsBox.png]]
<pre> item ScrewsBox
Weight = 0.3,
Type = Normal,
DisplayName = Box of Screws,
Icon = ScrewsBox,
MetalValue = 100,</pre>


{| class="wikitable" width="550" style="text-align:center;"
==See also==
|-
*[[Metalworking Guide]]
! colspan="2" | Alpha
|-
| - || -
|}


==See Also==
* [[Box of Screws]]
[[Category:Spiffo's Construction Crew (Project)]]
[[Category:Spiffo's Construction Crew (Project)]]
<!--
{{Navbox/Consumables}}
[[Category:Consumables]]
-->

Revision as of 17:20, 18 October 2018

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