-
-
Notifications
You must be signed in to change notification settings - Fork 554
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "oops I slipped and dropped this down the drain"
This reverts commit a4104bc.
- Loading branch information
1 parent
c0f8819
commit 1917c45
Showing
2 changed files
with
3,608 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
{ | ||
"$schema": "https://raw.githubusercontent.com/shiptest-ss13/Shiptest/master/_maps/ship_config_schema.json", | ||
"map_name": "Box-class Hospital Ship", | ||
"map_short_name": "Box-class", | ||
"description": "An early exemplar of several modern shipbuilding techniques that have since become standard, the Box is effectively a tiny spaceborne hospital, loaded with medical equipment that can often be difficult to source in Frontier space. Unusually, Boxes come equipped with medical cryo tubes, which have become a particular rarity on the Frontier due to their delicate nature and steep upkeep costs. Boxes are often found in surprisingly good repair for their age, and they have received several upgrades over the decades that have kept them well abreast of advances in medical science.", | ||
"tags": [ | ||
"Medical" | ||
], | ||
"map_path": "_maps/shuttles/independent/independent_box.dmm", | ||
"namelists": [ | ||
"GENERAL", | ||
"SPACE", | ||
"NATURAL" | ||
], | ||
"prefix": "IMV", | ||
"job_slots": { | ||
"Chief Medical Officer": { | ||
"outfit": "/datum/outfit/job/independent/cmo", | ||
"slots": 1 | ||
}, | ||
"Medical Doctor": { | ||
"outfit": "/datum/outfit/job/independent/doctor", | ||
"slots": 3 | ||
}, | ||
"Paramedic": { | ||
"outfit": "/datum/outfit/job/independent/paramedic", | ||
"slots": 2 | ||
}, | ||
"Assistant": { | ||
"outfit": "/datum/outfit/job/independent/assistant", | ||
"slots": 3 | ||
} | ||
}, | ||
"enabled": true | ||
} |
Oops, something went wrong.