96 lines
3.6 KiB
YAML
96 lines
3.6 KiB
YAML
# QUO VOIDIS
|
||
room:
|
||
number: "29"
|
||
name: "QUO VOIDIS"
|
||
bgColor: blue
|
||
border: bright_black
|
||
tileSetFile: standard.gif
|
||
|
||
# Room connections (null for no connection)
|
||
connections:
|
||
up: "27"
|
||
down: null
|
||
left: "30"
|
||
right: null
|
||
|
||
# Item display colors
|
||
itemColor1: green
|
||
itemColor2: magenta
|
||
|
||
# Conveyor belt direction: left (-1), none (0), right (1)
|
||
autoSurface: 0
|
||
|
||
# Tilemap: 16 rows × 32 columns (256×192 pixels @ 8px/tile)
|
||
# Values are 0-based tile indices (0 = empty)
|
||
tilemap:
|
||
- [-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, 504, 132]
|
||
- [-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, 504, -1, 132]
|
||
- [132, 132, -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, 504, -1, -1, 132]
|
||
- [132, 132, -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, 504, -1, -1, -1, 132]
|
||
- [132, 132, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 504, -1, -1, -1, -1, 132]
|
||
- [132, 132, -1, -1, 233, 233, 233, -1, -1, 233, 233, 233, -1, -1, 233, 233, 233, -1, -1, 233, 233, 233, -1, -1, 233, 233, -1, -1, 233, -1, -1, 132]
|
||
- [132, 132, -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, 132]
|
||
- [132, 132, 233, 233, -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, 233, 230, 132]
|
||
- [132, 132, 233, 233, -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, 132]
|
||
- [132, 132, -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, 132]
|
||
- [132, 132, -1, -1, 233, 233, 233, -1, -1, 229, 233, 233, -1, -1, 233, 233, 233, -1, -1, 233, 233, 233, -1, -1, 233, 233, -1, -1, -1, -1, -1, 132]
|
||
- [132, 132, -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, 233, 233, 132]
|
||
- [132, 132, -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, 132]
|
||
- [-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, 233, 233, -1, -1, -1, -1, 132]
|
||
- [-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, -1, 132]
|
||
- [132, 132, 132, 132, 132, 132, 132, 128, 128, 132, 132, 132, 129, 129, 132, 132, 132, 129, 129, 132, 132, 132, 128, 128, 132, 132, 132, 132, 132, 132, 132, 132]
|
||
|
||
# Enemies in this room
|
||
enemies:
|
||
- animation: qvoid.yaml
|
||
position: {x: 7, y: 1}
|
||
velocity: {x: 0, y: 48.0}
|
||
boundaries:
|
||
x1: 7
|
||
y1: 1
|
||
x2: 7
|
||
y2: 13
|
||
color: magenta
|
||
|
||
- animation: qvoid.yaml
|
||
position: {x: 12, y: 6}
|
||
velocity: {x: 0, y: 36.0}
|
||
boundaries:
|
||
x1: 12
|
||
y1: 1
|
||
x2: 12
|
||
y2: 13
|
||
color: green
|
||
|
||
- animation: qvoid.yaml
|
||
position: {x: 17, y: 8}
|
||
velocity: {x: 0, y: 54.0}
|
||
boundaries:
|
||
x1: 17
|
||
y1: 1
|
||
x2: 17
|
||
y2: 13
|
||
color: green
|
||
|
||
- animation: qvoid.yaml
|
||
position: {x: 22, y: 10}
|
||
velocity: {x: 0, y: 42.0}
|
||
boundaries:
|
||
x1: 22
|
||
y1: 1
|
||
x2: 22
|
||
y2: 13
|
||
color: magenta
|
||
|
||
# Items in this room
|
||
items:
|
||
- tileSetFile: items.gif
|
||
tile: 20
|
||
position: {x: 9, y: 9}
|
||
counter: 1
|
||
|
||
- tileSetFile: items.gif
|
||
tile: 20
|
||
position: {x: 30, y: 6}
|
||
counter: 2
|