Skip to content

Commit

Permalink
The SUNS Panacea-class Infirm Vessel (#3112)
Browse files Browse the repository at this point in the history
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may
not be viewable. -->
<!-- You can view Contributing.MD for a detailed description of the pull
request process. -->

## About The Pull Request
Replaces the Aegis-class with the Panacea-class Infirm Vessel. A
generalist with a central theme of roleplaying around inpatients.

![image](https://github.com/shiptest-ss13/Shiptest/assets/55075747/f26da6d5-baba-4921-9d66-6ac5929e8c51)

![image](https://github.com/shiptest-ss13/Shiptest/assets/55075747/e9b5c43f-0d17-442b-be1a-5af4e24cea3e)

![panaceaclass](https://github.com/shiptest-ss13/Shiptest/assets/55075747/257a7b65-c4f3-4d6d-b7f8-f750f6b16184)
(in game screenshot is 2 changes out of date.)
<!-- Describe The Pull Request. Please be sure every change is
documented or this can delay review and even discourage maintainers from
merging your PR! -->

## Why It's Good For The Game
Replaces an old ship and uses our new assets.
<!-- Please add a short description of why you think these changes would
benefit the game. If you can't justify it in words, it might not be
worth adding. -->

## Changelog

:cl:
add: Added the Panacea-class
del: Removed the Aegis-class
/:cl:

<!-- Both :cl:'s are required for the changelog to work! You can put
your name to the right of the first :cl: if you want to overwrite your
GitHub username as author ingame. -->
<!-- You can use multiple of the same prefix (they're only used for the
icon ingame) and delete the unneeded ones. Despite some of the tags,
changelogs should generally represent how a player might be affected by
the changes rather than a summary of the PR's contents. -->
  • Loading branch information
Latentish authored Jul 3, 2024
1 parent 414ebea commit 986de70
Show file tree
Hide file tree
Showing 9 changed files with 10,477 additions and 6,548 deletions.
57 changes: 0 additions & 57 deletions _maps/configs/syndicate_aegis.json

This file was deleted.

64 changes: 64 additions & 0 deletions _maps/configs/syndicate_panacea.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
{
"prefix": "SUNS",
"map_name": "Panacea-class Infirm Vessel",
"map_short_name": "Panacea-class",
"map_path": "_maps/shuttles/syndicate/syndicate_panacea.dmm",
"description": "Shortly after Solcon breached the Oort Cloud, SUNS joined into the Syndicate Coalition. Holding close ties to both the ACLF and GEC, students jumped at the opportunity to see the rest of the galaxy. The Panacea-class was the first of its kind out of Sol, moving typically planetside inpatient care to a space vessel and jumping system to system. The Panacea class is a moderately well supplied ship, allowing for emergency pharmaceutical compounding, mental and physical therapy, and general medical work, while doubling as a student run vessel.",
"tags": [
"Generalist",
"Medical",
"RP Focus"
],
"starting_funds": 1000,
"map_id": "syndicate_panacea",
"limit": 1,
"namelists": [
"SUNS",
"SPACE",
"GENERAL"
],
"job_slots": {
"Captain": {
"outfit": "/datum/outfit/job/syndicate/captain/suns",
"officer": true,
"slots": 1
},

"Academic": {
"outfit": "/datum/outfit/job/syndicate/head_of_personnel/suns",
"officer": true,
"slots": 1
},

"Peacekeeper": {
"outfit": "/datum/outfit/job/syndicate/security/suns",
"slots": 1
},

"Ship Doctor":{
"outfit": "/datum/outfit/job/syndicate/doctor/suns",
"slots": 2
},

"Mechanic": {
"outfit": "/datum/outfit/job/syndicate/engineer/suns",
"slots": 2
},

"Ship Psychologist": {
"outfit": "/datum/outfit/job/syndicate/psychologist/suns",
"slots": 1
},

"Student Mixologist": {
"outfit": "/datum/outfit/job/syndicate/bartender/suns",
"slots": 1
},

"Long Term Patient": {
"outfit": "/datum/outfit/job/syndicate/patient",
"slots": 5
}
},
"enabled": true
}
Loading

0 comments on commit 986de70

Please sign in to comment.