aboutsummaryrefslogtreecommitdiff
path: root/data/maps
diff options
context:
space:
mode:
Diffstat (limited to 'data/maps')
-rw-r--r--data/maps/duplex.yaml88
1 files changed, 28 insertions, 60 deletions
diff --git a/data/maps/duplex.yaml b/data/maps/duplex.yaml
index f7103741..8b4fecfb 100644
--- a/data/maps/duplex.yaml
+++ b/data/maps/duplex.yaml
@@ -37,72 +37,40 @@ map:
tiles:
"#": counter
- "f": counter
- "p": counter
- "P": counter
- ">": conveyor
- "<": conveyor
+ "f": counter -i=foodprocessor
+ "p": counter -i=plate
+ "P": counter -i=pot
+ ">": conveyor --conveyor=1,0
+ "<": conveyor --conveyor=-1,0
"t": table
- "‹": counter-window:blue
- "›": counter-window:blue
- "«": counter-window:red
- "»": counter-window:red
+ "‹": counter-window:blue --conveyor=-1,0
+ "›": counter-window:blue --conveyor=1,0
+ "«": counter-window:red --conveyor=-1,0
+ "»": counter-window:red --conveyor=1,0
"s": sink
"o": oven
- "S": stove
+ "S": stove -i=pot
"C": cutting-board
- "R": rice-crate
- "D": coconut-crate
- "T": tomato-crate
- "F": flour-crate
- "L": leek-crate
- "X": trash
+ "R": rice-crate -x
+ "D": coconut-crate -x
+ "T": tomato-crate -x
+ "F": flour-crate -x
+ "L": leek-crate -x
+ "X": trash -x
- "c": chair
- ".": floor
- "'": grass
- "=": fence
- "*": tree
- "~": path
- "!": path
- "_": path
- "d": door:blue
- "e": door:red
- "█": wall:blue
- "▒": wall:red
-
-tile_entities:
- ">": !conveyor { dir: [1, 0] }
- "<": !conveyor { dir: [-1, 0] }
- "›": !conveyor { dir: [1, 0] }
- "‹": !conveyor { dir: [-1, 0] }
- "»": !conveyor { dir: [1, 0] }
- "«": !conveyor { dir: [-1, 0] }
-
-items:
- "S": pot
- "P": pot
- "w": plate
- "p": plate
- "f": foodprocessor
+ "c": chair -w
+ ".": floor -w
+ "'": grass -w
+ "=": fence -c
+ "*": tree -c
+ "~": path -w --chef-spawn
+ "!": path -w --customer-spawn
+ "_": path -w
+ "d": door:blue -w
+ "e": door:red -w
+ "█": wall:blue -c
+ "▒": wall:red -c
entities:
- !customers
scaling_factor: 0.25
-
-chef_spawn: "~"
-customer_spawn: "~"
-
-walkable:
- - door:blue
- - door:red
- - floor
- - chair
- - grass
- - path
-
-collider:
- - wall:blue
- - wall:red
- - tree
- - fence