Add Cyborg Emote Sounds (#26594)
* Hal 9000's first emote * Add Chime emote & Change variation to 0.05 * Modify Buzz emote * Add Buzz-two emote * modified Horn * add ping emote * add slowclap emote * Convert slowclap.ogg to mono, reflect change in attribution.yml * fix capitalization for all chatMessages && change all catagory to category * remove all traces of slowclap.ogg * forgor one file smh * collating copywrite * spelling mistakes will be the death of me * more spelling mistakes * change yml string to list
This commit is contained in:
@@ -152,3 +152,12 @@
|
|||||||
license: "CC0-1.0"
|
license: "CC0-1.0"
|
||||||
copyright: "dakamakat on freesound.org"
|
copyright: "dakamakat on freesound.org"
|
||||||
source: "https://freesound.org/people/Dakamakat/sounds/717370/"
|
source: "https://freesound.org/people/Dakamakat/sounds/717370/"
|
||||||
|
|
||||||
|
- files:
|
||||||
|
- twobeep.ogg
|
||||||
|
- chime.ogg
|
||||||
|
- buzz-sigh.ogg
|
||||||
|
- buzztwo.ogg
|
||||||
|
license: "CC-BY-SA-3.0"
|
||||||
|
copyright: "Taken from TG station."
|
||||||
|
source: "https://github.com/tgstation/tgstation/tree/d4f678a1772007ff8d7eddd21cf7218c8e07bfc0"
|
||||||
|
|||||||
BIN
Resources/Audio/Machines/buzz-sigh.ogg
Normal file
BIN
Resources/Audio/Machines/buzz-sigh.ogg
Normal file
Binary file not shown.
BIN
Resources/Audio/Machines/buzz-two.ogg
Normal file
BIN
Resources/Audio/Machines/buzz-two.ogg
Normal file
Binary file not shown.
BIN
Resources/Audio/Machines/chime.ogg
Normal file
BIN
Resources/Audio/Machines/chime.ogg
Normal file
Binary file not shown.
BIN
Resources/Audio/Machines/twobeep.ogg
Normal file
BIN
Resources/Audio/Machines/twobeep.ogg
Normal file
Binary file not shown.
@@ -1,4 +1,4 @@
|
|||||||
- type: entity
|
- type: entity
|
||||||
parent: BaseMob
|
parent: BaseMob
|
||||||
id: BaseBorgChassis
|
id: BaseBorgChassis
|
||||||
name: cyborg
|
name: cyborg
|
||||||
@@ -131,6 +131,9 @@
|
|||||||
- type: Speech
|
- type: Speech
|
||||||
speechVerb: Robotic
|
speechVerb: Robotic
|
||||||
speechSounds: Pai
|
speechSounds: Pai
|
||||||
|
- type: Vocal
|
||||||
|
sounds:
|
||||||
|
Unsexed: UnisexSilicon
|
||||||
- type: UnblockableSpeech
|
- type: UnblockableSpeech
|
||||||
- type: Construction
|
- type: Construction
|
||||||
graph: Cyborg
|
graph: Cyborg
|
||||||
|
|||||||
@@ -298,6 +298,24 @@
|
|||||||
Weh:
|
Weh:
|
||||||
collection: Weh
|
collection: Weh
|
||||||
|
|
||||||
|
- type: emoteSounds
|
||||||
|
id: UnisexSilicon
|
||||||
|
params:
|
||||||
|
variation: 0.05
|
||||||
|
sounds:
|
||||||
|
Beep:
|
||||||
|
path: /Audio/Machines/twobeep.ogg
|
||||||
|
Chime:
|
||||||
|
path: /Audio/Machines/chime.ogg
|
||||||
|
Buzz:
|
||||||
|
path: /Audio/Machines/buzz-sigh.ogg
|
||||||
|
Buzz-Two:
|
||||||
|
path: /Audio/Machines/buzz-two.ogg
|
||||||
|
Honk:
|
||||||
|
path: /Audio/Items/bikehorn.ogg
|
||||||
|
Ping:
|
||||||
|
path: /Audio/Effects/Cargo/ping.ogg
|
||||||
|
|
||||||
# body emotes
|
# body emotes
|
||||||
- type: emoteSounds
|
- type: emoteSounds
|
||||||
id: GeneralBodyEmotes
|
id: GeneralBodyEmotes
|
||||||
|
|||||||
@@ -66,6 +66,19 @@
|
|||||||
id: Honk
|
id: Honk
|
||||||
category: Vocal
|
category: Vocal
|
||||||
chatMessages: [honks]
|
chatMessages: [honks]
|
||||||
|
chatTriggers:
|
||||||
|
- honk
|
||||||
|
- honk.
|
||||||
|
- honk!
|
||||||
|
- honks
|
||||||
|
- honks.
|
||||||
|
- honks!
|
||||||
|
- honked
|
||||||
|
- honked.
|
||||||
|
- honked!
|
||||||
|
- honking
|
||||||
|
- honking.
|
||||||
|
- honking!
|
||||||
|
|
||||||
- type: emote
|
- type: emote
|
||||||
id: Sigh
|
id: Sigh
|
||||||
@@ -264,3 +277,94 @@
|
|||||||
- chirping
|
- chirping
|
||||||
- chirping.
|
- chirping.
|
||||||
- chirping!
|
- chirping!
|
||||||
|
|
||||||
|
# Machine Emotes
|
||||||
|
- type: emote
|
||||||
|
id: Beep
|
||||||
|
category: Vocal
|
||||||
|
chatMessages: [beeps.]
|
||||||
|
chatTriggers:
|
||||||
|
- beep
|
||||||
|
- beep!
|
||||||
|
- beep.
|
||||||
|
- beeps
|
||||||
|
- beeps.
|
||||||
|
- beeps!
|
||||||
|
- beeped
|
||||||
|
- beeped.
|
||||||
|
- beeped!
|
||||||
|
- beeping
|
||||||
|
- beeping.
|
||||||
|
- beeping!
|
||||||
|
|
||||||
|
- type: emote
|
||||||
|
id: Chime
|
||||||
|
category: Vocal
|
||||||
|
chatMessages: [chimes.]
|
||||||
|
chatTriggers:
|
||||||
|
- chime
|
||||||
|
- chime.
|
||||||
|
- chime!
|
||||||
|
- chimes
|
||||||
|
- chimes.
|
||||||
|
- chimes!
|
||||||
|
- chimed
|
||||||
|
- chimed.
|
||||||
|
- chimed!
|
||||||
|
- chiming
|
||||||
|
- chiming,
|
||||||
|
- chiming!
|
||||||
|
|
||||||
|
- type: emote
|
||||||
|
id: Buzz-Two
|
||||||
|
category: Vocal
|
||||||
|
chatMessages: [buzzesTwice.]
|
||||||
|
chatTriggers:
|
||||||
|
- buzztwice
|
||||||
|
- buzztwice.
|
||||||
|
- buzztwice!
|
||||||
|
- buzzstwice
|
||||||
|
- buzzstwice.
|
||||||
|
- buzzstwice!
|
||||||
|
- buzzestwice
|
||||||
|
- buzzestwice.
|
||||||
|
- buzzestwice!
|
||||||
|
- buzzingtwice
|
||||||
|
- buzzingtwice.
|
||||||
|
- buzzingtwice!
|
||||||
|
- buzzedtwice
|
||||||
|
- buzzedtwice.
|
||||||
|
- buzzedtwice!
|
||||||
|
- buzz twice
|
||||||
|
- buzz twice.
|
||||||
|
- buzz twice!
|
||||||
|
- buzzs twice
|
||||||
|
- buzzs twice.
|
||||||
|
- buzzs twice!
|
||||||
|
- buzzes twice
|
||||||
|
- buzzes twice.
|
||||||
|
- buzzes twice!
|
||||||
|
- buzzing twice
|
||||||
|
- buzzing twice.
|
||||||
|
- buzzing twice!
|
||||||
|
- buzzed twice
|
||||||
|
- buzzed twice.
|
||||||
|
- buzzed twice!
|
||||||
|
|
||||||
|
- type: emote
|
||||||
|
id: Ping
|
||||||
|
category: Vocal
|
||||||
|
chatMessages: [pings.]
|
||||||
|
chatTriggers:
|
||||||
|
- ping
|
||||||
|
- ping.
|
||||||
|
- ping!
|
||||||
|
- pings
|
||||||
|
- pings.
|
||||||
|
- pings!
|
||||||
|
- pinged
|
||||||
|
- pinged.
|
||||||
|
- pinged!
|
||||||
|
- pinging
|
||||||
|
- pinging.
|
||||||
|
- pinging!
|
||||||
|
|||||||
Reference in New Issue
Block a user