Crafted Timer: Difference between revisions

From PZwiki
m (Added Language Classification)
(Added Recipe code/info in nowiki Box relating to crafting of timer.)
Line 40: Line 40:
{{RecipeLookup|7026}}
{{RecipeLookup|7026}}
|}
|}
== Code ==
<nowiki>
    recipe Make Timer
    {
      Timer/AlarmClock,
      keep Screwdriver,
      ElectronicsScrap,
      Glue=1,


      Result:TimerCrafted,
      SkillRequired:Electricity=1,
      NeedToBeLearn:true,
      Time:50.0,
      Category:Electrical,
</nowiki>
[[Category:Items]]
[[Category:Items]]

Revision as of 01:40, 22 August 2016


Template:Items The timer is an electronic part for use in the crafting recipes of explosives.


Uses

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.


Crafting

How to craft

Output Ingredients Description Skill Level












What it can craft

It can be attached to various bombs.

Output Ingredients Description Skill Level




























































Code

    recipe Make Timer
    {
       Timer/AlarmClock,
       keep Screwdriver,
       ElectronicsScrap,
       Glue=1,

       Result:TimerCrafted,
       SkillRequired:Electricity=1,
       NeedToBeLearn:true,
       Time:50.0,
       Category:Electrical,