Remove schematic upgrades and module and ship levels

This commit is contained in:
2026-07-02 21:32:36 +02:00
parent 81b1c7a66b
commit 18e732ae99
43 changed files with 498 additions and 666 deletions

View File

@@ -9,7 +9,6 @@ enemy_buffer_width_tiles = 10
name = "Alpha"
[[arena.team.ship]]
schematic = "drone"
level = 1
count = 5
modules = [
{type = "laser_cannon_s", x = 1, y = 1, rotation = "east"},
@@ -19,7 +18,6 @@ enemy_buffer_width_tiles = 10
name = "Beta"
[[arena.team.ship]]
schematic = "drone"
level = 1
count = 2
modules = [
{type = "laser_cannon_s", x = 1, y = 1, rotation = "east"},
@@ -41,7 +39,6 @@ enemy_buffer_width_tiles = 10
name = "Fighters"
[[arena.team.ship]]
schematic = "drone"
level = 1
count = 5
modules = [
{type = "laser_cannon_s", x = 1, y = 1, rotation = "east"},
@@ -51,7 +48,6 @@ enemy_buffer_width_tiles = 10
name = "Supported"
[[arena.team.ship]]
schematic = "drone"
level = 1
count = 3
modules = [
{type = "laser_cannon_s", x = 1, y = 1, rotation = "east"},
@@ -59,7 +55,6 @@ enemy_buffer_width_tiles = 10
[[arena.team.ship]]
schematic = "drone"
level = 1
count = 2
modules = [
{type = "repair_tool", x = 1, y = 1, rotation = "east"},
@@ -76,7 +71,6 @@ enemy_buffer_width_tiles = 15
name = "Fortified"
[[arena.team.ship]]
schematic = "drone"
level = 1
count = 3
modules = [
{type = "laser_cannon_s", x = 1, y = 1, rotation = "east"},
@@ -96,7 +90,6 @@ enemy_buffer_width_tiles = 15
name = "Swarm"
[[arena.team.ship]]
schematic = "drone"
level = 1
count = 8
modules = [
{type = "laser_cannon_s", x = 1, y = 1, rotation = "east"},