add more modules

This commit is contained in:
2026-06-09 23:31:58 +02:00
parent 7c663e29a6
commit 121cd5407f
4 changed files with 188 additions and 12 deletions

View File

@@ -12,7 +12,7 @@ enemy_buffer_width_tiles = 10
level = 1
count = 5
modules = [
{type = "laser_cannon", x = 1, y = 1, rotation = "east"},
{type = "laser_cannon_xs", x = 1, y = 1, rotation = "east"},
]
[[arena.team]]
@@ -20,11 +20,50 @@ enemy_buffer_width_tiles = 10
[[arena.team.ship]]
schematic = "drone"
level = 1
count = 1
count = 2
modules = [
{type = "laser_cannon", x = 1, y = 1, rotation = "east"},
{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"
@@ -40,7 +79,7 @@ enemy_buffer_width_tiles = 15
level = 1
count = 3
modules = [
{type = "laser_cannon", x = 1, y = 1, rotation = "east"},
{type = "laser_cannon_xs", x = 1, y = 1, rotation = "east"},
]
[[arena.team.station]]
type = "player_station"
@@ -60,5 +99,5 @@ enemy_buffer_width_tiles = 15
level = 1
count = 8
modules = [
{type = "laser_cannon", x = 1, y = 1, rotation = "east"},
{type = "laser_cannon_xs", x = 1, y = 1, rotation = "east"},
]