Timer: Difference between revisions

From PZwiki
m (→‎See also: change see also link to more relevant item)
(added infobox details)
Line 8: Line 8:
|icon=Timer.png
|icon=Timer.png
|icon_name=Timer
|icon_name=Timer
|category=Electronics
|weight=0.3
|weight=0.3
|primary_use=[[Crafting]]
|function=[[Crafting]]
|class_name=Base.Timer
|material=Metal
|material_value=7
|item_id=Base.Timer
}}
}}
A '''timer''' is an [[electrical]] [[Items|item]] used in [[crafting]].
A '''timer''' is an [[electrical]] [[Items|item]] used in [[crafting]].

Revision as of 13:33, 21 January 2024

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 in a similar way 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 40.5
item Timer
{
    Weight        = 0.3,
    Type          = Normal,
    DisplayName   = Timer,
    Icon          = Timer,
    MetalValue    = 7,
}

See also