Skip to content

Commit

Permalink
feat: add unique Oni speech verbs
Browse files Browse the repository at this point in the history
  • Loading branch information
angelofallars committed Aug 12, 2024
1 parent 5aaa95c commit 0bf9394
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Resources/Locale/en-US/chat/managers/chat-manager.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,12 @@ chat-speech-verb-vox-1 = screeches
chat-speech-verb-vox-2 = shrieks
chat-speech-verb-vox-3 = croaks
chat-speech-verb-name-oni = Oni
chat-speech-verb-oni-1 = grunts
chat-speech-verb-oni-2 = bellows
chat-speech-verb-oni-3 = blares
chat-speech-verb-oni-4 = rumbles
chat-speech-verb-name-canine = Canine
chat-speech-verb-canine-1 = barks
chat-speech-verb-canine-2 = woofs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
components:
- type: Speech
speechSounds: Baritone
speechVerb: Oni
- type: HumanoidAppearance
species: Oni
- type: Sprite
Expand Down
11 changes: 10 additions & 1 deletion Resources/Prototypes/Voice/speech_verbs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- type: speechVerb
- type: speechVerb
id: Default
name: chat-speech-verb-name-default
speechVerbStrings:
Expand Down Expand Up @@ -94,6 +94,15 @@
- chat-speech-verb-vox-2
- chat-speech-verb-vox-3

- type: speechVerb
id: Oni
name: chat-speech-verb-name-oni
speechVerbStrings:
- chat-speech-verb-oni-1
- chat-speech-verb-oni-2
- chat-speech-verb-oni-3
- chat-speech-verb-oni-4

- type: speechVerb
id: Plant
name: chat-speech-verb-name-plant
Expand Down
5 changes: 5 additions & 0 deletions Resources/Prototypes/typing_indicator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,8 @@
id: slime
typingState: slime0
offset: 0, 0.125

- type: typingIndicator
id: oni
typingState: oni0
offset: 0, 0.0625

0 comments on commit 0bf9394

Please sign in to comment.