forked from shiptest-ss13/Shiptest
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
20d1c3b
commit e797b2d
Showing
76 changed files
with
18,718 additions
and
0 deletions.
There are no files selected for viewing
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,52 @@ | ||
{ | ||
"$schema": "https://raw.githubusercontent.com/shiptest-ss13/Shiptest/master/_maps/ship_config_schema.json", | ||
"map_name": "Meta-class Freighter", | ||
"prefix": "NTSV", | ||
"map_short_name": "Meta-class", | ||
"description": "The Meta-class is a medium freight vessel designed for comfort and sustainability over long journeys of delivering cargo. Most, if not all of these ships are no longer under the direct management of the Company, leaving regulation and professionalism at the behest of individual captains. They can be found running independent contracts, delivering cargo, smuggling illicit goods, and generally trying to stay afloat ever since the collapse of Nanotrasen's operations in the frontier.", | ||
"tags": [ | ||
"Generalist", | ||
"Cargo" | ||
], | ||
"namelists": [ | ||
"GENERAL", | ||
"SPACE", | ||
"NANOTRASEN", | ||
"HISTORICAL" | ||
], | ||
"map_path": "_maps/shuttles/nanotrasen/nanotrasen_meta.dmm", | ||
"starting_funds": 5000, | ||
"job_slots": { | ||
"Captain": { | ||
"outfit": "/datum/outfit/job/nanotrasen/captain", | ||
"officer": true, | ||
"slots": 1 | ||
}, | ||
"Quartermaster": { | ||
"outfit": "/datum/outfit/job/nanotrasen/quartermaster", | ||
"officer": true, | ||
"slots": 1 | ||
}, | ||
"Medical Doctor": { | ||
"outfit": "/datum/outfit/job/nanotrasen/doctor", | ||
"slots": 1 | ||
}, | ||
"Ship Engineer": { | ||
"outfit": "/datum/outfit/job/nanotrasen/engineer", | ||
"slots": 1 | ||
}, | ||
"Shaft Miner": { | ||
"outfit": "/datum/outfit/job/nanotrasen/miner", | ||
"slots": 1 | ||
}, | ||
"Cargo Technician": { | ||
"outfit": "/datum/outfit/job/cargo_tech", | ||
"slots": 1 | ||
}, | ||
"Assistant": { | ||
"outfit": "/datum/outfit/job/nanotrasen/assistant", | ||
"slots": 2 | ||
} | ||
}, | ||
"enabled": true | ||
} |
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,50 @@ | ||
{ | ||
"$schema": "https://raw.githubusercontent.com/shiptest-ss13/Shiptest/master/_maps/ship_config_schema.json", | ||
"prefix": "PGFN", | ||
"map_name": "Crying Sun-class Light Frigate", | ||
"namelists": [ | ||
"PGF" | ||
], | ||
"map_short_name": "Crying Sun-class", | ||
"description": "A light frigate mass produced by the Etherbor PGFN Lihmona Navy Shipyard to carry massive linear mounted warguns while keeping high maneuverability. The weapon mount on this ship has been decommissioned, like so many of its kind when sent out of Kalixcian space. The Crying Sun-class is a dual navy and marine vessel, carrying a shuttle for boarding, excursions, and forward scouting. After decommissioning the primary gun, the engines were swapped out for lower power, while engineering equipment has been generously supplied.", | ||
"tags": [ | ||
"Combat", | ||
"Engineering", | ||
"RP Focus" | ||
], | ||
"starting_funds": 1000, | ||
"map_path": "_maps/shuttles/pgf/pgf_crying_sun.dmm", | ||
"limit": 1, | ||
"job_slots": { | ||
"Captain": { | ||
"outfit": "/datum/outfit/job/gezena/captain", | ||
"officer": true, | ||
"slots": 1 | ||
}, | ||
"Bridge Crew": { | ||
"outfit": "/datum/outfit/job/gezena/assistant/bridge", | ||
"slots": 1 | ||
}, | ||
"Navy Engineer": { | ||
"outfit": "/datum/outfit/job/gezena/engineer", | ||
"slots": 2 | ||
}, | ||
"Navy Doctor": { | ||
"outfit": "/datum/outfit/job/gezena/doctor", | ||
"slots": 1 | ||
}, | ||
"Crewman": { | ||
"outfit": "/datum/outfit/job/gezena/assistant", | ||
"slots": 2 | ||
}, | ||
"Marine Sergeant": { | ||
"outfit": "/datum/outfit/job/gezena/hos", | ||
"slots": 1 | ||
}, | ||
"Marine": { | ||
"outfit": "/datum/outfit/job/gezena/security", | ||
"slots": 3 | ||
} | ||
}, | ||
"enabled":false | ||
} |
Oops, something went wrong.