Two more station beacons (#23334)
* evac beacon * checkpoint beacon * a! * waa (cherry picked from commit d8e4cd1d22c22c6792a6c1fca83aa274d9e411a5)
This commit is contained in:
parent
2c75e0498d
commit
eadbf3daa1
|
|
@ -223,8 +223,16 @@
|
|||
id: DefaultStationBeaconLawOffice
|
||||
suffix: Law Office
|
||||
components:
|
||||
- type: NavMapBeacon
|
||||
text: law office
|
||||
- type: NavMapBeacon
|
||||
text: law office
|
||||
|
||||
- type: entity
|
||||
parent: DefaultStationBeaconSecurity
|
||||
id: DefaultStationBeaconSecurityCheckpoint
|
||||
suffix: Sec Checkpoint
|
||||
components:
|
||||
- type: NavMapBeacon
|
||||
text: checkpoint
|
||||
|
||||
- type: entity
|
||||
parent: DefaultStationBeacon
|
||||
|
|
@ -533,16 +541,16 @@
|
|||
id: DefaultStationBeaconAISatellite
|
||||
suffix: AI Satellite
|
||||
components:
|
||||
- type: NavMapBeacon
|
||||
text: AI satellite
|
||||
- type: NavMapBeacon
|
||||
text: AI satellite
|
||||
|
||||
- type: entity
|
||||
parent: DefaultStationBeaconAI
|
||||
id: DefaultStationBeaconAICore
|
||||
suffix: AI Core
|
||||
components:
|
||||
- type: NavMapBeacon
|
||||
text: AI core
|
||||
- type: NavMapBeacon
|
||||
text: AI core
|
||||
|
||||
- type: entity
|
||||
parent: DefaultStationBeacon
|
||||
|
|
@ -552,6 +560,14 @@
|
|||
- type: NavMapBeacon
|
||||
text: arrivals
|
||||
|
||||
- type: entity
|
||||
parent: DefaultStationBeacon
|
||||
id: DefaultStationBeaconEvac
|
||||
suffix: Evac
|
||||
components:
|
||||
- type: NavMapBeacon
|
||||
text: evac
|
||||
|
||||
- type: entity
|
||||
parent: DefaultStationBeacon
|
||||
id: DefaultStationBeaconEVAStorage
|
||||
|
|
|
|||
Loading…
Reference in New Issue