Files
VRyHungry1/recipes.yaml
T
2026-08-01 21:48:28 +02:00

53 lines
919 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: 4
charcoal:
- ingredient: cooked_burger
time: 5
- ingredient: toast
time: 2
- ingredient: cube
time: 1
chips:
ingredient: chopped_potato
time: 3
chopping:
salad:
ingredient: lettuce
work: 50
chopped_potato:
ingredient: potato
work: 30
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