Stone: Difference between revisions

From PZwiki
No edit summary
(adjustments to layout. Added new infobox and header)
Line 1: Line 1:
{{languages|Stone}}
{{languages|Stone}}
{{Items
{{header|The Game World|Items|type=Farm|version=Version 39|incver=67.5}}{{Infobox normal
|image = Stone.png  
|display_name=Stone
|name_colour=Farm
|name_text_colour=Farm
|image = Rock.png  
|weight = 0.3
|weight = 0.3
}}
|primary_use=[[Crafting]]
Stones are found via [[Foraging]] and can be used to craft a Stone Hammer.
|class_name=Base.Stone
}}{{about|the normal stone|a sharpened stone|[[Chipped Stone]]}}A '''stone''' is a survivalist item used in [[crafting]].
 
==Usage==
Stones are only used to craft a [[Stone Hammer|stone hammer]].


==Crafting==
==Crafting==
Line 10: Line 17:
{{RecipeLookup|3004}}
{{RecipeLookup|3004}}
{{Crafting table footer}}
{{Crafting table footer}}
==Distribution==
===Foraging===
:''For main article, see: [[Foraging]]
Stones cannot be found in the [[Knox County|world]] and can only be obtained through foraging. It can be found at level 0 in foraging, finding only 1 at a time.
==Code==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=39|incver=67.5}}
<pre> item Stone
Weight = 0.3,
Type = Normal,
DisplayName = Stone,
Icon = Rock,</pre>
==See also==
*[[Chipped Stone]]


[[Category:Items]]
[[Category:Items]]

Revision as of 07:01, 24 July 2018

Stone
Stone
General
Category Item
Encumbrance
Heavy Load
0.3
Function Crafting
Technical details
Base ID Base.Stone
PlushSpiffo.pngThis article is about the normal stone. For a sharpened stone, see [[Chipped Stone]].A stone is a survivalist item used in crafting.

Usage

Stones are only used to craft a stone hammer.

Crafting

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

Distribution

Foraging

For main article, see: Foraging

Stones cannot be found in the world and can only be obtained through foraging. It can be found at level 0 in foraging, finding only 1 at a time.

Code

From newitems.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 39.67.5

	item Stone
		Weight		= 0.3,
		Type		= Normal,
		DisplayName	= Stone,
		Icon		= Rock,

See also