Aucune compétence requise.
đ La recette doit ĂȘtre apprise via un magazine |
| Nom affiché | Préparer une pùte à gùteau |
|---|---|
| Nom variable | Make Cake Batter |
| Mod | Vanilla â Vanilla |
| Catégorie | Cooking |
| Temps | 50 |
| OnCreate | |
| OnTest | |
| Sound | |
| Anim |
| Module | Base |
|---|---|
| Source | scripts\recipes.txtlignes: 909 â 926 |
| Recipe PK | 4096 |
| Recipe Sig | 957fea2c43926f5d403658b2402d8b2d739837a7 |
| OnGiveXP | Recipe.OnGiveXP.Cooking10 |
|---|---|
| OnTest | Recipe.OnTest.WholeEgg |
recipe Make Cake Batter
{
keep Spatula/[Recipe.GetItemTypes.Spoon]/[Recipe.GetItemTypes.Fork],
Bowl,
[Recipe.GetItemTypes.Flour]=2,
[Recipe.GetItemTypes.BakingFat];15,
[Recipe.GetItemTypes.Sugar];10,
[Recipe.GetItemTypes.Egg]=2,
Yeast,
[Recipe.GetItemTypes.Milk];5,
Result:CakeBatter,
NeedToBeLearn:true,
Time:50.0,
Category:Cooking,
OnGiveXP:Recipe.OnGiveXP.Cooking10,
OnTest:Recipe.OnTest.WholeEgg,
}