Aucune compétence requise.
| Nom affiché | Préparer un bol de haricots |
|---|---|
| Nom variable | Make Bowl of Beans |
| Mod | Vanilla — Vanilla |
| Catégorie | Cooking |
| Temps | 130 |
| OnCreate | |
| OnTest | |
| Sound | OpenCannedFood |
| Anim |
| Module | Base |
|---|---|
| Source | scripts\recipes.txtlignes: 377 → 389 |
| Recipe PK | 4047 |
| Recipe Sig | c40554fb867c7aadce6491d3eef7f573b659f6a2 |
| OnCreate | Recipe.OnCreate.BeanBowl |
|---|---|
| OnGiveXP | Recipe.OnGiveXP.Cooking3 |
recipe Make Bowl of Beans
{
TinnedBeans,
keep [Recipe.GetItemTypes.CanOpener],
Bowl,
Result:BeanBowl,
Time:130.0,
Category:Cooking,
OnCreate:Recipe.OnCreate.BeanBowl,
OnGiveXP:Recipe.OnGiveXP.Cooking3,
Sound:OpenCannedFood,
}