Overmap exoplanet generation, ported from Bay. (#12362)

This commit is contained in:
Matt Atlas
2022-01-17 22:16:48 -03:00
committed by GitHub
parent 918d43972e
commit 5bcf84cb23
84 changed files with 2321 additions and 4654 deletions
+7 -1
View File
@@ -9,7 +9,7 @@
lobby_transitions = 10 SECONDS
station_levels = list(1, 2, 3)
admin_levels = list()
admin_levels = list(9)
contact_levels = list(1, 2, 3)
player_levels = list(1, 2, 3)
accessible_z_levels = list(1, 2, 3)
@@ -26,6 +26,7 @@
company_short = "BT"
use_overmap = TRUE
overmap_size = 35
shuttle_docked_message = "Attention all hands: Jump preparation complete. The bluespace drive is now spooling up, secure all stations for departure. Time to jump: approximately %ETA%."
shuttle_leaving_dock = "Attention all hands: Jump initiated, exiting bluespace in %ETA%."
@@ -39,3 +40,8 @@
NETWORK_COMMAND,
NETWORK_ENGINEERING,
)
num_exoplanets = 3
planet_size = list(50,50)
map_shuttles = list(/datum/shuttle/autodock/overmap/runtime)