Skip to content

Commit

Permalink
[Maps] Glacier Concern (#2579)
Browse files Browse the repository at this point in the history
  • Loading branch information
NotSoDana committed Sep 15, 2024
1 parent e0d568b commit f1a838c
Show file tree
Hide file tree
Showing 8 changed files with 335,936 additions and 0 deletions.
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

0 comments on commit f1a838c

Please sign in to comment.