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

TajaranNewEmotes+Sounds #2044

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft
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
Binary file not shown.
4 changes: 4 additions & 0 deletions Resources/Audio/SS220/Emotes/Tajaran/attribution.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- files: ["tajaran_meow.ogg","annoyed_tajaran_meow"]
license: "CC-BY-SA-3.0"
copyright: 'by ParadiseSS13'
source: "https://github.com/ss220club/Paradise-SS220/pull/1560/commits/d6ba9a1d09a65321e3e47eb781cd492abf1814b6"
Binary file not shown.
2 changes: 2 additions & 0 deletions Resources/Locale/ru-RU/ss220/emotes.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ chat-emote-name-giggle = хихиканье
chat-emote-msg-giggle = хихикает!
chat-emote-name-hiss = шипение
chat-emote-msg-hiss = шипит!
chat-emote-name-mrow = раздражённое мяуканье
chat-emote-msg-mrow = раздражённо мяукает
8 changes: 4 additions & 4 deletions Resources/Prototypes/SS220/Entities/Mobs/Species/tajaran.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
action: ActionToggleWaggingTajaran
- type: Vocal
sounds:
Male: MaleFelinid
Female: FemaleFelinid
Unsexed: MaleFelinid
Male: MaleTajaran
Female: FemaleTajaran
Unsexed: MaleTajaran
- type: Speech
speechSounds: Alto
speechVerb: Tajaran
allowedEmotes: ['Growl','Purr','Hiss']
allowedEmotes: ['Growl','Purr','Hiss','Meow','Mrow']
- type: DamageOnHighSpeedImpact
damage:
types:
Expand Down
10 changes: 10 additions & 0 deletions Resources/Prototypes/SS220/SoundCollections/emotes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -295,3 +295,13 @@
id: FelinidPurrs
files:
- /Audio/Voice/Felinid/cat_purr1.ogg

- type: soundCollection
id: TajaranMeows
files:
- /Audio/SS220/Emotes/Tajaran/tajaran_meow.ogg

- type: soundCollection
id: TajaranAnnoyedMeows
files:
- /Audio/SS220/Emotes/Tajaran/annoyed_tajaran_meow.ogg
80 changes: 80 additions & 0 deletions Resources/Prototypes/SS220/Voice/speech_emote_sounds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,3 +182,83 @@
Purr:
collection: FelinidPurrs
# Cat emotes end

- type: emoteSounds
id: MaleTajaran
params:
variation: 0.125
sounds:
Scream:
collection: FelinidScreams
Laugh:
collection: MaleLaugh
Giggle:
collection: MaleLaugh
Cough:
collection: MaleCoughs
Yawn:
collection: MaleYawn
Sigh:
collection: MaleSigh
Crying:
collection: MaleCry
Whistle:
collection: Whistles
Hiss:
collection: FelinidHisses
Meow:
collection: TajaranMeows
Mrow:
collection: TajaranAnnoyedMeows
Mew:
collection: FelinidMews
Growl:
collection: FelinidGrowls
Purr:
collection: FelinidPurrs
DefaultDeathgasp:
collection: Deathgasp
Gasp:
collection: Gasp
CritGasp:
collection: MaleCritGasp

- type: emoteSounds
id: FemaleTajaran
params:
variation: 0.125
sounds:
Scream:
collection: FelinidScreams
Laugh:
collection: FemaleLaugh
Giggle:
collection: FemaleLaugh
Cough:
collection: FemaleCoughs
Yawn:
collection: FemaleYawn
Sigh:
collection: FemaleSigh
Crying:
collection: FemaleCry
Whistle:
collection: Whistles
Hiss:
collection: FelinidHisses
Meow:
collection: TajaranMeows
Mrow:
collection: TajaranAnnoyedMeows
Mew:
collection: FelinidMews
Growl:
collection: FelinidGrowls
Purr:
collection: FelinidPurrs
DefaultDeathgasp:
collection: Deathgasp
Gasp:
collection: Gasp
CritGasp:
collection: FemaleCritGasp
19 changes: 19 additions & 0 deletions Resources/Prototypes/SS220/Voice/speech_emotes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,3 +186,22 @@
- мурчит!

## spo9k vocal emotes end

- type: emote
id: Mrow
name: chat-emote-name-mrow
available: false
whitelist:
components:
- Vocal
blacklist:
components:
- BorgChassis
chatMessages: [chat-emote-msg-mrow]
chatTriggers:
- раздражённо мяукает
- раздраженно мяукает
- раздраженный мяу
- раздражённый мяу
- недовольно мяукает
- недовольный мяу
Loading