Skip to content

Commit

Permalink
Convex CD Port (#553)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nairodian authored Feb 10, 2025
1 parent f0faea4 commit 6cbd7c4
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 9 deletions.
11 changes: 11 additions & 0 deletions Resources/CDMapPatches/convex.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
- !type:CDSpawnEntityMapPatch
worldPosition: -41.5,-32.5
id: LockerLostAndFound
- !type:CDSpawnEntityMapPatch
worldRotation: 1.5707963267948966 rad
worldPosition: -38.5,-33.5
id: ComputerJobSlots
- !type:CDSpawnEntityMapPatch
worldRotation: -1.5707963267948966 rad
worldPosition: 55.5,2.5
id: ComputerShuttleSalvage
23 changes: 14 additions & 9 deletions Resources/Prototypes/Maps/convex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
id: Convex
mapName: 'Convex'
mapPath: /Maps/convex.yml
minPlayers: 75
minPlayers: 45 #CD change from 75 to 45
patchfile: /CDMapPatches/convex.yml #CD map patch
stations:
Convex:
stationProto: StandardNanotrasenStation
Expand All @@ -29,30 +30,34 @@
Reporter: [ 1, 2 ]
#engineering
ChiefEngineer: [ 1, 1 ]
SeniorEngineer: [ 1, 1 ] #CD role
AtmosphericTechnician: [ 3, 3 ]
StationEngineer: [ 5, 5 ]
TechnicalAssistant: [ 4, 4 ]
TechnicalAssistant: [ 2, 2 ] #CD change from 4-4 to 2-2
#medical
ChiefMedicalOfficer: [ 1, 1 ]
Chemist: [ 3, 3 ]
MedicalDoctor: [ 6, 6 ]
SeniorPhysician: [ 1, 1 ] #CD Role
Chemist: [ 2, 2 ] #CD change from 3-3 to 2-2
MedicalDoctor: [ 4, 4 ] #CD change from 6-6 to 4-4
Paramedic: [ 1, 1 ]
MedicalIntern: [ 4, 4 ]
MedicalIntern: [ 2, 2 ] #CD change from 4-4 to 2-2
#science
ResearchDirector: [ 1, 1 ]
SeniorResearcher: [ 1, 1 ] #CD role
Scientist: [ 5, 5 ]
ResearchAssistant: [ 6, 6 ]
ResearchAssistant: [ 2, 2 ] #CD change from 6-6 to 2-2
#security
HeadOfSecurity: [ 1, 1 ]
SeniorOfficer: [ 1, 1 ] #CD Role
Warden: [ 1, 1 ]
SecurityOfficer: [ 8, 8 ]
SecurityOfficer: [ 4, 4 ] #CD change from 8-8 to 4-4
Detective: [ 1, 1 ]
SecurityCadet: [ 4, 4 ]
SecurityCadet: [ 2, 2 ] #CD change from 4-4 to 2-2
Lawyer: [ 2, 2 ]
#supply
Quartermaster: [ 1, 1 ]
SalvageSpecialist: [ 3, 3 ]
CargoTechnician: [ 4, 4 ]
CargoTechnician: [ 3, 3 ] #CD change from 4-4 to 3-3
#civilian
Passenger: [ -1, -1 ]
Clown: [ 1, 1 ]
Expand Down

0 comments on commit 6cbd7c4

Please sign in to comment.