New implanters for uplink (#18038)

* New implants for uplink

* made changes based on reviews

* was meant to be 3
This commit is contained in:
Arendian
2023-07-17 21:48:09 +02:00
committed by GitHub
parent d6377ae0a2
commit a39b3eddbd
10 changed files with 162 additions and 2 deletions

View File

@@ -77,3 +77,11 @@
- type: NpcFactionMember
factions:
- Syndicate
# DNA Scrambler
- type: entity
parent: MobHuman
id: MobHumanScrambled
name: Scrambled Human
components:
- type: RandomHumanoidAppearance

View File

@@ -141,6 +141,26 @@
- type: Implanter
implant: UplinkImplant
- type: entity
id: EmpImplanter
name: EMP implanter
description: a single use implanter, the implant creates an EMP pulse when you activate it.
parent: BaseImplantOnlyImplanter
components:
- type: Implanter
implant: EmpImplant
- type: entity
id: DnaScramblerImplanter
name: dna scrambler implanter
description: a single use implanter, the implant allows you to randomly change your appearance and name once.
parent: BaseImplantOnlyImplanter
components:
- type: Implanter
implant: DnaScramblerImplant
currentMode: Inject
implantOnly: false
#Nuclear Operative/Special implanters
- type: entity

View File

@@ -156,6 +156,31 @@
- key: enum.StoreUiKey.Key
type: StoreBoundUserInterface
- type: entity
parent: BaseSubdermalImplant
id: EmpImplant
name: EMP implant
description: allows the user to release a small EMP pulse
noSpawn: true
components:
- type: SubdermalImplant
implantAction: ActivateEmpImplant
- type: TriggerImplantAction
- type: EmpOnTrigger
range: 1.75
energyConsumption: 50000
disableDuration: 10
- type: entity
parent: BaseSubdermalImplant
id: DnaScramblerImplant
name: DNA scrambler implant
description: allows the user to change their appearance and name
noSpawn: true
components:
- type: SubdermalImplant
implantAction: ActivateDnaScramblerImplant
#Nuclear Operative/Special Exclusive implants
- type: entity