Skip to content
Snippets Groups Projects
  • Florian Schröder's avatar
    87d43f82
    Move game content configurations to "configs" directory · 87d43f82
    Florian Schröder authored
    All configurations, scripts, and yaml files previously held in "game_content" are now placed in the "configs" directory for logical organization and better visibility. All references within the code that previously pointed to "game_content" have been updated to reflect the new "configs" path.
    87d43f82
    History
    Move game content configurations to "configs" directory
    Florian Schröder authored
    All configurations, scripts, and yaml files previously held in "game_content" are now placed in the "configs" directory for logical organization and better visibility. All references within the code that previously pointed to "game_content" have been updated to reflect the new "configs" path.
level1_item_info.yaml 3.49 KiB
CuttingBoard:
  type: Equipment

Sink:
  type: Equipment

Stove:
  type: Equipment

DeepFryer:
  type: Equipment

Oven:
  type: Equipment

Pot:
  type: Equipment
  equipment: Stove

Pan:
  type: Equipment
  equipment: Stove

Basket:
  type: Equipment
  equipment: DeepFryer

Peel:
  type: Equipment
  equipment: Oven

DirtyPlate:
  type: Equipment

Plate:
  type: Equipment
  needs: [ DirtyPlate ]
  seconds: 2.0
  equipment: Sink

# --------------------------------------------------------------------------------

Tomato:
  type: Ingredient

Lettuce:
  type: Ingredient

Onion:
  type: Ingredient

Meat:
  type: Ingredient

Bun:
  type: Ingredient

Potato:
  type: Ingredient

Fish:
  type: Ingredient

Dough:
  type: Ingredient

Cheese:
  type: Ingredient

Sausage: