Add uplink implant (#15728)

Co-authored-by: deltanedas <@deltanedas:kde.org>
This commit is contained in:
deltanedas
2023-04-29 09:07:50 +00:00
committed by GitHub
parent 3e2ffcc02d
commit 2eaec2d528
12 changed files with 105 additions and 4 deletions

View File

@@ -125,6 +125,15 @@
- type: Implanter
implant: FreedomImplant
- type: entity
id: UplinkImplanter
name: uplink implanter
description: a single use implanter, the implant lets the user access a syndicate uplink at will
parent: BaseImplantOnlyImplanter
components:
- type: Implanter
implant: UplinkImplant
#Nuclear Operative/Special implanters
- type: entity

View File

@@ -113,6 +113,24 @@
- type: SubdermalImplant
implantAction: ActivateFreedomImplant
- type: entity
parent: BaseSubdermalImplant
id: UplinkImplant
name: uplink implant
description: allows the user to open a hidden uplink at will
noSpawn: true
components:
- type: SubdermalImplant
implantAction: OpenUplinkImplant
- type: Store
preset: StorePresetUplink
balance:
Telecrystal: 0
- type: UserInterface
interfaces:
- key: enum.StoreUiKey.Key
type: StoreBoundUserInterface
#Nuclear Operative/Special Exclusive implants
- type: entity