Screaming for cyborgs (#32329)
This commit is contained in:
parent
799fc9d59e
commit
f78ba375b0
|
|
@ -172,12 +172,25 @@
|
|||
license: "CC0-1.0"
|
||||
copyright: "by Ko4erga"
|
||||
source: "https://github.com/space-wizards/space-station-14/pull/30431"
|
||||
|
||||
|
||||
- files:
|
||||
- robotscream_1.ogg
|
||||
- robotscream_2.ogg
|
||||
- robotscream_3.ogg
|
||||
- robotscream_4.ogg
|
||||
- robotscream_5.ogg
|
||||
- robotscream_6.ogg
|
||||
- robotscream_7.ogg
|
||||
- robotscream_8.ogg
|
||||
- robotscream_9.ogg
|
||||
license: "CC-BY-SA-3.0"
|
||||
copyright: "/tg/station and modified by AsnDen"
|
||||
source: "https://github.com/tgstation/tgstation/commit/3d049e69fe71a0be2133005e65ea469135d648c8"
|
||||
|
||||
- files: ["double_ring.ogg"]
|
||||
license: "CC0-1.0"
|
||||
copyright: "Created by fspera, converted to OGG and modified by chromiumboy."
|
||||
source: "https://freesound.org/people/fspera/sounds/528111/"
|
||||
|
||||
- files:
|
||||
- airlock_emergencyoff.ogg
|
||||
- airlock_emergencyon.ogg
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -168,7 +168,7 @@
|
|||
- type: Vocal
|
||||
sounds:
|
||||
Unsexed: UnisexSilicon
|
||||
screamAction: null
|
||||
wilhelmProbability: 0
|
||||
- type: DamagedSiliconAccent
|
||||
- type: UnblockableSpeech
|
||||
- type: FootstepModifier
|
||||
|
|
|
|||
|
|
@ -47,4 +47,17 @@
|
|||
- /Audio/Voice/Human/femalescream_2.ogg
|
||||
- /Audio/Voice/Human/femalescream_3.ogg
|
||||
- /Audio/Voice/Human/femalescream_4.ogg
|
||||
- /Audio/Voice/Human/femalescream_5.ogg
|
||||
- /Audio/Voice/Human/femalescream_5.ogg
|
||||
|
||||
- type: soundCollection
|
||||
id: SiliconScreams
|
||||
files:
|
||||
- /Audio/Machines/robotscream_1.ogg
|
||||
- /Audio/Machines/robotscream_2.ogg
|
||||
- /Audio/Machines/robotscream_3.ogg
|
||||
- /Audio/Machines/robotscream_4.ogg
|
||||
- /Audio/Machines/robotscream_5.ogg
|
||||
- /Audio/Machines/robotscream_6.ogg
|
||||
- /Audio/Machines/robotscream_7.ogg
|
||||
- /Audio/Machines/robotscream_8.ogg
|
||||
- /Audio/Machines/robotscream_9.ogg
|
||||
|
|
|
|||
|
|
@ -431,6 +431,8 @@
|
|||
params:
|
||||
variation: 0.05
|
||||
sounds:
|
||||
Scream:
|
||||
collection: SiliconScreams
|
||||
Beep:
|
||||
path: /Audio/Machines/twobeep.ogg
|
||||
Chime:
|
||||
|
|
@ -449,6 +451,8 @@
|
|||
params:
|
||||
variation: 0.05
|
||||
sounds:
|
||||
Scream:
|
||||
collection: SiliconScreams
|
||||
Laugh:
|
||||
path: /Audio/Voice/Silicon/syndieborg_laugh.ogg
|
||||
Beep:
|
||||
|
|
|
|||
|
|
@ -7,9 +7,6 @@
|
|||
whitelist:
|
||||
components:
|
||||
- Vocal
|
||||
blacklist:
|
||||
tags:
|
||||
- SiliconEmotes
|
||||
chatMessages: ["chat-emote-msg-scream"]
|
||||
chatTriggers:
|
||||
- scream
|
||||
|
|
|
|||
Loading…
Reference in New Issue