Timer: Difference between revisions

From PZwiki
(added content)
(added code section)
Line 19: Line 19:
{{RecipeLookup|7008}}
{{RecipeLookup|7008}}
{{Crafting table footer}}
{{Crafting table footer}}
==Code==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=40|incver=5}}
<pre> item Timer
Weight = 0.3,
Type = Normal,
DisplayName = Timer,
Icon = Timer,
MetalValue = 7,</pre>


==See also==
==See also==

Revision as of 13:23, 3 August 2018

Timer
Timer
General
Category Item
Encumbrance
Heavy Load
0.3
Function Crafting
Technical details
Base ID Base.Timer

A timer is an electrical item used in crafting.

Usage

The only current use for the timer is crafting a crafted timer.

Note that the timer cannot be used in a similar way to the alarm clock, in setting a time to emit a noise.

Crafting

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

Code

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

	item Timer
		Weight		= 0.3,
		Type		= Normal,
		DisplayName	= Timer,
		Icon		= Timer,
		MetalValue 	= 7,

See also