Recette

Wiki Project Zomboid

Insert Battery into Flashlight

Nom variable Insert Battery into Flashlight Mod KAVALASH_Authentic Z - Current Authentic Z Time 30

Recette

Ingrédients

DétruireTorche
DétruirePile

Résultat

Condition

Aucune compétence requise.

Résumé
Nom affichéInsert Battery into Flashlight
Nom variableInsert Battery into Flashlight
ModKAVALASH_Authentic Z - Current — Authentic Z
Catégorie
Temps30
OnCreate
OnTest
Sound
Anim
Voir les détails techniques
ModuleAuthenticZRecipes
Sourcemedia\scripts\AuthenticZ_Recipes.txt
lignes: 307 → 318
Recipe PK941
Recipe Sig8dd73350753a541d9a3ceb231a9c8541097a0cb7

Callbacks

OnCreateRecipe.OnCreate.TorchBatteryInsert
OnTestAuthenticTorchBatteryInsert_TestIsValid
Prop2HandTorch
StopOnWalk0

Raw block

  	 recipe Insert Battery into Flashlight
   {
     destroy AuthenticZClothing.HandTorch2,
     destroy Battery,

     Result:AuthenticZClothing.HandTorch2,
     Time:30,
     OnTest:AuthenticTorchBatteryInsert_TestIsValid,
     OnCreate:Recipe.OnCreate.TorchBatteryInsert,
     StopOnWalk:false,
     Prop2:HandTorch,
   }