New implanters for uplink (#18038)
* New implants for uplink * made changes based on reviews * was meant to be 3
This commit is contained in:
@@ -77,3 +77,11 @@
|
||||
- type: NpcFactionMember
|
||||
factions:
|
||||
- Syndicate
|
||||
|
||||
# DNA Scrambler
|
||||
- type: entity
|
||||
parent: MobHuman
|
||||
id: MobHumanScrambled
|
||||
name: Scrambled Human
|
||||
components:
|
||||
- type: RandomHumanoidAppearance
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user