Crafted Timer: Difference between revisions

From PZwiki
(added model to infobox)
m (Minor)
Line 1: Line 1:
{{Languages}}{{Header|The Game World|Items|Electricity and Engineering|type=Electric|version=Version 40|incver=5}}{{Infobox normal
{{Languages}}
{{Header|The Game World|Items|Electricity and Engineering|type=Electric|version=Version 40|incver=5}}
{{Infobox normal
|display_name=Crafted Timer
|display_name=Crafted Timer
|name_colour=Electric
|name_colour=Electric
Line 11: Line 13:
|primary_use=[[Crafting]]  
|primary_use=[[Crafting]]  
|class_name=Base.TimerCrafted
|class_name=Base.TimerCrafted
}}{{Quote|text=Place on improvised devices and set countdown timer.<br>Requires known recipe and Electrical skill.|author=In-game tooltip}}A '''crafted timer''' is an [[electrical]] [[items|item]] used in [[crafting]].
}}
{{Quote|text=Place on improvised devices and set countdown timer.<br>Requires known recipe and Electrical skill.|author=In-game tooltip}}A '''crafted timer''' is an [[electrical]] [[items|item]] used in [[crafting]].


==Usage==
==Usage==
Line 17: Line 20:


==Crafting==
==Crafting==
===How to craft===
===How to craft===
{{Crafting header|ing=4}}
{{Crafting header|ing=4}}

Revision as of 00:57, 15 July 2023

Crafted Timer
Crafted Timer
Crafted Timer
General
Category Item
Encumbrance
Heavy Load
0.5
Function Crafting
Technical details
Base ID Base.TimerCrafted
Place on improvised devices and set countdown timer.
Requires known recipe and Electrical skill.
— In-game tooltip

A crafted timer is an electrical item used in crafting.

Usage

A crafted timer is used in crafting recipes for modifying explosives, allowing them to have a timed delay that is determined prior to placement. It can be used as a distraction, or as a method of killing zombies, when paired.

Crafting

How to craft

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)

What it can craft

It can be attached to various bombs.

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3 Ingredient 4
Aerosol Bomb with Timer
Aerosol Bomb with Timer
0 XP Electrical 2 Electronics Magazine Vol.2 Aerosolbomb.png
Aerosol Bomb
(consumed)
TimerCrafted.png
Crafted Timer
(consumed)
ElectronicsScrap.png
Scrap Electronics x2
(consumed)
DuctTape.png
Duct Tape
(1 unit)

(consumed)
Fire Bomb with Timer
Fire Bomb with Timer
0 XP Electrical 2 Electronics Magazine Vol.2 BottleWithGas.png
Fire Bomb
(consumed)
TimerCrafted.png
Crafted Timer
(consumed)
ElectronicsScrap.png
Scrap Electronics x2
(consumed)
DuctTape.png
Duct Tape
(1 unit)

(consumed)
Noise Generator with Timer
Noise Generator with Timer
0 XP Electrical 2 Electronics Magazine Vol.2 NoiseMaker.png
Noise Maker
(consumed)
TimerCrafted.png
Crafted Timer
(consumed)
ElectronicsScrap.png
Scrap Electronics x2
(consumed)
DuctTape.png
Duct Tape
(1 unit)

(consumed)
Pipe Bomb with Timer
Pipe Bomb with Timer
0 XP Electrical 2 Electronics Magazine Vol.2 PipeBomb.png
Pipe Bomb
(consumed)
TimerCrafted.png
Crafted Timer
(consumed)
ElectronicsScrap.png
Scrap Electronics x2
(consumed)
DuctTape.png
Duct Tape
(1 unit)

(consumed)
Smoke Bomb with Timer
Smoke Bomb with Timer
0 XP Electrical 2 Electronics Magazine Vol.2 Smokebomb.png
Smoke Bomb
(consumed)
TimerCrafted.png
Crafted Timer
(consumed)
ElectronicsScrap.png
Scrap Electronics x2
(consumed)
DuctTape.png
Duct Tape
(1 unit)

(consumed)

Code

From newitems.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 40.5

	item TimerCrafted
		Weight		= 0.5,
		Type		= Normal,
		DisplayName	= Crafted Timer,
		Icon		= TimerCrafted,
		MetalValue 	= 10,
		Tooltip 	= Tooltip_CraftedTimer,

See also