cleanup navmap beacons (#20244)
Co-authored-by: deltanedas <@deltanedas:kde.org>
This commit is contained in:
@@ -9,13 +9,10 @@
|
||||
|
||||
- type: entity
|
||||
id: WarpPointBeacon
|
||||
parent: MarkerBase
|
||||
parent: WarpPoint
|
||||
name: warp point (beacon)
|
||||
components:
|
||||
- type: WarpPoint
|
||||
- type: Sprite
|
||||
state: pink
|
||||
- type: NavMapBeacon
|
||||
- type: NavMapBeacon
|
||||
|
||||
- type: entity
|
||||
parent: WarpPoint
|
||||
@@ -33,96 +30,72 @@
|
||||
# Departments
|
||||
- type: entity
|
||||
id: WarpPointBeaconBar
|
||||
parent: MarkerBase
|
||||
parent: WarpPointBeacon
|
||||
name: warp point (bar)
|
||||
components:
|
||||
- type: WarpPoint
|
||||
- type: Sprite
|
||||
state: pink
|
||||
- type: NavMapBeacon
|
||||
text: bar
|
||||
color: "#791500"
|
||||
- type: NavMapBeacon
|
||||
text: bar
|
||||
color: "#791500"
|
||||
|
||||
- type: entity
|
||||
id: WarpPointBeaconCargo
|
||||
parent: MarkerBase
|
||||
parent: WarpPointBeacon
|
||||
name: warp point (cargo)
|
||||
components:
|
||||
- type: WarpPoint
|
||||
- type: Sprite
|
||||
state: pink
|
||||
- type: NavMapBeacon
|
||||
text: cargo
|
||||
color: "#A46106"
|
||||
- type: NavMapBeacon
|
||||
text: cargo
|
||||
color: "#A46106"
|
||||
|
||||
- type: entity
|
||||
id: WarpPointBeaconCommand
|
||||
parent: MarkerBase
|
||||
parent: WarpPointBeacon
|
||||
name: warp point (command)
|
||||
components:
|
||||
- type: WarpPoint
|
||||
- type: Sprite
|
||||
state: pink
|
||||
- type: NavMapBeacon
|
||||
text: command
|
||||
color: "#334E6D"
|
||||
- type: NavMapBeacon
|
||||
text: command
|
||||
color: "#334E6D"
|
||||
|
||||
- type: entity
|
||||
id: WarpPointBeaconEngineering
|
||||
parent: MarkerBase
|
||||
parent: WarpPointBeacon
|
||||
name: warp point (engineering)
|
||||
components:
|
||||
- type: WarpPoint
|
||||
- type: Sprite
|
||||
state: pink
|
||||
- type: NavMapBeacon
|
||||
text: engineering
|
||||
color: "#EFB341"
|
||||
- type: NavMapBeacon
|
||||
text: engineering
|
||||
color: "#EFB341"
|
||||
|
||||
- type: entity
|
||||
id: WarpPointBeaconMedical
|
||||
parent: MarkerBase
|
||||
parent: WarpPointBeacon
|
||||
name: warp point (medical)
|
||||
components:
|
||||
- type: WarpPoint
|
||||
- type: Sprite
|
||||
state: pink
|
||||
- type: NavMapBeacon
|
||||
text: medical
|
||||
color: "#52B4E9"
|
||||
- type: NavMapBeacon
|
||||
text: medical
|
||||
color: "#52B4E9"
|
||||
|
||||
- type: entity
|
||||
id: WarpPointBeaconNeutral
|
||||
parent: MarkerBase
|
||||
parent: WarpPointBeacon
|
||||
name: warp point (neutral)
|
||||
components:
|
||||
- type: WarpPoint
|
||||
- type: Sprite
|
||||
state: pink
|
||||
- type: NavMapBeacon
|
||||
text: neutral
|
||||
color: "#D4D4D4"
|
||||
- type: NavMapBeacon
|
||||
text: neutral
|
||||
color: "#D4D4D4"
|
||||
|
||||
- type: entity
|
||||
id: WarpPointBeaconScience
|
||||
parent: MarkerBase
|
||||
parent: WarpPointBeacon
|
||||
name: warp point (science)
|
||||
components:
|
||||
- type: WarpPoint
|
||||
- type: Sprite
|
||||
state: pink
|
||||
- type: NavMapBeacon
|
||||
text: science
|
||||
color: "#D381C9"
|
||||
- type: NavMapBeacon
|
||||
text: science
|
||||
color: "#D381C9"
|
||||
|
||||
- type: entity
|
||||
id: WarpPointBeaconService
|
||||
parent: MarkerBase
|
||||
parent: WarpPointBeacon
|
||||
name: warp point (service)
|
||||
components:
|
||||
- type: WarpPoint
|
||||
- type: Sprite
|
||||
state: pink
|
||||
- type: NavMapBeacon
|
||||
text: service
|
||||
color: "#9FED58"
|
||||
- type: NavMapBeacon
|
||||
text: service
|
||||
color: "#9FED58"
|
||||
|
||||
Reference in New Issue
Block a user