Skip to content

Commit

Permalink
New station Pilgrim (#1974)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ko4ergaPunk authored Apr 27, 2024
1 parent 9034dc4 commit 5300a8f
Show file tree
Hide file tree
Showing 6 changed files with 143,796 additions and 0 deletions.
1 change: 1 addition & 0 deletions Content.IntegrationTests/Tests/PostMapInitTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ public sealed class PostMapInitTest
"CorvaxMaus",
"CorvaxIshimura",
"CorvaxPaper",
"CorvaxPilgrim",
"CorvaxSplit",
// Corvax-End
"Dev",
Expand Down
7,279 changes: 7,279 additions & 0 deletions Resources/Maps/Shuttles/emergency_pilgrim.yml

Large diffs are not rendered by default.

136,448 changes: 136,448 additions & 0 deletions Resources/Maps/corvax_pilgrim.yml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions Resources/Prototypes/Corvax/Maps/Pools/corvax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
- CorvaxMaus
- CorvaxIshimura
- CorvaxPaper
- CorvaxPilgrim
- CorvaxSplit
- Box
1 change: 1 addition & 0 deletions Resources/Prototypes/Corvax/Maps/Pools/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
- CorvaxMaus
- CorvaxIshimura
- CorvaxPaper
- CorvaxPilgrim
- CorvaxSplit
- Atlas
- Bagel
Expand Down
66 changes: 66 additions & 0 deletions Resources/Prototypes/Corvax/Maps/pilgrim.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
- type: gameMap
id: CorvaxPilgrim
mapName: 'Pilgrim'
mapPath: /Maps/corvax_pilgrim.yml
minPlayers: 40
stations:
Pilgrim:
stationProto: StandardNanotrasenStation
components:
- type: StationNameSetup
mapNameTemplate: '{0} Пилигрим {1}'
nameGenerator:
!type:NanotrasenNameGenerator
prefixCreator: 'TA'
- type: StationEmergencyShuttle
emergencyShuttlePath: /Maps/Shuttles/emergency_pilgrim.yml
- type: StationJobs
overflowJobs:
- Passenger
availableJobs:
# service
HeadOfPersonnel: [ 1, 1 ]
Passenger: [ -1, -1 ]
ServiceWorker: [ 3, 3 ]
Bartender: [ 1, 1 ]
Botanist: [ 3, 3 ]
Boxer: [ 2, 2 ]
Chef: [ 2, 2 ]
Clown: [ 1, 1 ]
Janitor: [ 2, 3 ]
Mime: [ 1, 1 ]
Chaplain: [ 1, 1 ]
Librarian: [ 1, 1 ]
Musician: [ 1, 1 ]
Reporter: [ 2, 2 ]
Zookeeper: [ 1, 1 ]
# command
Captain: [ 1, 1 ]
IAA: [ 1, 1 ]
# engineering
ChiefEngineer: [ 1, 1 ]
AtmosphericTechnician: [ 3, 3 ]
StationEngineer: [ 5, 5 ]
TechnicalAssistant: [ 3, 3 ]
# medical
ChiefMedicalOfficer: [ 1, 1 ]
Paramedic: [ 1, 1 ]
Chemist: [ 2, 2 ]
MedicalDoctor: [ 4, 4 ]
MedicalIntern: [ 3, 3 ]
Psychologist: [ 1, 1 ]
# science
ResearchDirector: [ 1, 1 ]
Scientist: [ 4, 4 ]
ResearchAssistant: [ 2, 2 ]
Borg: [ 1, 1 ]
# security
HeadOfSecurity: [ 1, 1 ]
Warden: [ 1, 1 ]
Detective: [ 1, 1 ]
SecurityOfficer: [ 7, 7 ]
SecurityCadet: [ 3, 3 ]
# cargo
Quartermaster: [ 1, 1 ]
SalvageSpecialist: [ 3, 3 ]
CargoTechnician: [ 5, 5 ]

0 comments on commit 5300a8f

Please sign in to comment.