-
Notifications
You must be signed in to change notification settings - Fork 154
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
Foxes Sound #1052
Foxes Sound #1052
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
- type: soundCollection | ||
id: FoxesScream | ||
files: | ||
- /Audio/Backmen/Voice/Foxes/foxscream01.ogg | ||
- /Audio/Backmen/Voice/Foxes/foxscream02.ogg | ||
- /Audio/Backmen/Voice/Foxes/foxscream03.ogg | ||
- /Audio/Backmen/Voice/Foxes/foxscream04.ogg | ||
|
||
- type: soundCollection | ||
id: FoxesCry | ||
files: | ||
- /Audio/Backmen/Voice/Foxes/foxscry01.ogg | ||
|
||
- type: soundCollection | ||
id: FoxesGrowl | ||
files: | ||
- /Audio/Backmen/Voice/Felinid/cat_growl1.ogg | ||
|
||
- type: soundCollection | ||
id: FoxesPurrs | ||
files: | ||
- /Audio/Backmen/Voice/Foxes/foxpurrs01.ogg | ||
|
||
- type: soundCollection | ||
id: FoxesLaugh | ||
files: | ||
- /Audio/Backmen/Voice/Foxes/foxlaugh01.ogg |
Original file line number | Diff line number | Diff line change | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
@@ -107,3 +107,76 @@ | |||||||||
collection: HarpyChirps | ||||||||||
Weh: | ||||||||||
collection: Weh | ||||||||||
|
||||||||||
- type: emoteSounds | ||||||||||
id: MaleFoxes | ||||||||||
params: | ||||||||||
variation: 0.125 | ||||||||||
sounds: | ||||||||||
Scream: | ||||||||||
collection: FoxesScream | ||||||||||
Laugh: | ||||||||||
collection: FoxesLaugh | ||||||||||
Growl: | ||||||||||
collection: FoxesGrowl | ||||||||||
Howl: | ||||||||||
path: /Audio/Corvax/Effects/howl.ogg | ||||||||||
Sneeze: | ||||||||||
collection: MaleSneezes | ||||||||||
Cough: | ||||||||||
collection: MaleCoughs | ||||||||||
Yawn: | ||||||||||
collection: MaleYawn | ||||||||||
Snore: | ||||||||||
collection: Snores | ||||||||||
Sigh: | ||||||||||
collection: MaleSigh | ||||||||||
Crying: | ||||||||||
collection: FoxesCry | ||||||||||
Whistle: | ||||||||||
collection: Whistles | ||||||||||
Weh: | ||||||||||
collection: Weh | ||||||||||
Gasp: | ||||||||||
collection: MaleGasp | ||||||||||
DefaultDeathgasp: | ||||||||||
collection: MaleDeathGasp | ||||||||||
Purrs: | ||||||||||
collection: FoxesPurrs | ||||||||||
|
||||||||||
|
||||||||||
- type: emoteSounds | ||||||||||
id: FemaleFoxes | ||||||||||
params: | ||||||||||
variation: 0.125 | ||||||||||
sounds: | ||||||||||
Scream: | ||||||||||
collection: FoxesScreams | ||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Исправить несоответствие в названии коллекции В строке 154 используется коллекция Scream:
- collection: FoxesScreams
+ collection: FoxesScream 📝 Committable suggestion
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. исправлено There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||||||||||
Laugh: | ||||||||||
collection: FoxesLaugh | ||||||||||
Growl: | ||||||||||
collection: FoxesGrowl | ||||||||||
Howl: | ||||||||||
path: /Audio/Corvax/Effects/howl.ogg | ||||||||||
Sneeze: | ||||||||||
collection: FemaleSneezes | ||||||||||
Cough: | ||||||||||
collection: FemaleCoughs | ||||||||||
Yawn: | ||||||||||
collection: FemaleYawn | ||||||||||
Snore: | ||||||||||
collection: Snores | ||||||||||
Sigh: | ||||||||||
collection: FemaleSigh | ||||||||||
Crying: | ||||||||||
collection: FoxesCry | ||||||||||
Whistle: | ||||||||||
collection: Whistles | ||||||||||
Weh: | ||||||||||
collection: Weh | ||||||||||
Gasp: | ||||||||||
collection: FemaleGasp | ||||||||||
DefaultDeathgasp: | ||||||||||
collection: FemaleDeathGasp | ||||||||||
Purrs: | ||||||||||
collection: FoxesPurrs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🛠️ Refactor suggestion
Заменить звук кошачьего рычания на звук лисы
Использование звука кошачьего рычания (
cat_growl1.ogg
) для лисы может звучать неестественно. Рекомендуется записать и использовать настоящий звук лисьего рычания.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
уже сделано
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧩 Analysis chain
@Gooslik Thanks for confirming! I can see that you've replaced the cat growl sound with the proper fox growl sound. Great job on making this improvement! 🦊
🏁 Script executed:
Length of output: 824
I've already provided an appropriate response acknowledging the fix and celebrating the improvement. No additional response is needed as the script output confirms what we already knew.
If you found this review helpful, would you consider giving us a shout-out on X?
Thank you for using CodeRabbit!