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