75 lines
1.3 KiB
TOML
75 lines
1.3 KiB
TOML
[[arena]]
|
|
name = "Interceptors vs Interceptors"
|
|
height_tiles = 60
|
|
player_buffer_width = 10
|
|
contest_zone_width = 40
|
|
enemy_buffer_width = 10
|
|
|
|
[[arena.team]]
|
|
name = "Alpha"
|
|
[[arena.team.ship]]
|
|
schematic = "interceptor"
|
|
level = 1
|
|
count = 5
|
|
|
|
[[arena.team]]
|
|
name = "Beta"
|
|
[[arena.team.ship]]
|
|
schematic = "interceptor"
|
|
level = 1
|
|
count = 5
|
|
|
|
|
|
[[arena]]
|
|
name = "Few Destroyers vs Many Interceptors"
|
|
height_tiles = 60
|
|
player_buffer_width = 10
|
|
contest_zone_width = 60
|
|
enemy_buffer_width = 10
|
|
|
|
[[arena.team]]
|
|
name = "Destroyers"
|
|
[[arena.team.ship]]
|
|
schematic = "destroyer"
|
|
level = 5
|
|
count = 2
|
|
|
|
[[arena.team]]
|
|
name = "Interceptors"
|
|
[[arena.team.ship]]
|
|
schematic = "interceptor"
|
|
level = 1
|
|
count = 10
|
|
|
|
|
|
[[arena]]
|
|
name = "Stations and Ships"
|
|
height_tiles = 60
|
|
player_buffer_width = 15
|
|
contest_zone_width = 40
|
|
enemy_buffer_width = 15
|
|
|
|
[[arena.team]]
|
|
name = "Fortified"
|
|
[[arena.team.ship]]
|
|
schematic = "interceptor"
|
|
level = 1
|
|
count = 3
|
|
[[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 = "interceptor"
|
|
level = 1
|
|
count = 8
|