Skip to content

Commit

Permalink
Atoll-Class Hospital Ship (#3749)
Browse files Browse the repository at this point in the history
## About The Pull Request

Brings in a new independent medship, meant to be the successor of the
box-class. Made by Ihejirika Civ. Manufacturing, this vessel is popular
among small medical companies and charity organizations.


![image](https://github.com/user-attachments/assets/21e80687-5003-4038-be4e-7a00027fd9fc)

Also adds a preloaded subtype of the organ smartfridge.

<details>
<summary>More images of various areas of the ship</summary>

Lobby & Reception

![image](https://github.com/user-attachments/assets/2118e9be-98b7-4546-b609-18170f271f24)

Medical Center & Morgue

![image](https://github.com/user-attachments/assets/141e2aa1-fd33-437b-a2c7-4b419ae6ff42)

Crew Area

![image](https://github.com/user-attachments/assets/539a270b-f440-492f-a5fa-767b57dff66e)

Engineering

![image](https://github.com/user-attachments/assets/80d358de-32d4-4a40-bda3-8f1fc4f12e15)

Office & Bridge

![image](https://github.com/user-attachments/assets/fed51042-3901-4237-b407-7432e5279695)
</details>
<details>
<summary>SDMM screenshots</summary>

![2024-11-13 14 43
22](https://github.com/user-attachments/assets/c186f731-843b-493d-8a32-a97a75ff502c)
![2024-11-13 14 43
27](https://github.com/user-attachments/assets/4ddbd87f-ce96-49e2-82eb-e2c5ac40eea3)
</details>

## Why It's Good For The Game

The Box-Class is outdated, and was made for a different time. This new
ship should hopefully bring independent medships back into the scene.

## Changelog

:cl: MemeSnorfer and Moffball
add: Atoll-Class Hospital Ship
add: Preloaded organ smartfridge
del: Disabled the Box-Class
/:cl:
  • Loading branch information
MemeSnorfer authored Dec 18, 2024
1 parent dd9781a commit 6813413
Show file tree
Hide file tree
Showing 4 changed files with 6,931 additions and 0 deletions.
46 changes: 46 additions & 0 deletions _maps/configs/independent_atoll.json
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
}
Loading

0 comments on commit 6813413

Please sign in to comment.