Timer: Difference between revisions

From PZwiki
(PZ Updater automated execution(task: deploy ReLookup, eid: 4ae7514a3224143c76f1ea3822475391))
m (Cleanup)
Line 1: Line 1:
{{languages|Timer}}
{{Languages}}{{Header|The Game World|Items|Electricity and Engineering|type=Electric|version=Version 40|incver=5}}{{Infobox normal
{{header|The Game World|Items|Electricity and Engineering|type=Electric|version=Version 40|incver=5}}{{Infobox normal
|display_name=Timer
|display_name = Timer
|name_colour=Electric
|name_colour = Electric
|name_text_colour=Electric
|name_text_colour = Electric
|image=Timer.png  
|image = Timer.png  
|weight=0.3
|weight = 0.3
|primary_use=[[Crafting]]
|primary_use = [[Crafting]]
|class_name=Base.Timer
|class_name = Base.Timer
}}A '''timer''' is an [[electrical]] [[items|item]] used in [[crafting]].
}}A '''timer''' is an [[electrical]] [[items|item]] used in [[crafting]].


Line 16: Line 15:


==Crafting==
==Crafting==
{{Crafting header|ing=4}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 7008 -->
{{Crafting header|ing=4}}
{{Crafting/core|ing=4
{{Crafting electrical|102|ing=4}}
| product_image = [[File:TimerCrafted.png|link=Crafted Timer|Crafted Timer]] | product_name = [[Crafted Timer]] | product_quantity = x1
| xp = <!-- Not present in the old template. Please fill in manually. -->
| sl = [[Electrical]] 1
| req = [[File:MagazineElectronics03.png|32px|Recipe Magazines#Electrical|Electronics Magazine Vol.2]]
| f1 = [[File:TimerParts.png]] | i1 = [[Alarm Clock]]<br>or<br>[[Timer]] | q1 = x1 | tag1 = (consumed)
| f2 = [[File:Screwdriver.png|link=Screwdriver|Screwdriver]] | i2 = [[Screwdriver]] | q2 =  | tag2 = (keep)
| f3 = [[File:ElectronicsScrap.png|link=Electronics Scrap|Electronics Scrap]] | i3 = [[Electronics Scrap]] | q3 = x1 | tag3 = (consumed)
| f4 = [[File:Glue.png|link=Glue|Glue]] | i4 = [[Glue]] | q4 = (1 unit)
}}
|}
|}


==Code==
==Code==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=40|incver=5}}
{{Retrieved|version=40|incver=5}}
<pre> item Timer
<pre>
item Timer
Weight = 0.3,
Weight = 0.3,
Type = Normal,
Type = Normal,
DisplayName = Timer,
DisplayName = Timer,
Icon = Timer,
Icon = Timer,
MetalValue = 7,</pre>
MetalValue = 7,
</pre>


==See also==
==See also==
*[[Digital Watch]]
*[[Digital Watch]]


{{Navbox/Electricity and Engineering}}
{{Navbox equipment}}


[[Category:Electricals and Transmission (Project)]]
[[Category:Electricals and Transmission (Project)]]

Revision as of 23:15, 5 April 2023

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

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

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