-
-
Notifications
You must be signed in to change notification settings - Fork 542
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/master' into inteqmed
- Loading branch information
Showing
62 changed files
with
27,999 additions
and
5,672 deletions.
There are no files selected for viewing
5,522 changes: 5,083 additions & 439 deletions
5,522
_maps/RandomRuins/WasteRuins/wasteplanet_pandora.dmm
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,78 @@ | ||
{ | ||
"$schema": "https://raw.githubusercontent.com/shiptest-ss13/Shiptest/master/_maps/ship_config_schema.json", | ||
"prefix": "NTSV", | ||
"namelists": ["WEAPONS"], | ||
"map_name": "Heron-Class Dreadnaught", | ||
"map_short_name": "Heron-class", | ||
"map_path": "_maps/shuttles/shiptest/nanotrasen_heron.dmm", | ||
"map_id": "nanotrasen_heron", | ||
"description": "The Heron-Class is the biggest ship available to NanoTrasen's frontier forces. These vessels served as the flagship of many fleets during the war, serving as a carrier for an operative team, or a command vessel for corporate units. Captains of this vessel were known to retrofit bluespace artillery onto the hangar, and directly fire it during combat. Since the end of the war, it has been repurposed for peacekeeping missions on backline sectors. Though the age of the design is starting to show, it stands as one of the remnants of NanoTrasen's once powerful hold over the cosmos.", | ||
"limit": 1, | ||
"job_slots": { | ||
"Fleet Captain": { | ||
"outfit": "/datum/outfit/job/captain/nt/heron", | ||
"officer": true, | ||
"slots": 1 | ||
}, | ||
"First Officer": { | ||
"outfit": "/datum/outfit/job/head_of_personnel/nt", | ||
"officer": true, | ||
"slots": 1 | ||
}, | ||
"Head of Security": { | ||
"outfit": "/datum/outfit/job/hos/nanotrasen", | ||
"officer": true, | ||
"slots": 1 | ||
}, | ||
"Pilot": { | ||
"outfit": "/datum/outfit/job/head_of_personnel/pilot/heron", | ||
"officer": true, | ||
"slots": 1 | ||
}, | ||
"Security Officer": { | ||
"outfit": "/datum/outfit/job/security/nanotrasen", | ||
"slots": 1 | ||
}, | ||
"ERT Officer":{ | ||
"outfit": "/datum/outfit/job/security/nanotrasen/ert", | ||
"slots": 4 | ||
}, | ||
"ERT Medical Officer":{ | ||
"outfit": "/datum/outfit/job/security/nanotrasen/ert/med", | ||
"slots": 1 | ||
}, | ||
"ERT Engineering Officer":{ | ||
"outfit": "/datum/outfit/job/security/nanotrasen/ert/engi", | ||
"slots": 1 | ||
}, | ||
"Mech Pilot":{ | ||
"outfit": "/datum/outfit/job/security/nanotrasen/mech_pilot", | ||
"slots": 1 | ||
}, | ||
"Engine Technician": { | ||
"outfit": "/datum/outfit/job/engineer/nt", | ||
"slots": 1 | ||
}, | ||
"Chief Engineer":{ | ||
"outfit": "/datum/outfit/job/ce/nt", | ||
"officer": true, | ||
"slots": 1 | ||
}, | ||
"Roboticist": { | ||
"outfit":"/datum/outfit/job/roboticist/heron", | ||
"slots": 1 | ||
}, | ||
"Medical Doctor":{ | ||
"outfit": "/datum/outfit/job/doctor", | ||
"slots": 1 | ||
}, | ||
|
||
"Atmospheric Technician": 1, | ||
"Quartermaster": 1, | ||
"Cargo Technician": 1, | ||
"Cook": 1, | ||
"Janitor": 1, | ||
"Assistant": 2 | ||
}, | ||
"enabled": false | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,5 +42,5 @@ | |
"slots": 2 | ||
} | ||
}, | ||
"enabled": true | ||
"enabled": false | ||
} |
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
Oops, something went wrong.