49 lines
975 B
YAML
49 lines
975 B
YAML
name: "Arène d'essai"
|
|
square_size_ft: 5
|
|
|
|
terrain: |
|
|
####################
|
|
#......######......#
|
|
#..C...######...C..#
|
|
#......~..~........#
|
|
#..TT..~..~...TT...#
|
|
#......~..~........#
|
|
#..C............C..#
|
|
####################
|
|
|
|
legend:
|
|
"#": { type: wall, move_cost: null, blocks_los: true }
|
|
".": { type: floor, move_cost: 1 }
|
|
"T": { type: rubble, move_cost: 2 }
|
|
"~": { type: water, move_cost: 2 }
|
|
"C": { type: pillar, move_cost: null, cover: true }
|
|
|
|
elevation: |
|
|
....................
|
|
..1111..............
|
|
..1111..............
|
|
....................
|
|
....................
|
|
....................
|
|
....................
|
|
....................
|
|
|
|
zones: |
|
|
....................
|
|
.AAAA..........BBBB.
|
|
.AAAA..........BBBB.
|
|
....................
|
|
....................
|
|
....................
|
|
....................
|
|
....................
|
|
|
|
markers:
|
|
autel: [1, 16]
|
|
brasier_ouest: [6, 5]
|
|
brasier_est: [6, 14]
|
|
|
|
deployment:
|
|
players: A
|
|
monsters: B
|