Adds Bike Horn Implants (#17548)
* Adds Bike Horn Implants * Formatting * Formatting * Revert "Formatting" Did an Oopsie This reverts commit 62d5d87f2de59fbddf1c31db3668b174727eff0a. * Revert last push * Revert "Revert last push again!" This reverts commit f12a0f597cace7fb47454762223468c597796d8d.
This commit is contained in:
@@ -92,6 +92,15 @@
|
||||
- type: Implanter
|
||||
implant: LightImplant
|
||||
|
||||
- type: entity
|
||||
id: BikeHornImplanter
|
||||
name: bike horn implanter
|
||||
description: a single use implanter, the implant makes you able to honk anywhere at any time
|
||||
parent: BaseImplantOnlyImplanter
|
||||
components:
|
||||
- type: Implanter
|
||||
implant: BikeHornImplant
|
||||
|
||||
#Security implanters
|
||||
|
||||
- type: entity
|
||||
|
||||
@@ -57,6 +57,25 @@
|
||||
iconOn: Objects/Tools/flashlight.rsi/flashlight-on.png
|
||||
event: !type:ToggleActionEvent
|
||||
|
||||
- type: entity
|
||||
parent: BaseSubdermalImplant
|
||||
id: BikeHornImplant
|
||||
name: bike horn implant
|
||||
description: Makes you honk
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: SubdermalImplant
|
||||
implantAction: ActivateHonkImplant
|
||||
- type: TriggerImplantAction
|
||||
- type: EmitSoundOnTrigger
|
||||
sound:
|
||||
collection: BikeHorn
|
||||
params:
|
||||
variation: 0.125
|
||||
- type: Tag
|
||||
tags:
|
||||
- BikeHorn
|
||||
|
||||
#Security implants
|
||||
|
||||
- type: entity
|
||||
|
||||
Reference in New Issue
Block a user