Recette

Wiki Project Zomboid

Dice Bell Pepper

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

Recette

Ingrédients

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

Résultat

Condition

Aucune compétence requise.

Résumé
Nom affichéDice Bell Pepper
Nom variableDice 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: 3284 → 3296
Recipe PK3487
Recipe Sig640ec542fbd9b6a869156b372728a52c046d4344

Callbacks

OnGiveXPRecipe.OnGiveXP.None
Prop1Source=2
Prop2Source=1

Raw block

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