Rotate and Offset station CCVar nuke (#26175)
* no content * add noRot to Europa * bruh. and this * yay * fix
This commit is contained in:
@@ -4,6 +4,12 @@
|
||||
components:
|
||||
- type: StationData
|
||||
|
||||
- type: entity
|
||||
id: BaseRandomStation
|
||||
abstract: true
|
||||
components:
|
||||
- type: StationRandomTransform
|
||||
|
||||
- type: entity
|
||||
id: BaseStationCargo
|
||||
abstract: true
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
- BaseStationSiliconLawCrewsimov
|
||||
- BaseStationAllEventsEligible
|
||||
- BaseStationNanotrasen
|
||||
- BaseRandomStation
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: Transform
|
||||
|
||||
@@ -8,6 +8,9 @@
|
||||
Europa:
|
||||
stationProto: StandardNanotrasenStation
|
||||
components:
|
||||
- type: StationRandomTransform
|
||||
enableStationRotation: false
|
||||
maxStationOffset: null
|
||||
- type: StationNameSetup
|
||||
mapNameTemplate: '{0} Europa {1}'
|
||||
nameGenerator:
|
||||
|
||||
@@ -8,6 +8,8 @@
|
||||
Train:
|
||||
stationProto: StandardNanotrasenStation
|
||||
components:
|
||||
- type: StationRandomTransform
|
||||
enableStationRotation: false
|
||||
- type: StationNameSetup
|
||||
mapNameTemplate: 'Train "Sentipode" {0}-{1}'
|
||||
nameGenerator:
|
||||
|
||||
Reference in New Issue
Block a user