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] Fix StationRandomTransform #2304

Merged
merged 1 commit into from
Jun 21, 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
3 changes: 0 additions & 3 deletions Resources/Prototypes/Corvax/Maps/astra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
prefixCreator: 'MT'
- type: StationEmergencyShuttle
emergencyShuttlePath: /Maps/Shuttles/corvax_emergency.yml
- type: StationRandomTransform
enableStationRotation: false
maxStationOffset: null
- type: StationJobs
availableJobs:
# service
Expand Down
3 changes: 0 additions & 3 deletions Resources/Prototypes/Corvax/Maps/avrite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
nameGenerator:
!type:NanotrasenNameGenerator
prefixCreator: 'SY'
- type: StationRandomTransform
enableStationRotation: false
maxStationOffset: null
- type: StationEmergencyShuttle
emergencyShuttlePath: /Maps/Shuttles/emergency_corvaxavrit.yml
- type: StationJobs
Expand Down
3 changes: 0 additions & 3 deletions Resources/Prototypes/Corvax/Maps/delta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
prefixCreator: 'TG'
- type: StationEmergencyShuttle
emergencyShuttlePath: /Maps/Shuttles/emergency_corvaxdelta.yml
- type: StationRandomTransform
enableStationRotation: false
maxStationOffset: null
- type: StationJobs
availableJobs:
Borg: [ 2, 3 ]
Expand Down
3 changes: 0 additions & 3 deletions Resources/Prototypes/Corvax/Maps/frame.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@
- /Maps/Ruins/syndicate_dropship.yml
- /Maps/Ruins/whiteship_ancient.yml
- /Maps/Ruins/whiteship_bluespacejumper.yml
- type: StationRandomTransform
enableStationRotation: false
maxStationOffset: null
- type: StationJobs
availableJobs:
# service
Expand Down
3 changes: 0 additions & 3 deletions Resources/Prototypes/Corvax/Maps/ishimura.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
Ishimura:
stationProto: StandardNanotrasenStation
components:
- type: StationRandomTransform
enableStationRotation: false
maxStationOffset: null
- type: StationNameSetup
mapNameTemplate: '{0} USG Ishimura {1}'
nameGenerator:
Expand Down
5 changes: 1 addition & 4 deletions Resources/Prototypes/Corvax/Maps/maus.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- type: gameMap
- type: gameMap
id: CorvaxMaus
mapName: 'Maus Station'
mapPath: /Maps/corvax_maus.yml
Expand All @@ -17,9 +17,6 @@
emergencyShuttlePath: /Maps/Shuttles/emergency_maus.yml
- type: StationCargoShuttle
path: /Maps/Shuttles/cargo_maus.yml
- type: StationRandomTransform
enableStationRotation: false
maxStationOffset: null
- type: StationJobs
availableJobs:
CargoTechnician: [ 2, 2 ]
Expand Down
5 changes: 1 addition & 4 deletions Resources/Prototypes/Corvax/Maps/pearl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@
nameGenerator:
!type:NanotrasenNameGenerator
prefixCreator: 'SS'
- type: StationRandomTransform
enableStationRotation: false
maxStationOffset: null
- type: StationEmergencyShuttle
emergencyShuttlePath: /Maps/Shuttles/corvax_emergency.yml
- type: StationArrivals
Expand Down Expand Up @@ -66,4 +63,4 @@
# cargo
Quartermaster: [ 1, 1 ]
SalvageSpecialist: [ 3, 3 ]
CargoTechnician: [ 3, 3 ]
CargoTechnician: [ 3, 3 ]
3 changes: 0 additions & 3 deletions Resources/Prototypes/Corvax/Maps/pilgrim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
nameGenerator:
!type:NanotrasenNameGenerator
prefixCreator: 'TA'
- type: StationRandomTransform
enableStationRotation: false
maxStationOffset: null
- type: StationEmergencyShuttle
emergencyShuttlePath: /Maps/Shuttles/emergency_pilgrim.yml
- type: StationJobs
Expand Down
5 changes: 2 additions & 3 deletions Resources/Prototypes/Corvax/Maps/terra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
id: CorvaxTerra
mapName: 'Terra Colony'
mapPath: /Maps/corvax_terra.yml
maxRandomOffset: 0
randomRotation: false
minPlayers: 0
maxPlayers: 30
stations:
Expand All @@ -15,9 +17,6 @@
prefixCreator: 'MT'
- type: StationEmergencyShuttle
emergencyShuttlePath: /Maps/Shuttles/corvax_emergency.yml
- type: StationRandomTransform
enableStationRotation: false
maxStationOffset: null
- type: StationBiome
biome: TerraPlanet
mapLightColor: "#090303FF"
Expand Down
Loading