-
Notifications
You must be signed in to change notification settings - Fork 210
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
map(Entrepot): adds a new small-scale map
PR #12051
- Loading branch information
1 parent
3878a79
commit 0441e63
Showing
11 changed files
with
3,483 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,85 @@ | ||
|
||
/area/entrepot | ||
name = "\improper NTS Entrepot-17" | ||
icon_state = "dark" | ||
|
||
|
||
/area/entrepot/deck_1 | ||
name = "\improper Main Module 1F" | ||
icon_state = "hallC1" | ||
|
||
/area/entrepot/deck_2 | ||
name = "\improper Main Module 2F" | ||
icon_state = "hallC1" | ||
|
||
/area/entrepot/cargo | ||
name = "\improper Main Module 1F - Warehouse" | ||
icon_state = "quartstorage" | ||
|
||
/area/entrepot/dock | ||
name = "\improper Main Module 2F - Space Dock" | ||
icon_state = "escape" | ||
|
||
/area/entrepot/arrivals | ||
name = "\improper Main Module 2F - Arrivals" | ||
icon_state = "escape" | ||
|
||
/area/entrepot/crew_1 | ||
name = "\improper Living Module 1F" | ||
icon_state = "udorm" | ||
|
||
/area/entrepot/crew_2 | ||
name = "\improper Living Module 2F" | ||
icon_state = "udorm" | ||
|
||
/area/entrepot/crew_1/dorm | ||
name = "\improper Living Module 1F - Dormitories" | ||
icon_state = "Sleep" | ||
|
||
/area/entrepot/crew_2/dorm | ||
name = "\improper Living Module 2F - Dormitories" | ||
icon_state = "Sleep" | ||
|
||
/area/entrepot/crew_1/fitness | ||
name = "\improper Living Module 1F - Gym" | ||
icon_state = "fitness" | ||
|
||
/area/entrepot/crew_2/fitness | ||
name = "\improper Living Module 2F - Gym" | ||
icon_state = "fitness" | ||
|
||
/area/entrepot/medbay | ||
name = "\improper Living Module 2F - Medbay" | ||
icon_state = "medbay" | ||
|
||
|
||
/area/entrepot/cafe_1 | ||
name = "\improper Refectory Module 1F" | ||
icon_state = "cafeteria" | ||
sound_env = LARGE_SOFTFLOOR | ||
|
||
/area/entrepot/cafe_2 | ||
name = "\improper Refectory Module 2F" | ||
icon_state = "cafeteria" | ||
sound_env = LARGE_SOFTFLOOR | ||
|
||
|
||
/area/entrepot/engi_1 | ||
name = "\improper Technical Module 1F" | ||
icon_state = "engineering" | ||
ambience_powered = list(SFX_AMBIENT_ENGINEERING) | ||
|
||
/area/entrepot/engi_2 | ||
name = "\improper Technical Module 2F" | ||
icon_state = "engineering" | ||
ambience_powered = list(SFX_AMBIENT_ENGINEERING) | ||
|
||
|
||
/area/entrepot/engi_1 | ||
name = "\improper Technical Module 1F" | ||
icon_state = "Sleep" | ||
|
||
/area/entrepot/engi_2 | ||
name = "\improper Technical Module 2F" | ||
icon_state = "Sleep" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
|
||
/datum/map/entrepot | ||
name = "Entrepot" | ||
full_name = "NTS Entrepot-17" | ||
path = "entrepot" | ||
|
||
shuttle_types = list( | ||
/datum/shuttle/autodock/ferry/emergency/centcom, | ||
/datum/shuttle/autodock/multi/antag/syndicate, | ||
/datum/shuttle/autodock/multi/antag/skipjack, | ||
) | ||
|
||
map_levels = list( | ||
new /datum/space_level/entrepot_1, | ||
new /datum/space_level/entrepot_2, | ||
new /datum/space_level/entrepot_3, // Exodus-shaped CentCom | ||
new /datum/space_level/null_space, | ||
new /datum/space_level/telecomms, | ||
new /datum/space_level/derelict | ||
) | ||
|
||
station_name = "NTS Entrepot-17" | ||
station_short = "Entrepot-17" | ||
dock_name = "NSS Exodus" | ||
boss_name = "Central Command" | ||
boss_short = "Centcomm" | ||
company_name = "Nanotrasen" | ||
company_short = "NT" | ||
system_name = "Nyx" | ||
|
||
evac_controller_type = /datum/evacuation_controller/shuttle | ||
|
||
station_networks = list( | ||
NETWORK_EXODUS, | ||
NETWORK_TELECOM, | ||
NETWORK_MASTER | ||
) | ||
|
||
post_round_safe_areas = list ( | ||
/area/centcom, | ||
/area/shuttle/escape/centcom | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
/datum/space_level/entrepot_1 | ||
path = 'entrepot-1.dmm' | ||
traits = list( | ||
ZTRAIT_STATION, | ||
ZTRAIT_CONTACT | ||
) | ||
travel_chance = 10 | ||
|
||
/datum/space_level/entrepot_1/generate(z) | ||
// Create the mining Z-level. | ||
new /datum/random_map/automata/cave_system(null, 1, 1, z, 200, 200) | ||
// Create the mining ore distribution map. | ||
new /datum/random_map/noise/ore(null, 1, 1, z, 200, 200) | ||
|
||
/datum/space_level/entrepot_2 | ||
path = 'entrepot-2.dmm' | ||
traits = list( | ||
ZTRAIT_STATION, | ||
ZTRAIT_CONTACT | ||
) | ||
travel_chance = 10 | ||
|
||
/datum/space_level/entrepot_2/generate(z) | ||
// Create the mining Z-level. | ||
new /datum/random_map/automata/cave_system(null, 1, 1, z, 200, 200) | ||
// Create the mining ore distribution map. | ||
new /datum/random_map/noise/ore(null, 1, 1, z, 200, 200) | ||
|
||
/datum/space_level/entrepot_3 | ||
path = 'entrepot-3.dmm' | ||
traits = list( | ||
ZTRAIT_CENTCOM, | ||
ZTRAIT_CONTACT, | ||
ZTRAIT_SEALED | ||
) |