Skip to content

Commit

Permalink
добавил эмоции и ревью
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkiich committed Aug 4, 2024
1 parent a5c2e29 commit 16eed8b
Show file tree
Hide file tree
Showing 11 changed files with 102 additions and 28 deletions.
Binary file added Resources/Audio/ADT/Moth/moth_buzz.ogg
Binary file not shown.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ent-MobMoth = Urist McFluff
.desc = { ent-BaseMobMoth.desc }
#ent-MobMoth = Urist McFluff
# .desc = { ent-BaseMobMoth.desc }
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ent-BaseMobMoth = Urist McFluff
.desc = { ent-BaseMobSpeciesOrganic.desc }
ent-MobMothDummy = { ent-BaseSpeciesDummy }
.desc = { ent-BaseSpeciesDummy.desc }
#ent-BaseMobMoth = Urist McFluff
# .desc = { ent-BaseMobSpeciesOrganic.desc }
#ent-MobMothDummy = { ent-BaseSpeciesDummy }
# .desc = { ent-BaseSpeciesDummy.desc }
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ent-BaseMobMoth = Урист МакНиан
.desc = { ent-BaseMobSpeciesOrganic.desc }
.suffix = Ниан
ent-MobMothDummy = { ent-BaseSpeciesDummy }
.desc = { ent-BaseSpeciesDummy.desc }
ent-MobMothDummy = { ent-BaseMobMoth }
.desc = { ent-BaseMobMoth.desc }
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ent-MobMoth = Урист МакФлафф
.desc = { ent-BaseMobMoth.desc }
#ent-MobMoth = Урист МакФлафф
# .desc = { ent-BaseMobMoth.desc }
6 changes: 3 additions & 3 deletions Resources/Prototypes/ADT/Entities/Mobs/Species/moth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
- type: MothAccent
- type: Vocal
sounds:
Male: UnisexMoth
Female: UnisexMoth
Unsexed: UnisexMoth
Male: MaleMoth
Female: FemaleMoth
Unsexed: MaleMoth
- type: MovementSpeedModifier
weightlessAcceleration: 1.5 # Move around more easily in space.
weightlessFriction: 1
Expand Down
27 changes: 26 additions & 1 deletion Resources/Prototypes/ADT/SoundCollections/emotes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,29 @@
- type: soundCollection
id: TajaranPurrs
files:
- /Audio/ADT/Felinid/cat_purr1.ogg
- /Audio/ADT/Felinid/cat_purr1.ogg

- type: soundCollection
id: MothBuzz
files:
- /Audio/ADT/Moth/moth_squeak.ogg

- type: soundCollection
id: MothScream
files:
- /Audio/ADT/Moth/moth_screm.ogg

- type: soundCollection
id: MothLaugh
files:
- /Audio/ADT/Moth/moth_laugh.ogg

- type: soundCollection
id: MothChitter
files:
- /Audio/ADT/Moth/moth_chitter.ogg

- type: soundCollection
id: MothSqueak
files:
- /Audio/ADT/Moth/moth_squeak.ogg
71 changes: 60 additions & 11 deletions Resources/Prototypes/ADT/Voice/speech_emote_sounds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,28 +67,77 @@
collection: Whistles

- type: emoteSounds
id: UnisexMoth
id: MaleMoth
params:
variation: 0.125
sounds:
Buzz:
path: /Audio/ADT/Moth/moth_scream.ogg
collection: MothBuzz
Scream:
path: /Audio/ADT/Moth/moth_scream.ogg
collection: MothScream
Laugh:
path: /Audio/ADT/Moth/moth_laugh.ogg
collection: MothLaugh
Chitter:
path: /Audio/ADT/Moth/moth_chitter.ogg
collection: MothChitter
Squeak:
path: /Audio/ADT/Moth/moth_squeak.ogg
collection: MothSqueak
Weh:
collection: Weh
# ADT-Apathy Sounds.
#Scream-apathy:
# path: /Audio/Voice/Moth/moth_scream.ogg
#Laugh-apathy:
# path: /Audio/Voice/Moth/moth_laugh.ogg
Sneeze:
collection: MaleSneezes
Cough:
collection: MaleCoughs
MonkeyScreeches:
collection: MonkeyScreeches
Yawn:
collection: MaleYawn
Snore:
collection: Snores
Honk:
collection: BikeHorn
Sigh:
collection: MaleSigh
Crying:
collection: MaleCry
Whistle:
collection: Whistles

- type: emoteSounds
id: FemaleMoth
params:
variation: 0.125
sounds:
Buzz:
collection: MothBuzz
Scream:
collection: MothScream
Laugh:
collection: MothLaugh
Chitter:
collection: MothChitter
Squeak:
collection: MothSqueak
Weh:
collection: Weh
Sneeze:
collection: MaleSneezes
Cough:
collection: MaleCoughs
MonkeyScreeches:
collection: MonkeyScreeches
Yawn:
collection: MaleYawn
Snore:
collection: Snores
Honk:
collection: BikeHorn
Sigh:
collection: MaleSigh
Crying:
collection: MaleCry
Whistle:
collection: Whistles

- type: emoteSounds
id: ADTMaleTajaran
params:
Expand Down
6 changes: 3 additions & 3 deletions Resources/Prototypes/Entities/Mobs/NPCs/animals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -511,9 +511,9 @@
accent: zombieMoth
- type: Vocal
sounds:
Male: UnisexMoth
Female: UnisexMoth
Unsexed: UnisexMoth
Male: MaleMoth
Female: FemaleMoth
Unsexed: MaleMoth
wilhelmProbability: 0.001
- type: MobPrice
price: 150
Expand Down

0 comments on commit 16eed8b

Please sign in to comment.