Recette

Wiki Project Zomboid

Pack 10

Nom variable Pack 10 Mod KAVALASH_EasyPacking Easy Packing For Vanilla v1.0 Cat. Storage Time 75

Recette

Ingrédients

DétruireFil électrique× 10

Résultat

Condition

Aucune compétence requise.

Résumé
Nom affichéPack 10
Nom variablePack 10
ModKAVALASH_EasyPacking — Easy Packing For Vanilla v1.0
CatégorieStorage
Temps75
OnCreate
OnTest
Sound
Anim
Voir les détails techniques
ModulePacking
Sourcemedia\scripts\PackingItems\electric_wire.txt
lignes: 34 → 43
Recipe PK1436
Recipe Sig471b93b53ac14ff64f0aaeb7d4bcf7b15ab1e914

Callbacks

OnGiveXPRecipe.OnGiveXP.None
OnTestRecipe.OnTest.IsFavorite

Raw block

	recipe Pack 10
	{
		destroy ElectricWire=10,
		
		Result:10pkElectricWire,
		OnTest:Recipe.OnTest.IsFavorite,
		OnGiveXP:Recipe.OnGiveXP.None,
		Time:75.0,
		Category:Storage,
	}