Recette

Wiki Project Zomboid

Saw Off Shotgun Stock

Nom variable Saw Off Shotgun Stock Mod KAVALASH_VFExpansion1 Vanilla Firearms Expansion Time 200

Recette

Ingrédients

Garder[Recipe.GetItemTypes.Saw]

Résultat

Condition

Aucune compétence requise.

Résumé
Nom affichéSaw Off Shotgun Stock
Nom variableSaw Off Shotgun Stock
ModKAVALASH_VFExpansion1 — Vanilla Firearms Expansion
Catégorie
Temps200
OnCreate
OnTest
SoundSawing
Anim
Voir les détails techniques
ModuleBase
Sourcemedia\scripts\VFE_recipe.txt
lignes: 4 → 16
Recipe PK3899
Recipe Sigb31ad48ebcb2723a902cde6e0858160d156e397d

Callbacks

OnCreateVFEShotgunSawnoff_OnCreate
Prop1Source=2
Prop2ShotgunSawing2

Raw block

	recipe Saw Off Shotgun Stock
    {
	  ShotgunSawnoff,
      keep [Recipe.GetItemTypes.Saw],

      Result:ShotgunSawnoffNoStock,
      Sound:Sawing,
	  Time:200.0,
	  AnimNode:SawLog,
	  Prop1:Source=2,
	  Prop2:ShotgunSawing2,
	  OnCreate:VFEShotgunSawnoff_OnCreate,
    }