Recette

Wiki Project Zomboid

Rope 10

Nom variable Rope 10 Mod KAVALASH_EasyPacking Easy Packing For Vanilla v1.0 Cat. Storage Time 400

Recette

Ingrédients

DétruireRéservoir à propane× 10
ConsomméCorde de draps× 2

Résultat

Condition

Aucune compétence requise.

Résumé
Nom affichéRope 10
Nom variableRope 10
ModKAVALASH_EasyPacking — Easy Packing For Vanilla v1.0
CatégorieStorage
Temps400
OnCreate
OnTest
Sound
Anim
Voir les détails techniques
ModulePacking
Sourcemedia\scripts\PackingItems\propane_tank.txt
lignes: 118 → 129
Recipe PK1922
Recipe Sigfcd3386d02771e6a8978141502e900976a677a73

Callbacks

OnCreateRecipe.OnCreate.SaveUses
OnTestRecipe.OnTest.IsFavorite

Raw block

	recipe Rope 10
	{
		destroy PropaneTank=10,
		SheetRope=2,
		
		CanBeDoneFromFloor:true,
		Result:10pkSheetRopePropaneTank,
		OnCreate:Recipe.OnCreate.SaveUses,
		OnTest:Recipe.OnTest.IsFavorite,
		Time:400.0,
		Category:Storage,
	}