Bring back the IPC "Boop" and "Whirr" emotes for cyborgs (#6310)
* return, buzz, whirr, and maybe boop emotes (for borgs) * cleanup * remove buzz, since it seems unused???
This commit is contained in:
parent
d1385ab95b
commit
859f0418ac
|
|
@ -0,0 +1,9 @@
|
|||
- files: ["beep_500.ogg"]
|
||||
license: "CC0-1.0"
|
||||
copyright: "Synthesized in Audacity by BasedUser."
|
||||
source: "https://github.com/ekrixi-14/ekrixi"
|
||||
|
||||
- files: ["whirr1.ogg", "whirr2.ogg", "whirr3.ogg"]
|
||||
license: "CC0-1.0"
|
||||
copyright: "Taken from source, spectrally modified and clipped"
|
||||
source: "https://freesound.org/people/sad3d/sounds/500168/"
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -0,0 +1,4 @@
|
|||
# DeltaV
|
||||
chat-emote-name-whirr = Whirr
|
||||
# DeltaV
|
||||
chat-emote-name-boop = Boop
|
||||
|
|
@ -498,6 +498,12 @@
|
|||
path: /Audio/Items/bikehorn.ogg
|
||||
Ping:
|
||||
path: /Audio/Effects/Cargo/ping.ogg
|
||||
Boop: # DeltaV (EE)
|
||||
path: /Audio/_EE/Voice/IPC/beep_500.ogg
|
||||
Whirr: # DeltaV (EE)
|
||||
collection: IPCWhirrs
|
||||
params:
|
||||
variation: 0
|
||||
|
||||
- type: emoteSounds
|
||||
id: UnisexSiliconSyndicate
|
||||
|
|
@ -520,6 +526,12 @@
|
|||
path: /Audio/Items/bikehorn.ogg
|
||||
Ping:
|
||||
path: /Audio/Effects/Cargo/ping.ogg
|
||||
Boop: # DeltaV (EE)
|
||||
path: /Audio/_EE/Voice/IPC/beep_500.ogg
|
||||
Whirr: # DeltaV (EE)
|
||||
collection: IPCWhirrs
|
||||
params:
|
||||
variation: 0
|
||||
|
||||
- type: emoteSounds
|
||||
id: UnisexSiliconXenoborg
|
||||
|
|
@ -542,6 +554,12 @@
|
|||
collection: XenoborgBikeHorn
|
||||
Ping:
|
||||
collection: XenoborgPing
|
||||
Boop: # DeltaV (EE)
|
||||
path: /Audio/_EE/Voice/IPC/beep_500.ogg
|
||||
Whirr: # DeltaV (EE)
|
||||
collection: IPCWhirrs
|
||||
params:
|
||||
variation: 0
|
||||
|
||||
# body emotes
|
||||
- type: emoteSounds
|
||||
|
|
|
|||
|
|
@ -0,0 +1,6 @@
|
|||
- type: soundCollection
|
||||
id: IPCWhirrs
|
||||
files:
|
||||
- /Audio/_EE/Voice/IPC/whirr1.ogg
|
||||
- /Audio/_EE/Voice/IPC/whirr2.ogg
|
||||
- /Audio/_EE/Voice/IPC/whirr3.ogg
|
||||
|
|
@ -0,0 +1,22 @@
|
|||
- type: emote
|
||||
id: Boop
|
||||
name: chat-emote-name-boop
|
||||
icon: _DV/Interface/Emotes/ecg.png # DeltaV - Added icon
|
||||
category: Vocal
|
||||
whitelist:
|
||||
tags: # DeltaV - let borgs, bots, and IPCs use it
|
||||
- SiliconEmotes
|
||||
chatMessages: [ boops. ] # DeltaV - period
|
||||
chatTriggers:
|
||||
- boops
|
||||
|
||||
- type: emote
|
||||
id: Whirr # uncategorized as it is generic
|
||||
whitelist:
|
||||
tags: # DeltaV - let borgs, bots, and IPCs use it
|
||||
- SiliconEmotes
|
||||
name: chat-emote-name-whirr
|
||||
chatMessages: [ whirrs. ] # DeltaV - period
|
||||
chatTriggers:
|
||||
- whirr
|
||||
- whirrs
|
||||
Loading…
Reference in New Issue