Recette

Wiki Project Zomboid

Rope 10

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

Recette

Ingrédients

DétruirePlanche× 10
ConsomméCorde× 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
Temps175
OnCreate
OnTest
Sound
Anim
Voir les détails techniques
ModulePacking
Sourcemedia\scripts\PackingItems\plank.txt
lignes: 68 → 79
Recipe PK1870
Recipe Sig770a5585835603a069edf228ae692f8916f90393

Callbacks

OnGiveXPRecipe.OnGiveXP.None
OnTestRecipe.OnTest.IsFavorite

Raw block

	recipe Rope 10
	{
		destroy Plank=10,
		Rope=2,
		
		CanBeDoneFromFloor:true,
		Result:10pkRopePlank,
		OnGiveXP:Recipe.OnGiveXP.None,
		OnTest:Recipe.OnTest.IsFavorite,
		Time:175.0,
		Category:Storage,
	}