Crafted Timer: Difference between revisions

From PZwiki
m (Add cat)
m (Automated Formatting)
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Header|Project Zomboid|Items|Materials|Electronic materials}}
{{Header|Project Zomboid|Items|Materials|Electrical materials}}
{{Page version|41.78.16}}
{{Page version|41.78.16}}
{{Infobox item
{{Infobox item
|name =Crafted Timer
|name=Crafted Timer
|model=CraftedTimer_Model.png
|model=CraftedTimer_Model.png
|model_width=200px
|model_width=200px
Line 14: Line 14:
|item_id=Base.TimerCrafted
|item_id=Base.TimerCrafted
}}
}}
{{Quote|text=Place on improvised devices and set countdown timer.<br>Requires known recipe and Electrical skill.|author=In-game tooltip}}
{{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]].
A '''crafted timer''' is an [[electrical]] [[Items|item]] used in [[crafting]].
Line 23: Line 22:
==Crafting==
==Crafting==
===How to craft===
===How to craft===
{{Crafting header|ing=4}}
{{Crafting/sandbox2
{{Crafting electrical|102|ing=4}}
|crafted_timer
|}
}}


===What it can craft===
===What it can craft===
It can be attached to various bombs.
It can be attached to various bombs.
{{Crafting header|ing=4}}
{{Crafting/sandbox2
{{Crafting electrical|401|ing=4}}
|aerosol_bomb_with_timer
{{Crafting electrical|406|ing=4}}
|fire_bomb_with_timer
{{Crafting electrical|411|ing=4}}
|noise_generator_with_timer
{{Crafting electrical|416|ing=4}}
|pipe_bomb_with_timer
{{Crafting electrical|421|ing=4}}
|smoke_bomb_with_timer
|}
}}




Line 50: Line 49:
! style="width: 3.2em;" | Chance
! style="width: 3.2em;" | Chance
|-
|-
|SafehouseLoot  
|SafehouseLoot
|[[crate]]  
|[[crate]]
|4  
|4
|6
|6
|-
|-
|closet  
|closet
|[[crate]]  
|[[crate]]
|4  
|4
|8
|8
|}
|}
Line 71: Line 70:
   | version = 41.78.16
   | version = 41.78.16
   | code =
   | code =
    item TimerCrafted
item TimerCrafted
     {
     {
         DisplayCategory = Electronics,
         DisplayCategory = Electronics,
Line 82: Line 81:
         WorldStaticModel = CraftedTimer,
         WorldStaticModel = CraftedTimer,
     }
     }
  }}
}}
}}
}}


Line 88: Line 87:
*[[Electrical]]
*[[Electrical]]


{{Navbox equipment}}
{{Navbox items|electrical_materials}}
 


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

Revision as of 07:50, 14 April 2024

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Crafted Timer
CraftedTimer Model.png
General
Category
Electronics
Encumbrance
Moodle Icon HeavyLoad.png
0.5
Function
Properties
Material
Metal
Metal quantity
10
Technical
Item 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 Ingredients Tools Requirements Workstation XP
TimerCrafted.png
Crafted Timer
One of:
AlarmClock.png Alarm Clock ×1
Timer.png Timer ×1
Each of:
ElectronicsScrap.png Scrap Electronics ×1
Glue.png Glue ×1 unit(s)
Screwdriver.png
Screwdriver
Electrical 1
(and)
MagazineElectronics02.png
Electronics Magazine Vol.2
none none

What it can craft

It can be attached to various bombs.

Product Ingredients Tools Requirements Workstation XP
AerosolbombTimer.png
Aerosol Bomb with Timer
Aerosolbomb.png Aerosol Bomb ×1
TimerCrafted.png Crafted Timer ×1
ElectronicsScrap.png Scrap Electronics ×2
DuctTape.png Duct Tape ×1 unit(s)
none Electrical 2
(and)
MagazineElectronics02.png
Electronics Magazine Vol.2
none none
FireBomb.png
Fire Bomb with Timer
BottleWithGas.png Fire Bomb ×1
TimerCrafted.png Crafted Timer ×1
ElectronicsScrap.png Scrap Electronics ×2
DuctTape.png Duct Tape ×1 unit(s)
none Electrical 2
(and)
MagazineElectronics02.png
Electronics Magazine Vol.2
none none
NoiseMaker.png
Noise Generator with Timer
NoiseMaker.png Noise Maker ×1
TimerCrafted.png Crafted Timer ×1
ElectronicsScrap.png Scrap Electronics ×2
DuctTape.png Duct Tape ×1 unit(s)
none Electrical 2
(and)
MagazineElectronics02.png
Electronics Magazine Vol.2
none none
PipeBombTimer.png
Pipe Bomb with Timer
PipeBomb.png Pipe Bomb ×1
TimerCrafted.png Crafted Timer ×1
ElectronicsScrap.png Scrap Electronics ×2
DuctTape.png Duct Tape ×1 unit(s)
none Electrical 2
(and)
MagazineElectronics03.png
Electronics Magazine Vol.3
none none
SmokebombTimer.png
moke Bomb with Timer
Smokebomb.png Smoke Bomb ×1
TimerCrafted.png Crafted Timer ×1
ElectronicsScrap.png Scrap Electronics ×2
DuctTape.png Duct Tape ×1 unit(s)
none Electrical 2
(and)
MagazineElectronics03.png
Electronics Magazine Vol.3
none none


Distribution

The loot distributions can be found in the table(s) below.

Containers
Building/Room Container Rolls Chance
SafehouseLoot crate 4 6
closet crate 4 8

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 TimerCrafted
    {
        DisplayCategory = Electronics,
        Weight	=	0.5,
        Type	=	Normal,
        DisplayName	=	Crafted Timer,
        Icon	=	TimerCrafted,
        MetalValue = 10,
        Tooltip = Tooltip_CraftedTimer,
        WorldStaticModel = CraftedTimer,
    }

See also