Recette

Wiki Project Zomboid

Insert Battery into Prepper Flashlight

Nom variable Insert Battery into Prepper Flashlight Mod KAVALASH_UndeadSuvivor UndeadSurvivor Time 30

Recette

Ingrédients

DétruirePile

Résultat

Condition

Aucune compétence requise.

Résumé
Nom affichéInsert Battery into Prepper Flashlight
Nom variableInsert Battery into Prepper Flashlight
ModKAVALASH_UndeadSuvivor — UndeadSurvivor
Catégorie
Temps30
OnCreate
OnTest
Sound
Anim
Voir les détails techniques
ModuleBase
Sourcemedia\scripts\Recipes_UndeadSurvivor.txt
lignes: 111 → 121
Recipe PK3779
Recipe Sig7b8130344de576b1fa24d5df767c439385a93549

Callbacks

OnCreateTorchBatteryInsert_OnCreate
OnTestUndeadSurvivorTorchBatteryInsert_TestIsValid
Prop2PrepperFlashlight

Raw block

  	 recipe Insert Battery into Prepper Flashlight
   {
     destroy PrepperFlashlight,
     destroy Battery,

     Result:PrepperFlashlight,
     Time:30,
     OnTest:UndeadSurvivorTorchBatteryInsert_TestIsValid,
     OnCreate:TorchBatteryInsert_OnCreate,
      Prop2:PrepperFlashlight,
   }