Recette

Wiki Project Zomboid

Upgrade Duffel Bag

Nom variable Upgrade Duffelbag Mod KAVALASH_Authentic Z - Current Authentic Z Cat. Tailoring Time 300

Condition

Aucune compétence requise.

Résumé
Nom affichéUpgrade Duffel Bag
Nom variableUpgrade Duffelbag
ModKAVALASH_Authentic Z - Current — Authentic Z
CatégorieTailoring
Temps300
OnCreate
OnTest
Sound
Anim
Voir les détails techniques
ModuleAuthenticZClothing
Sourcemedia\scripts\Backpacks\AuthenticZ_BackpackUpgrades_Recipes.txt
lignes: 1708 → 1723
Recipe PK1047
Recipe Sig9b6d39661f35c4d47c3099bd53fde1cb98a50c1d

Callbacks

OnCreatePleaseKeepColor
OnGiveXPRecipe.OnGiveXP.Tailoring5

Raw block

recipe Upgrade Duffelbag  /* Greys*/
  	{
	   Bag_MoneyBag/Bag_WeaponBag/Bag_ShotgunBag/Bag_ShotgunSawnoffBag/Bag_ShotgunDblBag/Bag_ShotgunDblSawnoffBag/Bag_FoodCanned/Bag_FoodSnacks/Bag_ToolBag,
		keep Scissors,
        keep Needle/SutureNeedle,
       Thread=3,
	   DenimStrips/LeatherStrips=3,	 	   

	   OnCreate:PleaseKeepColor,
   	   Result:Bag_DuffelBagGrey_Tier_1,
       OnGiveXP:Recipe.OnGiveXP.Tailoring5,		   
	   Time:300.0,
       AnimNode:Disassemble,	   
	   Category:Tailoring,
	   Tooltip:Tooltip_AttachBackpackTier1,
  	}