Skip to content

Commit

Permalink
[Feat] Security dogs now have vulpkanin vocal emotes (#1176)
Browse files Browse the repository at this point in the history
* feat: Laika and other secdogs now have vulpkanin vocal emotes

* tweak: better organization of secdogs inventory ui

* feat: id card slot for secdogs

* Revert "feat: id card slot for secdogs"

This reverts commit c9d30d9.
  • Loading branch information
Remuchi authored May 9, 2024
1 parent b14097d commit b993a04
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 6 deletions.
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

0 comments on commit b993a04

Please sign in to comment.