refinement
This commit is contained in:
@@ -8,10 +8,12 @@
|
||||
# xs drone 1 cell — exactly one 1x1 module
|
||||
# s frigate, destroyer no 2x2 area anywhere: only 1x1/1x2/1x3/L modules fit
|
||||
# m cruiser, battlecruiser 2x2 areas (m guns, drone bays) but no 3x3 area
|
||||
# l battleship fits exactly one 3x3 l gun, at heavy opportunity cost
|
||||
# xl dreadnought, carrier dreadnought fits three l guns; carrier fits one
|
||||
# drone hangar (2x6) but no l gun (its deck rows
|
||||
# are broken up by elevator shafts)
|
||||
# l battleship four m guns, or exactly one 3x3 l gun at heavy
|
||||
# opportunity cost
|
||||
# xl dreadnought, carrier dreadnought fits three l guns but no drone
|
||||
# hangar; carrier fits one drone hangar (2x6)
|
||||
# but no l gun (its deck rows are broken up
|
||||
# by elevator shafts)
|
||||
#
|
||||
# All new hulls have threat cost_formula = "0" so enemy waves do not spawn
|
||||
# them until the balancing pass gives them real stats and default loadouts.
|
||||
@@ -194,19 +196,21 @@ sensor_range_m_formula = "260"
|
||||
scrap_drop = 20
|
||||
|
||||
|
||||
# Battleship — 20 cells, 5 wide: at most ONE 3x3 l gun fits (the hull is too
|
||||
# narrow for two), and mounting it consumes nearly half the grid, squeezing
|
||||
# supports into the remaining strips. Without the l gun it flexibly fits
|
||||
# several m guns instead. Too narrow for a drone hangar.
|
||||
# Battleship — 24 cells: a broadside hull with notched flanks on every other
|
||||
# row. Fits four 2x2 m guns (two per gun deck) with the bow, stern, and flank
|
||||
# cells left for supports. All 3x3 placements crowd the center columns, so at
|
||||
# most ONE l gun fits — and mounting it blocks every m gun mount, leaving
|
||||
# only narrow support strips. The notched rows are never adjacent-and-full,
|
||||
# so no 2x6 drone hangar fits.
|
||||
[[ship]]
|
||||
id = "battleship"
|
||||
unlock_at_station_level = -1
|
||||
layout = [
|
||||
"XOOOX",
|
||||
"OOOOO",
|
||||
"OOOOO",
|
||||
"OOOOO",
|
||||
"XOXOX",
|
||||
"XOOOOX",
|
||||
"OOOOOO",
|
||||
"XOOOOX",
|
||||
"OOOOOO",
|
||||
"XOOOOX",
|
||||
]
|
||||
|
||||
[ship.schematic]
|
||||
@@ -234,17 +238,19 @@ sensor_range_m_formula = "280"
|
||||
scrap_drop = 35
|
||||
|
||||
|
||||
# Dreadnought — 42 cells: an 11-wide, 3-deep main battery deck that fits
|
||||
# three 3x3 l guns side by side with spacer columns left over, plus bow and
|
||||
# stern strips for supports.
|
||||
# Dreadnought — 36 cells: the main battery deck is split into three 3x3 gun
|
||||
# slots by structural spacer columns, so exactly three l guns fit side by
|
||||
# side (or m guns / supports in unused slots). The spacers cap every
|
||||
# horizontal run at 5 cells, so the 2x6 drone hangar can never fit — carriers
|
||||
# stay the only hangar hull. Bow and stern strips hold supports.
|
||||
[[ship]]
|
||||
id = "dreadnought"
|
||||
unlock_at_station_level = -1
|
||||
layout = [
|
||||
"XXXOOOOOXXX",
|
||||
"OOOOOOOOOOO",
|
||||
"OOOOOOOOOOO",
|
||||
"OOOOOOOOOOO",
|
||||
"OOOXOOOXOOO",
|
||||
"OOOXOOOXOOO",
|
||||
"OOOXOOOXOOO",
|
||||
"XXOOXXXOOXX",
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user