92 lines
3.6 KiB
YAML
92 lines
3.6 KiB
YAML
# P.A.C.O. WORKSHOP
|
||
room:
|
||
name: "P.A.C.O. WORKSHOP"
|
||
bgColor: black
|
||
border: yellow
|
||
tileSetFile: standard.gif
|
||
|
||
# Room connections (null for no connection)
|
||
connections:
|
||
up: null
|
||
down: 51.yaml
|
||
left: null
|
||
right: 42.yaml
|
||
|
||
# Item display colors
|
||
itemColor1: magenta
|
||
itemColor2: red
|
||
|
||
# Conveyor belt direction: left (-1), none (0), right (1)
|
||
autoSurface: none
|
||
|
||
# Tilemap: 16 rows × 32 columns (256×192 pixels @ 8px/tile)
|
||
# Values are 0-based tile indices (0 = empty)
|
||
tilemap:
|
||
- [35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35]
|
||
- [35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35]
|
||
- [35, 35, 35, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 35, 35]
|
||
- [35, 35, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 35]
|
||
- [35, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 35]
|
||
- [35, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 35]
|
||
- [35, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 35]
|
||
- [35, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 35]
|
||
- [35, 410, -1, -1, -1, -1, 410, 410, 410, 410, 410, 410, 410, 410, 410, -1, -1, -1, -1, 452, 452, 452, 452, 452, 452, 452, 452, -1, -1, -1, -1, 35]
|
||
- [35, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 386, 35]
|
||
- [35, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 35]
|
||
- [35, 410, 410, 410, 410, 410, 410, 362, 410, 410, 410, 410, 410, 410, 410, -1, -1, -1, -1, 452, 452, 452, 452, 452, 452, 452, 452, -1, -1, -1, -1, 35]
|
||
- [35, -1, -1, -1, -1, -1, -1, 314, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 35]
|
||
- [35, -1, -1, -1, -1, -1, -1, 314, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1]
|
||
- [134, -1, -1, -1, -1, -1, -1, 314, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1]
|
||
- [35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, -1, -1, 35, 35, 35, 35, 35, 35]
|
||
|
||
# Enemies in this room
|
||
enemies:
|
||
- animation: paco.yaml
|
||
position: {x: 6, y: 6}
|
||
velocity: {x: 18.0, y: 0}
|
||
boundaries:
|
||
position1: {x: 6, y: 6}
|
||
position2: {x: 13, y: 6}
|
||
color: yellow
|
||
|
||
- animation: paco.yaml
|
||
position: {x: 16, y: 2}
|
||
velocity: {x: 0, y: 48.0}
|
||
boundaries:
|
||
position1: {x: 16, y: 2}
|
||
position2: {x: 16, y: 13}
|
||
color: bright_red
|
||
|
||
- animation: wave.yaml
|
||
position: {x: 1, y: 10}
|
||
velocity: {x: 24.0, y: 0}
|
||
boundaries:
|
||
position1: {x: 1, y: 10}
|
||
position2: {x: 14, y: 10}
|
||
color: bright_yellow
|
||
|
||
- animation: lamp.yaml
|
||
position: {x: 22, y: 2}
|
||
velocity: {x: 0, y: 0}
|
||
boundaries:
|
||
position1: {x: 22, y: 2}
|
||
position2: {x: 22, y: 2}
|
||
color: bright_yellow
|
||
|
||
# Items in this room
|
||
items:
|
||
- tileSetFile: items.gif
|
||
tile: 40
|
||
position: {x: 1, y: 6}
|
||
counter: 1
|
||
|
||
- tileSetFile: items.gif
|
||
tile: 40
|
||
position: {x: 1, y: 9}
|
||
counter: 2
|
||
|
||
- tileSetFile: items.gif
|
||
tile: 40
|
||
position: {x: 30, y: 5}
|
||
counter: 3
|