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:
@@ -26,3 +26,6 @@ use-freedom-implant-action-description = Activating your freedom implant will fr
|
||||
|
||||
open-uplink-implant-action-name = Open Uplink
|
||||
open-uplink-implant-action-description = Opens the syndicate uplink embedded under your skin
|
||||
|
||||
action-name-honk = Honk!
|
||||
action-desc-honk = Activates your honking implant, which will produce the signature sound of the clown.
|
||||
|
||||
@@ -45,3 +45,6 @@ ent-CrateFunSyndicateSegway = Syndicate segway crate
|
||||
|
||||
ent-CrateFunBoxing = Boxing Crate
|
||||
.desc = Want to set up an underground fight club or host a tournament amongst station crew? This crate is for you!
|
||||
|
||||
ent-CrateFunBikeHornImplants = Bike Horn Implants
|
||||
.desc = A thousand honks a day keeps security officers away!
|
||||
|
||||
@@ -148,3 +148,10 @@
|
||||
icon: { sprite: Clothing/Head/Hats/pyjamasyndicatered.rsi, state: icon }
|
||||
checkCanInteract: false
|
||||
event: !type:WakeActionEvent
|
||||
|
||||
- type: instantAction
|
||||
id: ActivateHonkImplant
|
||||
name: action-name-honk
|
||||
description: action-desc-honk
|
||||
icon: { sprite: Objects/Fun/bikehorn.rsi, state: icon }
|
||||
event: !type:ActivateImplantEvent
|
||||
|
||||
@@ -167,3 +167,13 @@
|
||||
cost: 900
|
||||
category: Fun
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
id: FunBikeHornImplants
|
||||
icon:
|
||||
sprite: Objects/Specific/Chemistry/syringe.rsi
|
||||
state: syringe_base0
|
||||
product: CrateFunBikeHornImplants
|
||||
cost: 1000
|
||||
category: Fun
|
||||
group: market
|
||||
|
||||
@@ -262,3 +262,12 @@
|
||||
- id: ClothingShoesClownLarge
|
||||
- id: ClothingHeadHatMagician
|
||||
- id: BeachBall
|
||||
|
||||
- type: entity
|
||||
id: CrateFunBikeHornImplants
|
||||
parent: CrateGenericSteel
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: BikeHornImplanter
|
||||
amount: 3
|
||||
|
||||
@@ -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