Deathrattle implant for uplink and slight tracking implant tweak (#17722)

This commit is contained in:
Arendian
2023-07-16 04:59:46 +02:00
committed by GitHub
parent 1096ecc4b2
commit 84bd21b4a7
11 changed files with 147 additions and 7 deletions

View File

@@ -160,3 +160,12 @@
components:
- type: Implanter
implant: MacroBombImplant
- type: entity
id: DeathRattleImplanter
name: Deathrattle implanter
description: a single use implanter, the implant will inform anyone with access to the syndicate radio channel of your death.
parent: BaseImplantOnlyImplanter
components:
- type: Implanter
implant: DeathRattleImplant

View File

@@ -22,7 +22,8 @@
components:
- type: SubdermalImplant
- type: TriggerOnMobstateChange
mobState: Dead
mobState:
- Dead
- type: EmitSoundOnTrigger
sound:
collection: SadTrombone
@@ -97,6 +98,11 @@
- type: StationLimitedNetwork
- type: WirelessNetworkConnection
range: 500
- type: TriggerOnMobstateChange
mobState:
- Critical
- type: Rattle
radioChannel: "Security"
#Traitor implants
@@ -163,7 +169,8 @@
permanent: true
implantAction: ActivateMicroBomb
- type: TriggerOnMobstateChange
mobState: Dead
mobState:
- Dead
- type: TriggerImplantAction
- type: ExplodeOnTrigger
- type: GibOnTrigger
@@ -191,7 +198,8 @@
- type: SubdermalImplant
permanent: true
- type: TriggerOnMobstateChange #Chains with OnUseTimerTrigger
mobState: Dead
mobState:
- Dead
preventSuicide: true
- type: OnUseTimerTrigger
delay: 7
@@ -213,3 +221,19 @@
- SubdermalImplant
- HideContextMenu
- MacroBomb
- type: entity
parent: BaseSubdermalImplant
id: DeathRattleImplant
name: deathrattle implant
description: sends a message with your location to the syndicate radio channel when you fall into a critical state or die.
noSpawn: true
components:
- type: SubdermalImplant
permanent: true
- type: TriggerOnMobstateChange
mobState:
- Critical
- Dead
- type: Rattle