Files
Letter NandGitHub 23b3274778 NT & CC Namefix (#6333)
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may
not be viewable. -->
<!-- You can view Contributing.MD for a detailed description of the pull
request process. -->

## About The Pull Request
title
<!-- Describe The Pull Request. Please be sure every change is
documented or this can delay review and even discourage maintainers from
merging your PR! -->

## Why It's Good For The Game
muh immursion!
<!-- Argue for the merits of your changes and how they benefit the game,
especially if they are controversial and/or far reaching. If you can't
actually explain WHY what you are doing will improve the game, then it
probably isn't good for the game in the first place. -->

## Changelog
🆑
spellcheck: CentComm => Centcom
spellcheck: NanoTrasen => Nanotrasen
/🆑

<!-- Both 🆑's are required for the changelog to work! You can put
your name to the right of the first 🆑 if you want to overwrite your
GitHub username as author ingame. -->
<!-- You can use multiple of the same prefix (they're only used for the
icon ingame) and delete the unneeded ones. Despite some of the tags,
changelogs should generally represent how a player might be affected by
the changes rather than a summary of the PR's contents. -->
2024-03-13 16:01:23 -07:00

139 lines
3.1 KiB
Plaintext

//////// Mothership areas ////////
/area/mothership
requires_power = 1
area_flags = AREA_RAD_SHIELDED
icon_state = "blue2"
/area/mothership/breakroom
name = "Daedalus - Breakroom"
/area/mothership/hydroponics
name = "Daedalus - Hydroponics"
/area/mothership/kitchen
name = "Daedalus - Kitchen"
/area/mothership/eva
name = "Daedalus - EVA"
/area/mothership/bathroom1
name = "Daedalus - Bathroom 1"
/area/mothership/bathroom2
name = "Daedalus - Bathroom 2"
/area/mothership/dorm1
name = "Daedalus - Dorm 1"
/area/mothership/dorm2
name = "Daedalus - Dorm 2"
/area/mothership/dorm3
name = "Daedalus - Dorm 3"
/area/mothership/dorm4
name = "Daedalus - Dorm 4"
/area/mothership/dorm5
name = "Daedalus - Dorm 5"
/area/mothership/dorm6
name = "Daedalus - Dorm 6"
/area/mothership/chemistry
name = "Daedalus - Chemistry"
/area/mothership/surgery
name = "Daedalus - Surgery"
/area/mothership/vault
name = "Daedalus - Vault"
area_flags = AREA_RAD_SHIELDED | AREA_FLAG_BLUE_SHIELDED
/area/mothership/teleporter
name = "Daedalus - Teleporter Room"
/area/mothership/security
name = "Daedalus - Security Equipment"
/area/mothership/treatment
name = "Daedalus - Treatment Center"
/area/mothership/medical
name = "Daedalus - Medical Equipment"
/area/mothership/resleeving
name = "Daedalus - Resleeving"
/area/mothership/morgue
name = "Daedalus - Morgue"
/area/mothership/rnd
name = "Daedalus - Research"
/area/mothership/robotics
name = "Daedalus - Robotics"
/area/mothership/sechallway
name = "Daedalus - Security Hallway"
/area/mothership/processing
name = "Daedalus - Processing"
/area/mothership/warden
name = "Daedalus - Warden"
/area/mothership/armory
name = "Daedalus - Armory"
area_flags = AREA_RAD_SHIELDED | AREA_FLAG_BLUE_SHIELDED
/area/mothership/bridge
name = "Daedalus - Bridge"
/area/mothership/holodeck
name = "Daedalus - Holodeck Controls"
/area/mothership/holodeck/holo
name = "Daedalus - Holodeck"
icon_state = "dk_yellow"
/area/mothership/cryotube
name = "Daedalus - Cryo chamber"
/area/mothership/engineering
name = "Daedalus - Engineering"
/area/mothership/hallway
name = "Daedalus - Main Hallway"
/area/mothership/telecomms1
name = "Daedalus - Hangar 1"
has_gravity = 0
/area/mothership/telecomms2
name = "Daedalus - Hangar 2"
has_gravity = 0
/datum/map_template/shuttle/overmap/generic/cruiser
name = "OM Ship - Daedalus (New Z)"
desc = "A large NT cruiser."
suffix = "cruiser.dmm"
/obj/overmap/entity/visitable/ship/cruiser
name = "spacecraft"
desc = "Spacefaring vessel. Nanotrasen IFF detected."
scanner_name = "NDV Daedalus"
scanner_desc = @{"[i]Registration[/i]: NDV Daedalus
[i]Class[/i]: Light Cruiser
[i]Transponder[/i]: Transmitting (MIL), Nanotrasen IFF
[b]Notice[/b]: Military vessel, do not approach"}
color = "#0033ff" //Bluey
vessel_mass = 15000
vessel_size = SHIP_SIZE_LARGE
initial_generic_waypoints = list("cruiser_fore", "cruiser_aft", "cruiser_port", "cruiser_starboard", "ws_port_dock_1", "ws_port_dock_2", "ws_starboard_dock_1", "ws_starboard_dock_2")
skybox_icon = 'cruiser.dmi' //Art by Gwyvern, see ATTRIBUTIONS.md
skybox_icon_state = "skybox"
skybox_pixel_x = 370
skybox_pixel_y = 370