Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feat] Security dogs now have vulpkanin vocal emotes #1176

Merged
merged 4 commits into from
May 9, 2024
Merged
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
3 changes: 3 additions & 0 deletions Resources/Prototypes/DeltaV/Entities/Mobs/NPCs/animals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,3 +176,6 @@
tags:
- DoorBumpOpener
- VimPilot
- type: Vocal
sounds:
Unsexed: MobDog
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
- name: mask
slotTexture: mask
slotFlags: MASK
uiWindowPos: 1,1
uiWindowPos: 0,1
strippingWindowPos: 1,1
displayName: Mask
whitelist:
Expand All @@ -14,9 +14,8 @@
- name: suitstorage
slotTexture: suit_storage
slotFlags: SUITSTORAGE
slotGroup: SecondHotbar
stripTime: 3
uiWindowPos: 2,0
uiWindowPos: 1,1
strippingWindowPos: 2,5
displayName: Suit Storage
whitelist:
Expand All @@ -27,7 +26,7 @@
slotTexture: glasses
slotFlags: EYES
stripTime: 3
uiWindowPos: 0,0
uiWindowPos: 0,2
strippingWindowPos: 0,0
displayName: Eyes
whitelist:
Expand All @@ -37,9 +36,8 @@
- name: pocket1
slotTexture: pocket
slotFlags: POCKET
slotGroup: MainHotbar
stripTime: 1.5
uiWindowPos: 2,3
uiWindowPos: 1,0
strippingWindowPos: 1,4
displayName: Vest
stripHidden: false
18 changes: 18 additions & 0 deletions Resources/Prototypes/DeltaV/Voice/speech_emote_sounds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,3 +144,21 @@
collection: VulpkaninHowls
Awoo:
collection: VulpkaninHowls

- type: emoteSounds
id: MobDog
params:
variation: 0.125
sounds:
Growl:
collection: VulpkaninGrowls
Snarl:
collection: VulpkaninSnarls
Bark:
collection: VulpkaninBarks
Whine:
collection: VulpkaninWhines
Howl:
collection: VulpkaninHowls
Awoo:
collection: VulpkaninHowls
Loading