Make felinids meow it instead of sayin it. (#543)
* Make felinids meow it instead of sayin it. A note: snapping doesnt even make a sound effect on humans. Only putting it just incase that ever gets fixed upstream. Also fixes issue #525 A simple PR. * Hopefully fixes yaml linter. * Removes notes.
This commit is contained in:
parent
b957865a8a
commit
24e1ad20a4
|
|
@ -2,3 +2,8 @@ chat-speech-verb-vulpkanin-1 = rawrs
|
|||
chat-speech-verb-vulpkanin-2 = barks
|
||||
chat-speech-verb-vulpkanin-3 = rurs
|
||||
chat-speech-verb-vulpkanin-4 = yaps
|
||||
|
||||
chat-speech-verb-felinid-1 = mraows
|
||||
chat-speech-verb-felinid-2 = mews
|
||||
chat-speech-verb-felinid-3 = meows
|
||||
chat-speech-verb-felinid-4 = purrs out
|
||||
|
|
|
|||
|
|
@ -5,3 +5,11 @@
|
|||
- chat-speech-verb-vulpkanin-2
|
||||
- chat-speech-verb-vulpkanin-3
|
||||
- chat-speech-verb-vulpkanin-4
|
||||
|
||||
- type: speechVerb
|
||||
id: Felinid
|
||||
speechVerbStrings:
|
||||
- chat-speech-verb-felinid-1
|
||||
- chat-speech-verb-felinid-2
|
||||
- chat-speech-verb-felinid-3
|
||||
- chat-speech-verb-felinid-4
|
||||
|
|
|
|||
|
|
@ -14,6 +14,8 @@
|
|||
showExamineInfo: true
|
||||
- type: Input
|
||||
context: "human"
|
||||
- type: Speech
|
||||
speechVerb: Felinid
|
||||
- type: MobMover
|
||||
- type: InputMover
|
||||
- type: Respirator
|
||||
|
|
@ -33,3 +35,4 @@
|
|||
factions:
|
||||
- NanoTrasen
|
||||
- type: PotentialPsionic
|
||||
|
||||
|
|
|
|||
|
|
@ -26,6 +26,8 @@
|
|||
collection: FelinidGrowls
|
||||
Purr:
|
||||
collection: FelinidPurrs
|
||||
Sigh:
|
||||
collection: MaleSigh
|
||||
|
||||
- type: emoteSounds
|
||||
id: FemaleFelinid
|
||||
|
|
@ -54,6 +56,8 @@
|
|||
collection: FelinidGrowls
|
||||
Purr:
|
||||
collection: FelinidPurrs
|
||||
Sigh:
|
||||
collection: FemaleSigh
|
||||
|
||||
# mobs
|
||||
- type: emoteSounds
|
||||
|
|
|
|||
|
|
@ -27,6 +27,8 @@
|
|||
- nya.
|
||||
- nyas.
|
||||
- nyas!
|
||||
- mraows.
|
||||
- mraows!
|
||||
|
||||
- type: emote
|
||||
id: Mew
|
||||
|
|
|
|||
Loading…
Reference in New Issue