Update Core (#23781)

add
This commit is contained in:
Ubaser
2024-01-09 21:47:44 +11:00
committed by GitHub
parent e7c94c5aaf
commit a01487601e
5 changed files with 2900 additions and 398 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -1,4 +1,4 @@
- type: entity
- type: entity
id: BaseStation
abstract: true
components:
@@ -48,6 +48,15 @@
- /Maps/Shuttles/cargo.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
id: BaseStationCentcomm
abstract: true

View File

@@ -1,4 +1,4 @@
- type: entity
- type: entity
abstract: true
id: BaseStationNanotrasen
components:
@@ -28,6 +28,28 @@
components:
- 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
id: NanotrasenCentralCommand
parent:

View File

@@ -6,7 +6,7 @@
maxPlayers: 60
stations:
Core:
stationProto: StandardNanotrasenStation
stationProto: CoreNanotrasenStation
components:
- type: StationNameSetup
mapNameTemplate: '{0} Core {1}'