Skip to content

Commit

Permalink
Nanotrasen Harrier-class Exploration Cruiser (shiptest-ss13#3185)
Browse files Browse the repository at this point in the history
<!-- 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

![harrier](https://github.com/user-attachments/assets/34ba8038-b64e-4da9-be85-a448e1d71262)

![harrier_areas](https://github.com/user-attachments/assets/c777f96d-b8b5-484e-910b-53b81a4aaeb5)

_Originally an advanced ICW-era command cruiser, the surviving Harriers
have been refurbished as exploration and "reclamation" ships in the
post-ICW era. Large, well-rounded, and boasting excellent crew
accomodations, Harriers are exceedingly popular with Nanotrasen crews in
spite of their lack of specialized equipment._

Replaces both the Osprey and the Skipper with the Harrier, filling
roughly the same role. Key features:
- Internal Affairs office
- Security office with working brig
- Dedicated AI core
- Working mail and disposals system
- A fancy atrium
- The sector's biggest cafeteria

Hopefully this irons out some of the more common issues with the Osprey
and makes for a more well-rounded and enjoyable ship that _actually
gives Nanotrasen security slots for once._

## Why It's Good For The Game

Osprey is crungled and Skipper competes for niche space. Harrier should
do better than either, with more polish and faction flavor.

## Changelog

:cl:
add: Added Nanotrasen Harrier-class cruiser
del: Removed Osprey-class cruiser
del: Removed Skipper-class cruiser
/:cl:

<!-- Both :cl:'s are required for the changelog to work! You can put
your name to the right of the first :cl: 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. -->
  • Loading branch information
Apogee-dev authored and MysticalFaceLesS committed Oct 6, 2024
1 parent d14dcce commit b5a86a6
Show file tree
Hide file tree
Showing 6 changed files with 9,657 additions and 15,263 deletions.
76 changes: 76 additions & 0 deletions _maps/configs/nanotrasen_harrier.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
{
"$schema": "https://raw.githubusercontent.com/shiptest-ss13/Shiptest/master/_maps/ship_config_schema.json",
"map_name": "Harrier-class Exploration Cruiser",
"prefix": "NTSV",
"faction": "/datum/faction/nt",
"namelists": [
"NANOTRASEN",
"SPACE",
"MYTHOLOGICAL",
"WEAPONS"
],
"map_short_name": "Harrier-class",
"map_path": "_maps/shuttles/nanotrasen/nanotrasen_harrier.dmm",
"description": "Originally an advanced ICW-era command cruiser, the surviving Harriers have been refurbished as exploration and \"reclamation\" ships in the post-ICW era. Large, well-rounded, and boasting excellent crew accomodations, Harriers are exceedingly popular with Nanotrasen crews in spite of their lack of specialized equipment.",
"tags": ["Generalist"],
"limit": 1,
"starting_funds": 4000,
"job_slots": {
"Captain": {
"outfit": "/datum/outfit/job/nanotrasen/captain",
"officer": true,
"slots": 1
},
"First Officer": {
"outfit": "/datum/outfit/job/nanotrasen/hop",
"officer": true,
"slots": 1
},
"Supply Director": {
"outfit": "/datum/outfit/job/nanotrasen/quartermaster",
"officer":true,
"slots": 1
},
"Internal Affairs Agent": {
"outfit": "/datum/outfit/job/nanotrasen/lawyer/corporaterepresentative",
"slots": 1
},
"Security Officer": {
"outfit": "/datum/outfit/job/nanotrasen/security",
"slots": 1
},
"Medical Doctor": {
"outfit": "/datum/outfit/job/nanotrasen/doctor",
"slots": 1
},
"Paramedic": {
"outfit": "/datum/outfit/job/nanotrasen/paramedic",
"slots": 1
},
"Engineer": {
"outfit": "/datum/outfit/job/nanotrasen/engineer",
"slots": 1
},
"Atmospheric Technician": {
"outfit": "/datum/outfit/job/nanotrasen/atmos",
"slots": 1
},
"Cargo Technician": {
"outfit": "/datum/outfit/job/nanotrasen/cargo_tech",
"slots": 1
},
"Cook": {
"outfit": "/datum/outfit/job/independent/cook",
"slots": 1
},
"Janitor": {
"outfit": "/datum/outfit/job/nanotrasen/janitor",
"slots": 1
},
"Assistant": {
"outfit": "/datum/outfit/job/nanotrasen/assistant",
"slots": 2
}
},
"enabled": true
}
75 changes: 0 additions & 75 deletions _maps/configs/nanotrasen_osprey.json

This file was deleted.

64 changes: 0 additions & 64 deletions _maps/configs/nanotrasen_skipper.json

This file was deleted.

Loading

0 comments on commit b5a86a6

Please sign in to comment.