65 lines
1.2 KiB
TOML
65 lines
1.2 KiB
TOML
[[arena]]
|
|
name = "Fighters vs Sniper"
|
|
height_tiles = 20
|
|
player_buffer_width_tiles = 10
|
|
contest_zone_width_tiles = 60
|
|
enemy_buffer_width_tiles = 10
|
|
|
|
[[arena.team]]
|
|
name = "Alpha"
|
|
[[arena.team.ship]]
|
|
schematic = "drone"
|
|
level = 1
|
|
count = 5
|
|
modules = [
|
|
{type = "laser_cannon", x = 1, y = 1, rotation = "east"},
|
|
]
|
|
|
|
[[arena.team]]
|
|
name = "Beta"
|
|
[[arena.team.ship]]
|
|
schematic = "drone"
|
|
level = 1
|
|
count = 1
|
|
modules = [
|
|
{type = "laser_cannon", x = 1, y = 1, rotation = "east"},
|
|
]
|
|
|
|
|
|
[[arena]]
|
|
name = "Stations and Ships"
|
|
height_tiles = 60
|
|
player_buffer_width_tiles = 15
|
|
contest_zone_width_tiles = 40
|
|
enemy_buffer_width_tiles = 15
|
|
|
|
[[arena.team]]
|
|
name = "Fortified"
|
|
[[arena.team.ship]]
|
|
schematic = "drone"
|
|
level = 1
|
|
count = 3
|
|
modules = [
|
|
{type = "laser_cannon", x = 1, y = 1, rotation = "east"},
|
|
]
|
|
[[arena.team.station]]
|
|
type = "player_station"
|
|
x = 8
|
|
y = 15
|
|
level = 1
|
|
[[arena.team.station]]
|
|
type = "player_station"
|
|
x = 8
|
|
y = 45
|
|
level = 1
|
|
|
|
[[arena.team]]
|
|
name = "Swarm"
|
|
[[arena.team.ship]]
|
|
schematic = "drone"
|
|
level = 1
|
|
count = 8
|
|
modules = [
|
|
{type = "laser_cannon", x = 1, y = 1, rotation = "east"},
|
|
]
|