Skip to content
This repository was archived by the owner on Jul 5, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Resources/Prototypes/Entities/Objects/Fun/toys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -595,10 +595,10 @@
state: blue
- type: EmitSoundOnUse
sound:
collection: ToySqueak
path: /Audio/Items/Toys/rawr.ogg
- type: EmitSoundOnActivate
sound:
collection: ToySqueak
path: /Audio/Items/Toys/rawr.ogg
- type: EmitSoundOnCollide
sound:
collection: ToySqueak
Expand All @@ -607,7 +607,7 @@
collection: ToyFall
- type: EmitSoundOnTrigger
sound:
collection: ToySqueak
path: /Audio/Items/Toys/rawr.ogg
- type: MeleeWeapon
wideAnimationRotation: 180
soundHit:
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/_DV/Entities/Mobs/Species/feroxi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
- type: Speech
speechSounds: Tenor
speechVerb: Feroxi
allowedEmotes: [ "Gnash" ]
allowedEmotes: [ "Gnash", "Rawr" ]
- type: Vocal
sounds:
Male: MaleFeroxi
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/_DV/Entities/Mobs/Species/harpy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
- type: Speech
speechSounds: Harpy
speechVerb: Harpy
allowedEmotes: ['Squeak', 'Chitter', 'Click', 'Squish', 'Weh']
allowedEmotes: ['Squeak', 'Chitter', 'Click', 'Squish', 'Weh', 'Rawr']
- type: Vocal
sounds:
Male: SoundsHarpyMale
Expand Down
5 changes: 5 additions & 0 deletions Resources/Prototypes/_DV/SoundCollections/feroxi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,8 @@
id: FeroxiGnashes
files:
- /Audio/Effects/bite.ogg

- type: soundCollection
id: FeroxiRawr
files:
- /Audio/Items/Toys/rawr.ogg
2 changes: 2 additions & 0 deletions Resources/Prototypes/_DV/Voice/speech_emote_sounds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,8 @@
collection: Hew
Gnash:
collection: FeroxiGnashes
Rawr:
collection: FeroxiRawr # ShibaStation - hehe
Gasp:
collection: FemaleGasp
DefaultDeathgasp:
Expand Down
25 changes: 24 additions & 1 deletion Resources/Prototypes/_DV/Voice/speech_emotes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,4 +120,27 @@
- gnashed their teeth
- gnashed her teeth
- gnashed his teeth
- gnashed its teeth
- gnashed its teeth

- type: emote
id: Rawr
name: delta-chat-emote-name-rawr
category: Vocal
available: false
whitelist:
components:
- Vocal
blacklist:
components:
- BorgChassis
chatMessages: [rawrs.]
chatTriggers:
- rawr
- rawrs
- rawred
- rawring
- grawr
- grawrs
- grawred
- grawring

Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
HarpyCaws:
collection: HarpyCaws
# Rawr
HarpyRawrs:
Rawr:
collection: HarpyRawrs
# Weh
Weh:
Expand Down Expand Up @@ -316,7 +316,7 @@
HarpyCaws:
collection: HarpyCaws
# Rawr
HarpyRawrs:
Rawr:
collection: HarpyRawrs
# Weh
Weh:
Expand Down
15 changes: 0 additions & 15 deletions Resources/Prototypes/_ShibaStation/Voice/harpy_speech_emotes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -593,18 +593,3 @@
- caw
- cawing
- cawed

# Rawrs
- type: emote
id: HarpyRawrs
name: Rawr
category: Vocal
whitelist:
tags:
- HarpyEmotes
chatMessages: [rawrs.]
chatTriggers:
- rawrs
- rawr
- rawring
- rawred
Loading