forked from space-syndicate/space-station-14
-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #199 from space-syndicate/master
[Maps] Map pool change (space-syndicate#2887)
- Loading branch information
Showing
14 changed files
with
201,836 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,40 @@ | ||
- type: gameMapPool | ||
id: CorvaxDefaultMapPool | ||
maps: | ||
# Мапперская авантюра | ||
## Highpop | ||
#- CorvaxDelta | ||
#- CorvaxAvrite | ||
#- CorvaxAstra | ||
#- CorvaxPilgrim | ||
#- CorvaxGlacier | ||
#- Box | ||
## Midpop | ||
#- CorvaxPaper | ||
##- CorvaxPearl — До реворка | ||
#- CorvaxOutpost | ||
#- CorvaxAwesome | ||
#- Bagel | ||
#- Marathon | ||
##- Train — До реворка оффами | ||
## Lowpop | ||
#- CorvaxSilly | ||
#- CorvaxMaus | ||
#- CorvaxTushkan | ||
#- Packed | ||
#- Omega | ||
#================ | ||
# Highpop | ||
- CorvaxDelta | ||
- CorvaxAvrite | ||
- CorvaxAstra | ||
- CorvaxPilgrim | ||
- CorvaxGlacier | ||
- Box | ||
# Midpop | ||
- CorvaxPaper | ||
#- CorvaxPearl — До реворка | ||
- CorvaxOutpost | ||
- CorvaxAwesome | ||
- Bagel | ||
- Cog | ||
- Fland | ||
- Origin | ||
# Midpop | ||
- Amber | ||
- Marathon | ||
#- Train — До реворка оффами | ||
- Meta | ||
# Lowpop | ||
- CorvaxSilly | ||
- CorvaxMaus | ||
- CorvaxTushkan | ||
- Packed | ||
- Saltern | ||
- Omega | ||
- Packed |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
- type: gameMap | ||
id: Origin | ||
mapName: 'Origin' | ||
mapPath: /Maps/origin.yml | ||
minPlayers: 55 | ||
stations: | ||
Origin: | ||
stationProto: StandardNanotrasenStation | ||
components: | ||
- type: StationNameSetup | ||
mapNameTemplate: '{0} Origin {1}' | ||
nameGenerator: | ||
!type:NanotrasenNameGenerator | ||
prefixCreator: '14' | ||
- type: StationEmergencyShuttle | ||
emergencyShuttlePath: /Maps/Shuttles/emergency_courser.yml | ||
- type: StationJobs | ||
availableJobs: | ||
#service | ||
Captain: [ 1, 1 ] | ||
HeadOfPersonnel: [ 1, 1 ] | ||
Bartender: [ 2, 2 ] | ||
Botanist: [ 3, 3 ] | ||
Chef: [ 3, 3 ] | ||
Janitor: [ 3, 3 ] | ||
Chaplain: [ 2, 2 ] | ||
Librarian: [ 2, 2 ] | ||
IAA: [ 1, 1 ] | ||
ServiceWorker: [ 3, 4 ] | ||
#engineering | ||
ChiefEngineer: [ 1, 1 ] | ||
AtmosphericTechnician: [ 3, 3 ] | ||
StationEngineer: [ 6, 6 ] | ||
TechnicalAssistant: [ 2, 3 ] | ||
#medical | ||
ChiefMedicalOfficer: [ 1, 1 ] | ||
Chemist: [ 2, 2 ] | ||
Paramedic: [ 1, 1 ] | ||
MedicalDoctor: [ 6, 6 ] | ||
Psychologist: [ 1, 1 ] | ||
MedicalIntern: [ 1, 2 ] | ||
#science | ||
ResearchDirector: [ 1, 1 ] | ||
Scientist: [ 6, 6 ] | ||
ResearchAssistant: [ 4, 4 ] | ||
Borg: [ 2, 2 ] | ||
#security | ||
HeadOfSecurity: [ 1, 1 ] | ||
Warden: [ 1, 1 ] | ||
Detective: [ 1, 1 ] | ||
SecurityOfficer: [ 7, 7 ] | ||
SecurityCadet: [ 2, 4 ] | ||
#supply | ||
Quartermaster: [ 1, 1 ] | ||
SalvageSpecialist: [ 3, 3 ] | ||
CargoTechnician: [ 5, 5 ] | ||
#civillian | ||
Passenger: [ -1, -1 ] | ||
Clown: [ 1, 1 ] | ||
Mime: [ 1, 1 ] | ||
Musician: [ 2, 2 ] | ||
Boxer: [ 1, 1 ] | ||
Reporter: [ 1, 1 ] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters