design config

This commit is contained in:
2026-06-12 18:00:04 +02:00
parent 282ace4c11
commit fba98c928f
5 changed files with 689 additions and 122 deletions

View File

@@ -12,7 +12,7 @@ enemy_buffer_width_tiles = 10
level = 1
count = 5
modules = [
{type = "laser_cannon_xs", x = 1, y = 1, rotation = "east"},
{type = "laser_cannon_s", x = 1, y = 1, rotation = "east"},
]
[[arena.team]]
@@ -22,7 +22,7 @@ enemy_buffer_width_tiles = 10
level = 1
count = 2
modules = [
{type = "laser_cannon_xs", x = 1, y = 1, rotation = "east"},
{type = "laser_cannon_s", 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"},
@@ -44,7 +44,7 @@ enemy_buffer_width_tiles = 10
level = 1
count = 5
modules = [
{type = "laser_cannon_xs", x = 1, y = 1, rotation = "east"},
{type = "laser_cannon_s", x = 1, y = 1, rotation = "east"},
]
[[arena.team]]
@@ -54,7 +54,7 @@ enemy_buffer_width_tiles = 10
level = 1
count = 3
modules = [
{type = "laser_cannon_xs", x = 1, y = 1, rotation = "east"},
{type = "laser_cannon_s", x = 1, y = 1, rotation = "east"},
]
[[arena.team.ship]]
@@ -79,7 +79,7 @@ enemy_buffer_width_tiles = 15
level = 1
count = 3
modules = [
{type = "laser_cannon_xs", x = 1, y = 1, rotation = "east"},
{type = "laser_cannon_s", x = 1, y = 1, rotation = "east"},
]
[[arena.team.station]]
type = "player_station"
@@ -99,5 +99,5 @@ enemy_buffer_width_tiles = 15
level = 1
count = 8
modules = [
{type = "laser_cannon_xs", x = 1, y = 1, rotation = "east"},
{type = "laser_cannon_s", x = 1, y = 1, rotation = "east"},
]