Timer: Difference between revisions

From PZwiki
(add cat)
m (Change category)
Line 1: Line 1:
{{Header|Project Zomboid|Items|Electronics}}
{{Header|Project Zomboid|Items|Materials|Electrical materials}}
{{Page version|41.78.16}}
{{Page version|41.78.16}}
{{Infobox item
{{Infobox item
|name =Timer
|name=Timer
|name_colour=Electric
|name_text_colour=Electric
|model=Timer_Model.png
|model=Timer_Model.png
|icon=Timer.png
|icon=Timer.png
Line 21: Line 19:
The only current use for the timer is crafting a [[Crafted Timer|crafted timer]].
The only current use for the timer is crafting a [[Crafted Timer|crafted timer]].


Note that the timer ''cannot'' be used in a similar way to the [[Alarm Clock|alarm clock]], in setting a time to emit a noise.
Note that the timer ''cannot'' be used similarly to the [[Alarm Clock|alarm clock]], in setting a time to emit a noise.


==Crafting==
==Crafting==
Line 56: Line 54:
{{Navbox equipment}}
{{Navbox equipment}}


[[Category:Electrical materials]]
[[Category:Electronics]]
[[Category:Materials]]
[[Category:Electricals and Transmission (Project)]]
[[Category:Electricals and Transmission (Project)]]

Revision as of 02:08, 24 March 2024

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Timer
Timer Model.png
General
Category
Electronics
Encumbrance
Moodle Icon HeavyLoad.png
0.3
Function
Properties
Material
Metal
Metal quantity
7
Technical
Item 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 similarly to the alarm clock, in setting a time to emit a noise.

Crafting

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3 Ingredient 4
TimerCrafted.png
Crafted Timer
0 XP Electrical 1 Electronics Magazine Vol.2 Screwdriver.png
Screwdriver
(keep)

(consumed)
ElectronicsScrap.png
Scrap Electronics x1
(consumed)
Glue.png
Glue
(1 unit)

(consumed)

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.78.16
item Timer
    {
        DisplayCategory = Electronics,
        Weight	=	0.3,
        Type	=	Normal,
        DisplayName	=	Timer,
        Icon	=	Timer,
        MetalValue = 7,
        WorldStaticModel = Timer,
    }

See also