add balancing tool target

This commit is contained in:
2026-05-03 11:17:54 +02:00
parent 5153129909
commit a4427f7f67
12 changed files with 1164 additions and 0 deletions

View File

@@ -0,0 +1,74 @@
[[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