Recette

Wiki Project Zomboid

Insert Battery into Duck

Nom variable Insert Battery into Duck Mod KAVALASH_Custom Kavalash Custom Mod Time 30

Recette

Ingrédients

DétruirePile

Résultat

Condition

Aucune compétence requise.

Résumé
Nom affichéInsert Battery into Duck
Nom variableInsert Battery into Duck
ModKAVALASH_Custom — Kavalash Custom Mod
Catégorie
Temps30
OnCreate
OnTest
Sound
Anim
Voir les détails techniques
ModuleBase
Sourcemedia\scripts\recipes.txt
lignes: 599 → 609
Recipe PK2763
Recipe Sigc7574d5c37f968e13b8c956cb8b278b607271320

Callbacks

OnCreateRecipe.OnCreate.TorchBatteryInsert
OnTestRecipe.OnTest.TorchBatteryInsert
StopOnWalk0

Raw block

   recipe Insert Battery into Duck
   {
     destroy Rubberducky2,
     destroy Battery,

     Result:Rubberducky2,
     Time:30,
     OnTest:Recipe.OnTest.TorchBatteryInsert,
     OnCreate:Recipe.OnCreate.TorchBatteryInsert,
     StopOnWalk:false,
   }