104 lines
2.3 KiB
TOML
104 lines
2.3 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_xs", x = 1, y = 1, rotation = "east"},
|
|
]
|
|
|
|
[[arena.team]]
|
|
name = "Beta"
|
|
[[arena.team.ship]]
|
|
schematic = "drone"
|
|
level = 1
|
|
count = 2
|
|
modules = [
|
|
{type = "laser_cannon_xs", x = 1, y = 1, rotation = "east"},
|
|
{type = "weapon_stabilizer", x = 1, y = 1, rotation = "east"},
|
|
{type = "weapon_stabilizer", x = 1, y = 1, rotation = "east"},
|
|
{type = "weapon_upgrade", x = 1, y = 1, rotation = "east"},
|
|
{type = "sensor_booster", x = 1, y = 1, rotation = "east"},
|
|
{type = "sensor_booster", x = 1, y = 1, rotation = "east"},
|
|
]
|
|
|
|
[[arena]]
|
|
name = "Fighters vs Supported"
|
|
height_tiles = 20
|
|
player_buffer_width_tiles = 10
|
|
contest_zone_width_tiles = 60
|
|
enemy_buffer_width_tiles = 10
|
|
|
|
[[arena.team]]
|
|
name = "Fighters"
|
|
[[arena.team.ship]]
|
|
schematic = "drone"
|
|
level = 1
|
|
count = 5
|
|
modules = [
|
|
{type = "laser_cannon_xs", x = 1, y = 1, rotation = "east"},
|
|
]
|
|
|
|
[[arena.team]]
|
|
name = "Supported"
|
|
[[arena.team.ship]]
|
|
schematic = "drone"
|
|
level = 1
|
|
count = 3
|
|
modules = [
|
|
{type = "laser_cannon_xs", x = 1, y = 1, rotation = "east"},
|
|
]
|
|
|
|
[[arena.team.ship]]
|
|
schematic = "drone"
|
|
level = 1
|
|
count = 2
|
|
modules = [
|
|
{type = "repair_tool", 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_xs", 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_xs", x = 1, y = 1, rotation = "east"},
|
|
]
|