mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-30 04:02:33 +00:00
31 lines
1.0 KiB
Plaintext
31 lines
1.0 KiB
Plaintext
/datum/map/boxstation
|
|
fluff_name = "NSS Cyberiad"
|
|
technical_name = "Cyberiad"
|
|
map_path = "_maps/map_files/stations/boxstation.dmm"
|
|
webmap_url = "https://webmap.affectedarc07.co.uk/maps/paradise/cyberiad/"
|
|
|
|
/datum/map/metastation
|
|
fluff_name = "NSS Cerebron"
|
|
technical_name = "MetaStation"
|
|
map_path = "_maps/map_files/stations/metastation.dmm"
|
|
webmap_url = "https://webmap.affectedarc07.co.uk/maps/paradise/metastation/"
|
|
|
|
/datum/map/deltastation
|
|
fluff_name = "NSS Kerberos"
|
|
technical_name = "Delta"
|
|
map_path = "_maps/map_files/stations/deltastation.dmm"
|
|
webmap_url = "https://webmap.affectedarc07.co.uk/maps/paradise/deltastation/"
|
|
|
|
/datum/map/cerestation
|
|
fluff_name = "NSS Farragus"
|
|
technical_name = "CereStation"
|
|
map_path = "_maps/map_files/stations/cerestation.dmm"
|
|
webmap_url = "https://webmap.affectedarc07.co.uk/maps/paradise/cerestation/"
|
|
min_players_random = 60
|
|
|
|
/datum/map/test_tiny
|
|
fluff_name = "test_tiny"
|
|
technical_name = "test_tiny"
|
|
map_path = "_maps/map_files/test_tiny/test_tiny.dmm"
|
|
voteable = FALSE
|