1058
Resources/Maps/Shuttles/cargo_core.yml
Normal file
1058
Resources/Maps/Shuttles/cargo_core.yml
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -1,4 +1,4 @@
|
|||||||
- type: entity
|
- type: entity
|
||||||
id: BaseStation
|
id: BaseStation
|
||||||
abstract: true
|
abstract: true
|
||||||
components:
|
components:
|
||||||
@@ -48,6 +48,15 @@
|
|||||||
- /Maps/Shuttles/cargo.yml
|
- /Maps/Shuttles/cargo.yml
|
||||||
- /Maps/Shuttles/mining.yml
|
- /Maps/Shuttles/mining.yml
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
id: BaseStationShuttlesCore
|
||||||
|
abstract: true
|
||||||
|
components:
|
||||||
|
- type: GridSpawn
|
||||||
|
paths:
|
||||||
|
- /Maps/Shuttles/cargo_core.yml
|
||||||
|
- /Maps/Shuttles/mining.yml
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: BaseStationCentcomm
|
id: BaseStationCentcomm
|
||||||
abstract: true
|
abstract: true
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
- type: entity
|
- type: entity
|
||||||
abstract: true
|
abstract: true
|
||||||
id: BaseStationNanotrasen
|
id: BaseStationNanotrasen
|
||||||
components:
|
components:
|
||||||
@@ -28,6 +28,28 @@
|
|||||||
components:
|
components:
|
||||||
- type: Transform
|
- type: Transform
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
id: CoreNanotrasenStation
|
||||||
|
parent:
|
||||||
|
- BaseStation
|
||||||
|
- BaseStationCargo
|
||||||
|
- BaseStationJobsSpawning
|
||||||
|
- BaseStationRecords
|
||||||
|
- BaseStationArrivals
|
||||||
|
- BaseStationGateway
|
||||||
|
- BaseStationShuttlesCore
|
||||||
|
- BaseStationCentcomm
|
||||||
|
- BaseStationEvacuation
|
||||||
|
- BaseStationAlertLevels
|
||||||
|
- BaseStationMagnet
|
||||||
|
- BaseStationExpeditions
|
||||||
|
- BaseStationSiliconLawCrewsimov
|
||||||
|
- BaseStationAllEventsEligible
|
||||||
|
- BaseStationNanotrasen
|
||||||
|
noSpawn: true
|
||||||
|
components:
|
||||||
|
- type: Transform
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: NanotrasenCentralCommand
|
id: NanotrasenCentralCommand
|
||||||
parent:
|
parent:
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
maxPlayers: 60
|
maxPlayers: 60
|
||||||
stations:
|
stations:
|
||||||
Core:
|
Core:
|
||||||
stationProto: StandardNanotrasenStation
|
stationProto: CoreNanotrasenStation
|
||||||
components:
|
components:
|
||||||
- type: StationNameSetup
|
- type: StationNameSetup
|
||||||
mapNameTemplate: '{0} Core {1}'
|
mapNameTemplate: '{0} Core {1}'
|
||||||
|
|||||||
Reference in New Issue
Block a user