Recette

Wiki Project Zomboid

Remove Battery

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

Recette

Ingrédients

Résultat

Condition

Aucune compétence requise.

Résumé
Nom affichéRemove Battery
Nom variableRemove Battery
ModKAVALASH_Authentic Z - Current — Authentic Z
Catégorie
Temps50
OnCreate
OnTest
Sound
Anim
Voir les détails techniques
ModuleAuthenticZRecipes
Sourcemedia\scripts\AuthenticZ_Recipes.txt
lignes: 333 → 342
Recipe PK943
Recipe Sig56778b99b8591655af628f621b84b31667c55ee9

Callbacks

OnCreateAuthenticTorchBatteryRemoval_OnCreate
OnTestRecipe.OnTest.TorchBatteryRemoval
Prop2Authentic_MinerLightbulb

Raw block

	recipe Remove Battery
   {
     keep AuthenticZClothing.Authentic_MinerLightbulb,

     Result:Battery,
     Time:50,
     OnTest:Recipe.OnTest.TorchBatteryRemoval,
     OnCreate:AuthenticTorchBatteryRemoval_OnCreate,
     Prop2:Authentic_MinerLightbulb,
   }