Recette

Wiki Project Zomboid

Unrope 10

Nom variable Unrope 10 Mod KAVALASH_EasyPacking Easy Packing For Vanilla v1.0 Cat. Storage Time 140

Recette

Ingrédients

Résultat

Condition

Aucune compétence requise.

Résumé
Nom affichéUnrope 10
Nom variableUnrope 10
ModKAVALASH_EasyPacking — Easy Packing For Vanilla v1.0
CatégorieStorage
Temps140
OnCreate
OnTest
Sound
Anim
Voir les détails techniques
ModulePacking
Sourcemedia\scripts\PackingItems\plaster_powder.txt
lignes: 133 → 144
Recipe PK1893
Recipe Sigeb7f32f3d57362d2f7c510fd21fd1a6151dd2ffc

Callbacks

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

Raw block

	recipe Unrope 10
	{
		destroy 10pkSheetRopePlasterPowder,
		
		Result:PlasterPowder=10,
		CanBeDoneFromFloor:true,
		OnGiveXP:Recipe.OnGiveXP.None,
		OnCreate:Recipe.OnCreate.Unpack2SheetRope,
		OnTest:Recipe.OnTest.IsFavorite,
		Time:140.0,
		Category:Storage,
	}