Crafted Timer: Difference between revisions

From PZwiki
(→‎Code: Update codebox to B41)
(Automated creation of distribution header)
Line 35: Line 35:
{{Crafting electrical|416|ing=4}}
{{Crafting electrical|416|ing=4}}
{{Crafting electrical|421|ing=4}}
{{Crafting electrical|421|ing=4}}
|}
{{clear}}
==Distribution==
The loot distributions can be found in the table(s) below.
{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
! colspan="4" | Containers
|-
!Building/Room
!Container
! style="width: 3.2em;" |Rolls
! style="width: 3.2em;" |Chance
|-
| rowspan="1"|closet
| [[crate]]
| 4
| 8
|}
|}



Revision as of 10:00, 11 February 2024

Template:Header/sandbox2

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 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)


Distribution

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

Containers
Building/Room Container Rolls Chance
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