Files
VRyHungry1/recipes.yaml
2026-07-27 14:20:44 +02:00

47 lines
813 B
YAML

items:
hamburger:
scene: res://Items/hamburger.tscn
burger_buns:
scene: res://Items/BurgerBuns.tscn
cooked_burger:
scene: res://Items/cooked_burger.tscn
cube:
scene: res://Items/PickupCube.tscn
charcoal:
scene: res://Items/Charcoal.tscn
combining:
hamburger:
- [cooked_burger, burger_buns]
- [charcoal, charcoal]
cooking:
cooked_burger:
ingredient: raw_burger
time: 3
charcoal:
- ingredient: cooked_burger
time: 2
- ingredient: toast
time: 2
- ingredient: cube
time: 1
chopping:
salad:
ingredient: lettuce
work: 50
rolling:
pie_base:
ingredient: dough
work: 80
augmenting:
cooked_burger:
has_tomato: sliced_tomato
has_cheese: cheese
salad:
has_tomato: sliced_tomato
has_olives: olives