diff options
Diffstat (limited to 'data/maps/village.yaml')
-rw-r--r-- | data/maps/village.yaml | 64 |
1 files changed, 20 insertions, 44 deletions
diff --git a/data/maps/village.yaml b/data/maps/village.yaml index aea209b3..2a83c005 100644 --- a/data/maps/village.yaml +++ b/data/maps/village.yaml @@ -42,56 +42,32 @@ map: tiles: "#": counter - "f": counter - "p": counter + "f": counter -i=foodprocessor + "p": counter -i=plate "t": table - "w": counter-window "s": sink "o": oven - "S": stove - "U": stove + "S": stove -i=pot + "U": stove -i=pan "C": cutting-board - "R": steak-crate - "T": tomato-crate - "F": flour-crate - "L": leek-crate - "K": lettuce-crate - "D": cheese-crate - "X": trash + "R": steak-crate -x + "T": tomato-crate -x + "F": flour-crate -x + "L": leek-crate -x + "K": lettuce-crate -x + "D": cheese-crate -x + "X": trash -x - "c": chair - ".": floor - "'": grass - "*": tree - "~": path - "!": path - "_": path - "d": door - "█": wall - "=": fence - -items: - "S": pot - "U": pan - "w": plate - "p": plate - "f": foodprocessor + "c": chair -w + ".": floor -w + "'": grass -w + "~": path -w --chef-spawn + "!": path -w --customer-spawn + "_": path -w + "d": door -w + "█": wall -c + "=": fence -w entities: - !customers scaling_factor: 0.1 - -chef_spawn: "~" -customer_spawn: "!" - -walkable: - - door - - floor - - chair - - grass - - path - -collider: - - wall - - tree - - fence |