Skip to content

Commit

Permalink
test2
Browse files Browse the repository at this point in the history
  • Loading branch information
Odleer committed Mar 1, 2024
1 parent c800342 commit 6e95f33
Show file tree
Hide file tree
Showing 3 changed files with 111 additions and 2 deletions.
63 changes: 63 additions & 0 deletions Resources/Prototypes/Maps/odleer-adlas.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
- type: gameMap
id: Omega
mapName: 'Omega'
mapPath: /Maps/map-ivent.yml
minPlayers: 10
maxPlayers: 35
stations:
Oreol:
stationProto: StandardNanotrasenStation
components:
- type: StationNameSetup
mapNameTemplate: '{0} Omega Station {1}'
nameGenerator:
!type:NanotrasenNameGenerator
prefixCreator: 'TG'
- type: StationEmergencyShuttle
emergencyShuttlePath: /Maps/Shuttles/emergency_omega.yml
- type: StationJobs
overflowJobs:
- Passenger
availableJobs:
#service
Captain: [ 1, 1 ]
IAA: [ 1, 1 ] # Corvax-IAA
HeadOfPersonnel: [ 1, 1 ]
Bartender: [ 1, 1 ]
Botanist: [ 2, 2 ]
Chef: [ 1, 1 ]
Janitor: [ 1, 2 ]
Chaplain: [ 1, 1 ]
Librarian: [ 1, 1 ]
ServiceWorker: [ 2, 2 ]
#engineering
ChiefEngineer: [ 1, 1 ]
AtmosphericTechnician: [ 2, 2 ]
StationEngineer: [ 3, 3 ]
TechnicalAssistant: [ 2, 2 ]
#medical
ChiefMedicalOfficer: [ 1, 1 ]
Chemist: [ 2, 2 ]
MedicalDoctor: [ 3, 3 ]
MedicalIntern: [ 2, 2 ]
#science
ResearchDirector: [ 1, 1 ]
Scientist: [ 4, 4 ]
ResearchAssistant: [ 2, 2 ]
#security
HeadOfSecurity: [ 1, 1 ]
Warden: [ 1, 1 ]
SecurityOfficer: [ 4, 4 ]
Detective: [ 1, 1 ]
SecurityCadet: [ 2, 2 ]
#Lawyer: [ 1, 1 ] # Corvax-IAA
#supply
Quartermaster: [ 1, 1 ]
SalvageSpecialist: [ 2, 2 ]
CargoTechnician: [ 2, 2 ]
#civilian
Passenger: [ -1, -1 ]
Clown: [ 1, 1 ]
Mime: [ 1, 1 ]
Musician: [ 1, 1 ]
Borg: [ 2, 2 ]
46 changes: 46 additions & 0 deletions Resources/Prototypes/Maps/odleer-prison2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
- type: gameMap
id: OdleerPrison
mapName: 'Setras'
mapPath: /Uploaded/Odleer/Maps/odleer-prison.yml
minPlayers: 10
maxPlayers: 35
stations:
Oreol:
stationProto: StandardNanotrasenStation
components:
- type: StationNameSetup
mapNameTemplate: '{0} Setras Station {1}'
nameGenerator:
!type:NanotrasenNameGenerator
prefixCreator: 'TG'
- type: StationEmergencyShuttle
emergencyShuttlePath: /Maps/Shuttles/emergency_omega.yml
- type: StationJobs
overflowJobs:
- Passenger
availableJobs:
# service
HeadOfPersonnel: [ 1, 1 ] # первая цифра - количество раундстарт мест для данной роли, вторая цифра - количество мест для позднего присоединения.
Passenger: [ -1, -1 ]
ServiceWorker: [ 2, 2 ]
Botanist: [ 2, 2 ]
Chef: [ 2, 2 ]
Janitor: [ 1, 1 ]
Chaplain: [ 1, 1 ]
Reporter: [ 2, 2 ]
# engineering
ChiefEngineer: [ 1, 1 ]
AtmosphericTechnician: [ 1, 1 ]
StationEngineer: [ 2, 2 ]
TechnicalAssistant: [ 1, 1 ]
# medical
ChiefMedicalOfficer: [ 1, 1 ]
Paramedic: [ 1, 1 ]
Chemist: [ 1, 1 ]
MedicalDoctor: [ 2, 2 ]
MedicalIntern: [ 1, 1 ]
# security
HeadOfSecurity: [ 1, 1 ]
Warden: [ 2, 2 ]
SecurityOfficer: [ 12, 12 ]
SecurityCadet: [ 6, 6 ]
4 changes: 2 additions & 2 deletions Resources/Prototypes/Maps/omega.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
- type: gameMap
id: Omega
mapName: 'Omega'
mapPath: /Maps/omega.yml
mapPath: /Maps/map-ivent.yml
minPlayers: 10
maxPlayers: 35
stations:
Omega:
Oreol:
stationProto: StandardNanotrasenStation
components:
- type: StationNameSetup
Expand Down

0 comments on commit 6e95f33

Please sign in to comment.