fix balancing config
This commit is contained in:
@@ -8,91 +8,21 @@ enemy_buffer_width = 10
|
|||||||
[[arena.team]]
|
[[arena.team]]
|
||||||
name = "Alpha"
|
name = "Alpha"
|
||||||
[[arena.team.ship]]
|
[[arena.team.ship]]
|
||||||
schematic = "fighter"
|
schematic = "drone"
|
||||||
level = 1
|
level = 1
|
||||||
count = 5
|
count = 5
|
||||||
modules = [
|
modules = [
|
||||||
{type = "laser_cannon", x = 1, y = 1, rotation = "east"},
|
{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]]
|
[[arena.team]]
|
||||||
name = "Beta"
|
name = "Beta"
|
||||||
[[arena.team.ship]]
|
[[arena.team.ship]]
|
||||||
schematic = "sniper"
|
schematic = "drone"
|
||||||
level = 1
|
level = 1
|
||||||
count = 1
|
count = 1
|
||||||
modules = [
|
modules = [
|
||||||
{type = "laser_cannon", x = 1, y = 1, rotation = "east"},
|
{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]]
|
[[arena.team]]
|
||||||
name = "Fortified"
|
name = "Fortified"
|
||||||
[[arena.team.ship]]
|
[[arena.team.ship]]
|
||||||
schematic = "fighter"
|
schematic = "drone"
|
||||||
level = 1
|
level = 1
|
||||||
count = 3
|
count = 3
|
||||||
modules = [
|
modules = [
|
||||||
{type = "laser_cannon", x = 1, y = 1, rotation = "east"},
|
{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]]
|
[[arena.team.station]]
|
||||||
type = "player_station"
|
type = "player_station"
|
||||||
@@ -128,10 +56,9 @@ enemy_buffer_width = 15
|
|||||||
[[arena.team]]
|
[[arena.team]]
|
||||||
name = "Swarm"
|
name = "Swarm"
|
||||||
[[arena.team.ship]]
|
[[arena.team.ship]]
|
||||||
schematic = "fighter"
|
schematic = "drone"
|
||||||
level = 1
|
level = 1
|
||||||
count = 8
|
count = 8
|
||||||
modules = [
|
modules = [
|
||||||
{type = "laser_cannon", x = 1, y = 1, rotation = "east"},
|
{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