Skip to content

Commit

Permalink
Merge pull request #10 from Draggeru/Shipp
Browse files Browse the repository at this point in the history
(NON-MODULAR) Updates the Aegis to be TGMC era lore friendly
  • Loading branch information
Constellado authored Jun 22, 2024
2 parents ff1d0c5 + 7682b75 commit 702fb5f
Show file tree
Hide file tree
Showing 2 changed files with 6,049 additions and 4,980 deletions.
37 changes: 21 additions & 16 deletions _maps/configs/syndicate_aegis.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"prefix": "SUNS",
"map_name": "Aegis-class Long Term Care Ship",
"prefix": "SV",
"map_name": "Aegis-class Long Term Exploration Ship",
"map_short_name": "Aegis-class",
"map_path": "_maps/shuttles/syndicate/syndicate_aegis.dmm",
"description": "Approximately a third of the way through the ICW, it became apparent that the Syndicate could not muster the sheer throwaway manpower that Nanotrasen could with its swaths of mercenaries and disposable personnel. Instead, the Syndicate began to adopt a much more conservative approach to maintaining personnel, by establishing an initiative to create a host of medical vessels designed to rescue and rehabilitate the fallen. While the Li Tieguai filled the rescue role, the Aegis-Class was to fill the rehabilitation role. Featuring a host of ‘quality of life’ features for long-term patients (a full bar, a hydroponics setup, and so on), an expansive medical bay and an array of comfort fixtures like couches and gardens, the Aegis is perfect for aspiring doctors or wounded patients.",
"description": "After the war with the Xeomorphs, two recently discharged military personnel designed this ship to be as self-sufficient as possible. Given the significant investment of time and money, many questioned their motives. One of the ship's owners simply responded, 'To be left alone.'",
"tags": [
"Botany",
"Medical",
Expand All @@ -18,39 +18,44 @@
],
"job_slots": {
"Captain": {
"outfit": "/datum/outfit/job/syndicate/captain/suns",
"outfit": "/datum/outfit/job/independent/captain",
"officer": true,
"slots": 1
},

"Lead Doctor": {
"outfit": "/datum/outfit/job/syndicate/cmo/suns",
"SGM Corpsman": {
"outfit": "/datum/outfit/job/independent/cmo",
"slots": 1
},

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

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

"Deck Service Assistant": {
"outfit": "/datum/outfit/job/syndicate/botanist/suns",
"outfit": "/datum/outfit/job/independent/assistant/waiter",
"slots": 2
},

"Ship Psychologist": {
"outfit": "/datum/outfit/job/syndicate/psychologist/suns",
"Master of Arms": {
"outfit": "/datum/outfit/job/independent/security",
"slots": 1
},

"Long Term Patient": {
"outfit": "/datum/outfit/job/syndicate/patient",
"slots": 2
"Cook": {
"outfit": "/datum/outfit/job/independent/cook",
"slots": 1
},

"Miner": {
"outfit": "/datum/outfit/job/independent/miner",
"slots": 1
}
},
"enabled": true
Expand Down
Loading

0 comments on commit 702fb5f

Please sign in to comment.