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:
Arendian
2023-07-10 04:44:18 +02:00
committed by GitHub
parent fb9e517b9b
commit 3fda7a2751
7 changed files with 60 additions and 0 deletions

View File

@@ -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

View File

@@ -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