Crafted Timer: Difference between revisions

From PZwiki
m (category)
(added new header and infobox)
Line 1: Line 1:
{{languages|Crafted_Timer}}
{{languages|Crafted Timer}}
 
{{header|The Game World|Items|Electricity and Engineering|type=Electric|version=Version 40|incver=5}}{{Infobox normal
{{Items
|display_name = Digital Watch
|image = TimerCrafted.png
|name_colour = Electric
|weight = 0.3
|name_text_colour = Electric
}}
|image = TimerCrafted.png  
The timer is an [[Items#Electrical_new.21.21|electronic part]] for use in the crafting recipes of [[Items#Bomb & Thrown Item|explosives]].
|weight = 0.5
 
|primary_use = [[Crafting]]  
 
|secondary_use = Dismantle for [[Electronics Scrap|electronics scrap]]
== Uses ==
|class_name = Base.DigitalWatch2
The timer allows explosives 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.
}}{{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 ==
A crafted timer is used in the crafting recipes for modifying [[:Category:Bomb and Throwing Items|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 ==
== Crafting ==
=== How to craft ===
=== How to craft ===
 
{{Crafting table header}}
{| class="wikitable sortable" style="text-align:center;"
|-
! Output
! class="unsortable" | Ingredients
! class="unsortable" | Description
! Skill Level
{{RecipeLookup|7008}}
{{RecipeLookup|7008}}
|}
{{Crafting table footer}}


=== What it can craft ===
=== What it can craft ===
It can be attached to various bombs.
It can be attached to various bombs.
 
{{Crafting table header}}
{| class="wikitable sortable" style="text-align:center;"
|-
! Output
! class="unsortable" | Ingredients
! class="unsortable" | Description
! Skill Level
{{RecipeLookup|7010}}
{{RecipeLookup|7010}}
{{RecipeLookup|7014}}
{{RecipeLookup|7014}}
Line 39: Line 28:
{{RecipeLookup|7022}}
{{RecipeLookup|7022}}
{{RecipeLookup|7026}}
{{RecipeLookup|7026}}
|}
{{Crafting table footer}}
 
== Code ==
== Code ==
<nowiki>
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
    recipe Make Timer
{{Retrieved|version=40|incver=5}}
    {
<pre> item TimerCrafted
      Timer/AlarmClock,
Weight = 0.5,
      keep Screwdriver,
Type = Normal,
      ElectronicsScrap,
DisplayName = Crafted Timer,
      Glue=1,
Icon = TimerCrafted,
MetalValue = 10,
Tooltip = Tooltip_CraftedTimer,
</pre>
 
==See also==
*[[Electrical|Electrical Guide]]


      Result:TimerCrafted,
      SkillRequired:Electricity=1,
      NeedToBeLearn:true,
      Time:50.0,
      Category:Electrical,
</nowiki>
[[Category:Items]]
[[Category:Electricals and Transmission (Project)]]
[[Category:Electricals and Transmission (Project)]]

Revision as of 11:00, 3 August 2018

Digital Watch
Digital Watch
General
Category Item
Encumbrance
Heavy Load
0.5
Function Crafting
Dismantle for electronics scrap
Technical details
Base ID Base.DigitalWatch2
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 the 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

Template:Crafting table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

What it can craft

It can be attached to various bombs. Template:Crafting table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

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