Recette

Wiki Project Zomboid

Prepare Ceviche

Nom variable Prepare Ceviche Mod KAVALASH_sapphcooking Sapph's Cooking Cat. Cooking Time 100

Recette

Ingrédients

ConsomméFilet de poisson
Consommé[Recipe.GetItemTypes.SapphCookingCitrus];2
DétruireBol (vide)
GarderCouperet / [Recipe.GetItemTypes.SapphCookingKnifes]

Résultat

Condition

Aucune compétence requise.

Résumé
Nom affichéPrepare Ceviche
Nom variablePrepare Ceviche
ModKAVALASH_sapphcooking — Sapph's Cooking
CatégorieCooking
Temps100
OnCreate
OnTest
Sound
Anim
Voir les détails techniques
ModuleSapphCooking
Sourcemedia\scripts\SapphCooking_recipes.txt
lignes: 4066 → 4079
Recipe PK3545
Recipe Sig7afb1a8aff32609ef5b9b53271eaddd1c6b9e23d

Callbacks

OnCreateRecipe.OnCreate.FryingBatter
OnGiveXPRecipe.OnGiveXP.None

Raw block

	recipe Prepare Ceviche
	{
		FishFillet,
		[Recipe.GetItemTypes.SapphCookingCitrus];2,
		destroy Bowl,
		keep [Recipe.GetItemTypes.SapphCookingKnifes]/MeatCleaver,
		Result 		: CevicheBowl,
		Time 		: 100.0,
		Category 		: Cooking,
		OnGiveXP 		: Recipe.OnGiveXP.None,
		OnCreate: Recipe.OnCreate.FryingBatter,
		CanBeDoneFromFloor 		: true,
		AnimNode:Disassemble,
	}