Skip to content
This repository has been archived by the owner on Apr 27, 2024. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Peptide90 committed Apr 9, 2024
2 parents 6edc76f + 6fe531c commit 2a1aa1b
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 10 deletions.
21 changes: 11 additions & 10 deletions Resources/Prototypes/Maps/Pools/default.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
- type: gameMapPool
id: DefaultMapPool
maps:
- Atlas
- Bagel
- Box
- Cluster
- Core
- Fland
- Marathon
- Meta
- Omega
- Origin
#- Atlas
#- Bagel
#- Box
#- Cluster
#- Core
#- Fland
#- Marathon
#- Meta
#- Omega
#- Origin
- Saltern
- Packed
- Reach
#- Train <- return after station anchoring PR is finished and merged
- Pillar
64 changes: 64 additions & 0 deletions Resources/Prototypes/Maps/pillar.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
- type: gameMap
id: Pillar
mapName: 'NSS Pillar'
mapPath: /Maps/newpillar.yml
minPlayers: 40
maxPlayers: 200
stations:
Pillar:
stationProto: StandardNanotrasenStation
components:
- type: StationNameSetup
mapNameTemplate: '{0} NSS Pillar {1}'
nameGenerator:
!type:NanotrasenNameGenerator
prefixCreator: '14'
- type: StationEmergencyShuttle
emergencyShuttlePath: /Maps/Shuttles/emergency_box.yml
- type: StationJobs
overflowJobs:
- Passenger
availableJobs:
#service
Captain: [ 1, 1 ]
HeadOfPersonnel: [ 1, 1 ]
Bartender: [ 2, 2 ]
Botanist: [ 3, 3 ]
Chef: [ 2, 2 ]
Janitor: [ 3, 3 ]
Chaplain: [ 1, 1 ]
Librarian: [ 1, 1 ]
#ServiceWorker: [ 2, 2 ]
#engineering
ChiefEngineer: [ 1, 1 ]
AtmosphericTechnician: [ 3, 3 ]
StationEngineer: [ 4, 4 ]
#TechnicalAssistant: [ 4, 4 ]
#medical
ChiefMedicalOfficer: [ 1, 1 ]
Chemist: [ 2, 2 ]
MedicalDoctor: [ 3, 3 ]
Paramedic: [ 1, 1 ]
#MedicalIntern: [ 4, 4 ]
#science
ResearchDirector: [ 1, 1 ]
Scientist: [ 5, 5 ]
#ResearchAssistant: [ 4, 4 ]
Borg: [ 2, 2 ]
#security
HeadOfSecurity: [ 1, 1 ]
Warden: [ 1, 1 ]
SecurityOfficer: [ 4, 6 ]
Detective: [ 1, 1 ]
#SecurityCadet: [ 4, 4 ]
Lawyer: [ 2, 2 ]
#supply
Quartermaster: [ 1, 1 ]
SalvageSpecialist: [ 3, 4 ]
CargoTechnician: [ 3, 4 ]
#civilian
Passenger: [ -1, -1 ]
Clown: [ 1, 1 ]
Mime: [ 1, 1 ]
Musician: [ 1, 1 ]
Reporter: [ 2, 2 ]

0 comments on commit 2a1aa1b

Please sign in to comment.