first iteration of fable 5 on ship and module grids and recipes
This commit is contained in:
@@ -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"},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user