Skip to content

Commit

Permalink
[Map] New Station Astra (#1725)
Browse files Browse the repository at this point in the history
Co-authored-by: poeMota <[email protected]>
  • Loading branch information
poeMota and KonChenY1 authored Jan 10, 2024
1 parent 71b9b49 commit 24c1636
Show file tree
Hide file tree
Showing 6 changed files with 237,644 additions and 2,536 deletions.
1 change: 1 addition & 0 deletions Content.IntegrationTests/Tests/PostMapInitTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ public sealed class PostMapInitTest
"CorvaxGate",
"CorvaxSilly",
"CorvaxOutpost",
"CorvaxAstra",
// Corvax-End
"Dev",
"TestTeg",
Expand Down
5,332 changes: 2,797 additions & 2,535 deletions Resources/Maps/Shuttles/corvax_emergency.yml

Large diffs are not rendered by default.

234,775 changes: 234,775 additions & 0 deletions Resources/Maps/corvax_astra.yml

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion Resources/Prototypes/Corvax/Maps/Pools/corvax.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- type: gameMapPool
- type: gameMapPool
id: CorvaxMapPool
maps:
- CorvaxDelta
Expand All @@ -7,5 +7,6 @@
- CorvaxGate
- CorvaxSilly
- CorvaxOutpost
- CorvaxAstra
- 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 @@ -7,6 +7,7 @@
- CorvaxGate
- CorvaxSilly
- CorvaxOutpost
- CorvaxAstra
- Aspid
- Bagel
- Box
Expand Down
68 changes: 68 additions & 0 deletions Resources/Prototypes/Corvax/Maps/astra.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
- type: gameMap
id: CorvaxAstra
mapName: 'Astra Station'
mapPath: /Maps/corvax_astra.yml
minPlayers: 30
stations:
Astra:
stationProto: StandardNanotrasenStation
components:
- type: StationNameSetup
mapNameTemplate: '{0} Астра {1}'
nameGenerator:
!type:NanotrasenNameGenerator
prefixCreator: 'MT'
- type: StationEmergencyShuttle
emergencyShuttlePath: /Maps/Shuttles/corvax_emergency.yml
- type: StationJobs
overflowJobs:
- Passenger
availableJobs:
# service
HeadOfPersonnel: [ 1, 1 ]
Passenger: [ -1, -1 ]
ServiceWorker: [ 3, 3 ]
Bartender: [ 1, 1 ]
Botanist: [ 2, 3 ]
Chef: [ 1, 1 ]
Clown: [ 1, 1 ]
Janitor: [ 2, 3 ]
Mime: [ 1, 1 ]
Chaplain: [ 1, 1 ]
Librarian: [ 1, 1 ]
Musician: [ 2, 2 ]
Reporter: [ 1, 1 ]
# command
Captain: [ 1, 1 ]
IAA: [ 1, 1 ]
# engineering
ChiefEngineer: [ 1, 1 ]
AtmosphericTechnician: [ 2, 3 ]
StationEngineer: [ 4, 5 ]
TechnicalAssistant: [ 3, 4 ]
# medical
ChiefMedicalOfficer: [ 1, 1 ]
Paramedic: [ 1, 1 ]
Chemist: [ 2, 2 ]
MedicalDoctor: [ 5, 5 ]
MedicalIntern: [ 3, 4 ]
Psychologist: [ 1, 1 ]
# science
ResearchDirector: [ 1, 1 ]
Scientist: [ 5, 6 ]
ResearchAssistant: [ 3, 4 ]
Borg: [ 2, 2 ]
# security
HeadOfSecurity: [ 1, 1 ]
Warden: [ 1, 1 ]
Detective: [ 1, 1 ]
SecurityOfficer: [ 6, 6 ]
SecurityCadet: [ 3, 4 ]
# cargo
Quartermaster: [ 1, 1 ]
SalvageSpecialist: [ 3, 3 ]
CargoTechnician: [ 4, 5 ]




0 comments on commit 24c1636

Please sign in to comment.