Recette

Wiki Project Zomboid

Slice Bellpepper

Nom variable Slice Bell Pepper Mod KAVALASH_sapphcooking Sapph's Cooking Cat. Cooking Time 150

Recette

Ingrédients

ConsomméBellPepper;8
GarderCouperet / [Recipe.GetItemTypes.SapphCookingKnifes]

Résultat

Condition

Aucune compétence requise.

Résumé
Nom affichéSlice Bellpepper
Nom variableSlice Bell Pepper
ModKAVALASH_sapphcooking — Sapph's Cooking
CatégorieCooking
Temps150
OnCreate
OnTest
SoundFoodSlicing
Anim
Voir les détails techniques
ModuleSapphCooking
Sourcemedia\scripts\SapphCooking_recipes.txt
lignes: 3192 → 3204
Recipe PK3480
Recipe Sig158dc5fb97709ef2db1aa6f57f73bd141df9b162

Callbacks

OnGiveXPRecipe.OnGiveXP.None
Prop1Source=2
Prop2Source=1

Raw block

	recipe Slice Bell Pepper
	{
		BellPepper;8,
		keep [Recipe.GetItemTypes.SapphCookingKnifes]/MeatCleaver,
		Result 		: SlicedBellPepper,
		Time 		: 150,
		Category 		: Cooking,
		OnGiveXP 		: Recipe.OnGiveXP.None,
		CanBeDoneFromFloor 		: true,
		Sound		: FoodSlicing,
		Prop1:Source=2,
		Prop2:Source=1,
	}