diff options
Diffstat (limited to 'data/tiles.yaml')
-rw-r--r-- | data/tiles.yaml | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/data/tiles.yaml b/data/tiles.yaml index 6f30126e..2e1f757d 100644 --- a/data/tiles.yaml +++ b/data/tiles.yaml @@ -1,23 +1,26 @@ -
-- oven
+# kitchen
+- counter
+- oven:
- accepts:
- bakeable
-- service
+- service:
- accepts:
- container
-- table
-- chair
-- tomato-bag
+
+# supply
+- tomato-bag:
- generates:
- tomato
-- flour-bag
+- flour-bag:
- generates:
- flour
- freezer:
- generates:
- steak
-- counter
- sink:
- accepts:
- dirty
+# customers
+- table
+- chair
|