Skip to content

Commit

Permalink
Revert "oops I slipped and dropped this down the drain"
Browse files Browse the repository at this point in the history
This reverts commit a4104bc.
  • Loading branch information
MarkSuckerberg committed Mar 17, 2024
1 parent c0f8819 commit 1917c45
Show file tree
Hide file tree
Showing 2 changed files with 3,608 additions and 0 deletions.
35 changes: 35 additions & 0 deletions _maps/configs/independent_box.json
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
}
Loading

0 comments on commit 1917c45

Please sign in to comment.