fix balancing config
This commit is contained in:
@@ -8,91 +8,21 @@ enemy_buffer_width = 10
|
||||
[[arena.team]]
|
||||
name = "Alpha"
|
||||
[[arena.team.ship]]
|
||||
schematic = "fighter"
|
||||
schematic = "drone"
|
||||
level = 1
|
||||
count = 5
|
||||
modules = [
|
||||
{type = "laser_cannon", x = 1, y = 1, rotation = "east"},
|
||||
{type = "weapon_upgrade", x = 0, y = 1, rotation = "east"},
|
||||
{type = "sensor_booster", x = 2, y = 1, rotation = "east"},
|
||||
]
|
||||
|
||||
[[arena.team]]
|
||||
name = "Beta"
|
||||
[[arena.team.ship]]
|
||||
schematic = "sniper"
|
||||
schematic = "drone"
|
||||
level = 1
|
||||
count = 1
|
||||
modules = [
|
||||
{type = "laser_cannon", x = 1, y = 1, rotation = "east"},
|
||||
{type = "armor_plate", x = 1, y = 0, rotation = "east"},
|
||||
{type = "weapon_upgrade", x = 1, y = 2, rotation = "east"},
|
||||
]
|
||||
|
||||
|
||||
[[arena]]
|
||||
name = "Sniper vs Gunship"
|
||||
height_tiles = 20
|
||||
player_buffer_width = 10
|
||||
contest_zone_width = 60
|
||||
enemy_buffer_width = 10
|
||||
|
||||
[[arena.team]]
|
||||
name = "Alpha"
|
||||
[[arena.team.ship]]
|
||||
schematic = "sniper"
|
||||
level = 1
|
||||
count = 1
|
||||
modules = [
|
||||
{type = "laser_cannon", x = 1, y = 1, rotation = "east"},
|
||||
{type = "armor_plate", x = 1, y = 0, rotation = "east"},
|
||||
{type = "sensor_booster", x = 0, y = 1, rotation = "east"},
|
||||
]
|
||||
|
||||
[[arena.team]]
|
||||
name = "Beta"
|
||||
[[arena.team.ship]]
|
||||
schematic = "gunship"
|
||||
level = 1
|
||||
count = 1
|
||||
modules = [
|
||||
{type = "laser_cannon", x = 2, y = 1, rotation = "east"},
|
||||
{type = "armor_plate", x = 1, y = 0, rotation = "east"},
|
||||
{type = "weapon_upgrade", x = 3, y = 1, rotation = "east"},
|
||||
{type = "engine_booster", x = 0, y = 1, rotation = "east"},
|
||||
]
|
||||
|
||||
|
||||
[[arena]]
|
||||
name = "Gunship vs Fighters"
|
||||
height_tiles = 20
|
||||
player_buffer_width = 10
|
||||
contest_zone_width = 60
|
||||
enemy_buffer_width = 10
|
||||
|
||||
[[arena.team]]
|
||||
name = "Alpha"
|
||||
[[arena.team.ship]]
|
||||
schematic = "gunship"
|
||||
level = 1
|
||||
count = 1
|
||||
modules = [
|
||||
{type = "laser_cannon", x = 2, y = 2, rotation = "east"},
|
||||
{type = "armor_plate", x = 1, y = 0, rotation = "east"},
|
||||
{type = "weapon_upgrade", x = 3, y = 2, rotation = "east"},
|
||||
{type = "engine_booster", x = 0, y = 1, rotation = "east"},
|
||||
]
|
||||
|
||||
[[arena.team]]
|
||||
name = "Beta"
|
||||
[[arena.team.ship]]
|
||||
schematic = "fighter"
|
||||
level = 1
|
||||
count = 5
|
||||
modules = [
|
||||
{type = "laser_cannon", x = 1, y = 1, rotation = "east"},
|
||||
{type = "engine_booster", x = 1, y = 0, rotation = "east"},
|
||||
{type = "sensor_booster", x = 2, y = 1, rotation = "east"},
|
||||
]
|
||||
|
||||
|
||||
@@ -106,13 +36,11 @@ enemy_buffer_width = 15
|
||||
[[arena.team]]
|
||||
name = "Fortified"
|
||||
[[arena.team.ship]]
|
||||
schematic = "fighter"
|
||||
schematic = "drone"
|
||||
level = 1
|
||||
count = 3
|
||||
modules = [
|
||||
{type = "laser_cannon", x = 1, y = 1, rotation = "east"},
|
||||
{type = "weapon_upgrade", x = 2, y = 1, rotation = "east"},
|
||||
{type = "sensor_booster", x = 1, y = 0, rotation = "east"},
|
||||
]
|
||||
[[arena.team.station]]
|
||||
type = "player_station"
|
||||
@@ -128,10 +56,9 @@ enemy_buffer_width = 15
|
||||
[[arena.team]]
|
||||
name = "Swarm"
|
||||
[[arena.team.ship]]
|
||||
schematic = "fighter"
|
||||
schematic = "drone"
|
||||
level = 1
|
||||
count = 8
|
||||
modules = [
|
||||
{type = "laser_cannon", x = 1, y = 1, rotation = "east"},
|
||||
{type = "engine_booster", x = 1, y = 0, rotation = "east"},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user