Recette

Wiki Project Zomboid

Remove Battery

Nom variable Remove Battery Mod KAVALASH_Authentic Z - Current Authentic Z Time 30

Recette

Ingrédients

GarderTorche

Résultat

Condition

Aucune compétence requise.

Résumé
Nom affichéRemove Battery
Nom variableRemove Battery
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: 295 → 305
Recipe PK940
Recipe Sig37f64902ae22eabf17725a152caae161b2ec2cf1

Callbacks

OnCreateAuthenticTorchBatteryRemoval_OnCreate
OnTestRecipe.OnTest.TorchBatteryRemoval
Prop2HandTorch
StopOnWalk0

Raw block

	recipe Remove Battery
   {
     keep AuthenticZClothing.HandTorch2,

     Result:Battery,
     Time:30,
     OnTest:Recipe.OnTest.TorchBatteryRemoval,
     OnCreate:AuthenticTorchBatteryRemoval_OnCreate,
     StopOnWalk:false,
     Prop2:HandTorch,
   }