Timer

From PZwiki
Revision as of 13:23, 3 August 2018 by Vaileasys (talk | contribs) (added code section)
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