Recette

Wiki Project Zomboid

Make Jar of Eggs

Nom variable Make Jar of Eggs Mod KAVALASH_sapphcooking Sapph's Cooking Cat. Cooking Time 100

Recette

Ingrédients

ConsomméBocal (vide)
ConsomméEgg;35
ConsomméWater× 10
ConsomméVinaigre× 2
Consommé[Recipe.GetItemTypes.SapphCookingSugar];1

Résultat

Condition

Aucune compétence requise.

Résumé
Nom affichéMake Jar of Eggs
Nom variableMake Jar of Eggs
ModKAVALASH_sapphcooking — Sapph's Cooking
CatégorieCooking
Temps100
OnCreate
OnTest
Sound
Anim
Voir les détails techniques
ModuleSapphCooking
Sourcemedia\scripts\SapphCooking_recipes.txt
lignes: 2914 → 2926
Recipe PK3455
Recipe Sig70d7afaa5816dbc314122dabfbbbd923b21859fc

Callbacks

OnGiveXPRecipe.OnGiveXP.Cooking10

Raw block

   	recipe Make Jar of Eggs
   	{
        	EmptyJar,
        	JarLid,
        	Egg;35,
        	Water=10,
        	Vinegar=2,
        	[Recipe.GetItemTypes.SapphCookingSugar];1,
        	Result		: CannedEggs,
        	Time		: 100.0,
        	Category:Cooking,
        	OnGiveXP:Recipe.OnGiveXP.Cooking10,
    	}