-
-
Notifications
You must be signed in to change notification settings - Fork 538
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into scatter-laser-fixes
- Loading branch information
Showing
5 changed files
with
6,937 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,46 @@ | ||
{ | ||
"$schema": "https://raw.githubusercontent.com/shiptest-ss13/Shiptest/master/_maps/ship_config_schema.json", | ||
"map_name": "Atoll-Class Hospital Ship", | ||
"map_short_name": "Atoll-class", | ||
"description": "The Atoll-class is a large Ihejirika-built medical ship known for its unusually spacious and comfortable facilities and very respectable assortment of equipment and supplies. Atolls are favored by small medical companies and charity organizations dedicated to rendering welcome medical aid in an often harsh and unforgiving Frontier, making them a very welcome sight indeed.", | ||
"tags": [ | ||
"Medical" | ||
], | ||
"map_path": "_maps/shuttles/independent/independent_atoll.dmm", | ||
"namelists": [ | ||
"GENERAL", | ||
"SPACE", | ||
"NATURAL" | ||
], | ||
"faction": "/datum/faction/independent", | ||
"prefix": "IMV", | ||
"job_slots": { | ||
"Captain": { | ||
"outfit": "/datum/outfit/job/independent/captain", | ||
"slots": 1, | ||
"officer": true | ||
}, | ||
"Medical Administrator":{ | ||
"outfit": "/datum/outfit/job/independent/cmo", | ||
"slots": 1, | ||
"officer": true | ||
}, | ||
"Medical Doctor": { | ||
"outfit": "/datum/outfit/job/independent/doctor", | ||
"slots": 1 | ||
}, | ||
"Paramedic": { | ||
"outfit": "/datum/outfit/job/independent/paramedic", | ||
"slots": 2 | ||
}, | ||
"Mechanic": { | ||
"outfit": "/datum/outfit/job/independent/engineer", | ||
"slots": 1 | ||
}, | ||
"Deckhand": { | ||
"outfit": "/datum/outfit/job/independent/assistant", | ||
"slots": 2 | ||
} | ||
}, | ||
"enabled": true | ||
} |
Oops, something went wrong.