Recette

Wiki Project Zomboid

Unrope 5

Nom variable Unrope 5 Mod KAVALASH_EasyPacking Easy Packing For Vanilla v1.0 Cat. Storage Time 115

Recette

Ingrédients

Résultat

Condition

Aucune compétence requise.

Résumé
Nom affichéUnrope 5
Nom variableUnrope 5
ModKAVALASH_EasyPacking — Easy Packing For Vanilla v1.0
CatégorieStorage
Temps115
OnCreate
OnTest
Sound
Anim
Voir les détails techniques
ModulePacking
Sourcemedia\scripts\PackingItems\plaster_powder.txt
lignes: 159 → 170
Recipe PK1895
Recipe Sig37ad18a937b6a11f5cb350166fde09324c72dbbe

Callbacks

OnCreateRecipe.OnCreate.Unpack1SheetRope
OnGiveXPRecipe.OnGiveXP.None
OnTestRecipe.OnTest.IsFavorite

Raw block

	recipe Unrope 5
	{
		destroy 5pkSheetRopePlasterPowder,
		
		Result:PlasterPowder=5,
		CanBeDoneFromFloor:true,
		OnGiveXP:Recipe.OnGiveXP.None,
		OnCreate:Recipe.OnCreate.Unpack1SheetRope,
		OnTest:Recipe.OnTest.IsFavorite,
		Time:115.0,
		Category:Storage,
	}