Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The SUNS Panacea-class Infirm Vessel #3112

Merged
merged 28 commits into from
Jul 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
160dde6
Starts the process
Latentish Apr 18, 2024
c31f1eb
bathroom addition
Latentish Apr 20, 2024
1d59bb1
Merge remote-tracking branch 'upstream/master' into Flowers-for-Aegis
Latentish Apr 20, 2024
e8886f8
Update syndicate_aegis.dmm
Latentish Apr 20, 2024
98c8068
staff room
Latentish Apr 28, 2024
1e277e8
fleshes out the bridge, medbay, and peacekeeper office
Latentish Jun 9, 2024
00fa9ab
more map things.
Latentish Jun 12, 2024
ef935bd
Merge remote-tracking branch 'upstream/master' into Flowers-for-Aegis
Latentish Jun 12, 2024
7b81aeb
Update syndicate_aegis.dmm
Latentish Jun 16, 2024
3940390
Merge remote-tracking branch 'upstream/master' into Flowers-for-Aegis
Latentish Jun 16, 2024
24210c8
Adds the decals
Latentish Jun 16, 2024
2744726
makes her pretty
Latentish Jun 17, 2024
266d14b
HOPEFULLY finishes the ship
Latentish Jun 17, 2024
0880b8d
adds suns secure safe and minor tweaks
Latentish Jun 17, 2024
923e95a
the pipester
Latentish Jun 17, 2024
5c76c32
minor tweaks
Latentish Jun 17, 2024
f5624db
Minor changes
Latentish Jun 19, 2024
bdd7ff9
Requested Changes
Latentish Jun 19, 2024
37d31f3
Merge branch 'master' into Flowers-for-Aegis
Latentish Jun 19, 2024
2073a60
Minor tw3eaks
Latentish Jun 20, 2024
7a0e78b
Merge branch 'Flowers-for-Aegis' of https://github.com/Latentish/Ship…
Latentish Jun 20, 2024
80b8b4f
fixes a door and the subshuttle dock
Latentish Jun 20, 2024
7445639
Not really a change
Latentish Jun 20, 2024
74aff87
Merge remote-tracking branch 'upstream/master' into Flowers-for-Aegis
Latentish Jun 20, 2024
f348844
Adds a SINGLE (1 [one[) smartfridge board
Latentish Jun 20, 2024
a2bee45
Merge branch 'master' into Flowers-for-Aegis
Latentish Jun 22, 2024
02f8fbe
Small changes
Latentish Jul 1, 2024
fb02da3
Merge branch 'Flowers-for-Aegis' of https://github.com/Latentish/Ship…
Latentish Jul 1, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading