Timer: Difference between revisions

From PZwiki
m (Added navbox)
(PZ Updater automated execution(task: deploy ReLookup, eid: 4ae7514a3224143c76f1ea3822475391))
Line 16: Line 16:


==Crafting==
==Crafting==
{{Crafting table header}}
{{Crafting header|ing=4}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 7008 -->
{{RecipeLookup|7008}}
{{Crafting/core|ing=4
{{Crafting table footer}}
| 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==

Revision as of 04:45, 26 March 2022

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
Crafted Timer
Crafted Timer x1
Electrical 1 Electronics Magazine Vol.2 File:TimerParts.png
Alarm Clock
or
Timer x1
(consumed)
Screwdriver
Screwdriver
(keep)
Electronics Scrap
Scrap Electronics x1
(consumed)
Glue
Glue (1 unit)


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

Template:Navbox/Electricity and Engineering