Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Maps] Glacier Concern #2579

Merged
merged 5 commits into from
Sep 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Content.IntegrationTests/Tests/PostMapInitTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ public sealed class PostMapInitTest
"CorvaxFrame",
"CorvaxPearl",
"CorvaxTushkan",
"CorvaxGlacier",
// Corvax-End
"Dev",
"TestTeg",
Expand Down
11,320 changes: 11,320 additions & 0 deletions Resources/Maps/Shuttles/emergency_corvaxglacier.yml

Large diffs are not rendered by default.

3,730 changes: 3,730 additions & 0 deletions Resources/Maps/Shuttles/trading_corvaxglacier.yml

Large diffs are not rendered by default.

320,487 changes: 320,487 additions & 0 deletions Resources/Maps/corvax_glacier.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 @@ -11,5 +11,6 @@
- CorvaxTerra
- CorvaxPearl
- CorvaxTushkan
- CorvaxGlacier
- Box
#- Train
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 @@ -11,6 +11,7 @@
- CorvaxTerra
- CorvaxPearl
- CorvaxTushkan
- CorvaxGlacier
- Bagel
- Box
- Core
Expand Down
88 changes: 88 additions & 0 deletions Resources/Prototypes/Corvax/Maps/glacier.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
- type: gameMap
id: CorvaxGlacier
mapName: 'Glacier Concern'
mapPath: /Maps/corvax_glacier.yml
maxRandomOffset: 0
randomRotation: false
minPlayers: 55
stations:
Glacier:
stationProto: StandardNanotrasenStation
components:
- type: StationNameSetup
mapNameTemplate: '{0} Гласир {1}'
nameGenerator:
!type:NanotrasenNameGenerator
prefixCreator: 'DZX'
- type: StationEmergencyShuttle
emergencyShuttlePath: /Maps/Shuttles/emergency_corvaxglacier.yml
- type: StationBiome
biome: GlacierPlanet
mapLightColor: "#090917FF"
- type: GridSpawn
groups:
trade: !type:GridSpawnGroup
addComponents:
- type: ProtectedGrid
- type: TradeStation
paths:
- /Maps/Shuttles/trading_corvaxglacier.yml
- type: StationCargoShuttle
path: /Maps/Test/empty.yml
- type: StationJobs
availableJobs:
# service
HeadOfPersonnel: [ 1, 1 ]
Passenger: [ -1, -1 ]
ServiceWorker: [ 2, 3 ]
Bartender: [ 2, 2 ]
Botanist: [ 3, 3 ]
Chef: [ 2, 2 ]
Clown: [ 1, 1 ]
Janitor: [ 2, 3 ]
Mime: [ 1, 1 ]
Chaplain: [ 1, 1 ]
Librarian: [ 1, 1 ]
Musician: [ 1, 1 ]
Reporter: [ 1, 2 ]
Zookeeper: [ 1, 1 ]
# command
Captain: [ 1, 1 ]
IAA: [ 1, 1 ]
# engineering
ChiefEngineer: [ 1, 1 ]
AtmosphericTechnician: [ 3, 3 ]
StationEngineer: [ 4, 5 ]
TechnicalAssistant: [ 2, 3 ]
# medical
ChiefMedicalOfficer: [ 1, 1 ]
Paramedic: [ 1, 1 ]
Chemist: [ 2, 2 ]
MedicalDoctor: [ 4, 5 ]
MedicalIntern: [ 3, 4 ]
Psychologist: [ 1, 1 ]
# science
ResearchDirector: [ 1, 1 ]
Scientist: [ 5, 6 ]
ResearchAssistant: [ 3, 4 ]
# security
HeadOfSecurity: [ 1, 1 ]
Warden: [ 1, 1 ]
Detective: [ 1, 1 ]
SecurityOfficer: [ 8, 9 ]
SecurityCadet: [ 3, 4 ]
# cargo
Quartermaster: [ 1, 1 ]
SalvageSpecialist: [ 3, 3 ]
CargoTechnician: [ 4, 5 ]
#silicon
StationAi: [ 1, 1 ]
Borg: [ 2, 3 ]
- type: StationGoal
goals:
- SolarPanels
- Artifacts
- Bank
- Zoo
- MiningOutpost
- Tesla
Loading
Loading