Skip to content

Commit 419c8c6

Browse files
committed
The final, final commit
1 parent a7d4ff6 commit 419c8c6

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

maps/away/ships/sol/Sol_Frigate/Sol_Frigateship.dm

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
/datum/map_template/ruin/away_site/Sol_Frigate
2-
template_flags = TEMPLATE_FLAG_SPAWN_GUARANTEED
3-
42
name = "Solarian Navy Frigate"
53
description = "A long-range frigate currently seeing extensive service in the Solarian Navy, the Curiassier-Class Frigate was a inexpensive pre-civil war design that was only intended to perform common anti-piracy tasks and to provide escort for ships of minor importance to the Navy. The stressors of the Solarian Civil War, however, had forced many shipyards still loyal to the Alliance to perform emergency refits to loyalist Frigates that simpily weren't fit for peer-on-peer conflicts with mixed results, and Cuirassiers were no exception. \
64
After facing high losses in the Civil War, most surviving Cuirassier hulls post-unification are that of a 'revised' version of the design that was produced mid-war, featuring modest improvements to it's survivability and sensors at the cost of crew comfort. But despite there being a grimly high number of Cuirassier wrecks still floating in the void; there are just as many operational ships of this class still serving in almost every fleet in Solarian Navy today, with even more being built."
75

86
prefix = "ships/sol/Sol_Frigate/"
97
suffix = "Sol_Frigate.dmm"
108

11-
sectors = list(ALL_POSSIBLE_SECTORS) // temp spawnweight, cost, and sector for playtesting purposes
12-
spawn_weight = 99
9+
sectors = list(SECTOR_BADLANDS, SECTOR_CRESCENT_EXPANSE_WEST, SECTOR_VALLEY_HALE)
10+
spawn_weight = 0.75
1311
ship_cost = 1
1412
id = "Sol_frigate"
1513
shuttles_to_initialise = list(/datum/shuttle/autodock/overmap/Solfrig_shuttle)

0 commit comments

Comments
 (0)