This commit is contained in:
justproggramer
2023-06-08 09:22:02 +03:00
committed by GitHub
parent 25763e4ace
commit 608ddf0ab8
21 changed files with 179 additions and 0 deletions

View File

@@ -16,6 +16,11 @@
species: SlimePerson
- type: Speech
speechSounds: Slime
- type: Vocal
sounds:
Male: UnisexSlime
Female: UnisexSlime
Unsexed: UnisexSlime
- type: Damageable
damageContainer: Biological
damageModifierSet: Slime

View File

@@ -40,3 +40,37 @@
id: FemaleSigh
files:
- /Audio/Voice/Human/female_sigh.ogg
- type: soundCollection
id: Salutes
files:
- /Audio/Effects/Emotes/salute.ogg
- type: soundCollection
id: MaleCry
files:
- /Audio/Voice/Human/cry_male_1.ogg
- /Audio/Voice/Human/cry_male_2.ogg
- /Audio/Voice/Human/cry_male_3.ogg
- /Audio/Voice/Human/cry_male_4.ogg
- type: soundCollection
id: FemaleCry
files:
- /Audio/Voice/Human/cry_female_1.ogg
- /Audio/Voice/Human/cry_female_2.ogg
- /Audio/Voice/Human/cry_female_3.ogg
- /Audio/Voice/Human/cry_female_4.ogg
- type: soundCollection
id: Whistles
files:
- /Audio/Voice/Human/whistle_1.ogg
- /Audio/Voice/Human/whistle_2.ogg
- /Audio/Voice/Human/whistle_3.ogg
- /Audio/Voice/Human/whistle_4.ogg
- type: soundCollection
id: Squishes
files:
- /Audio/Voice/Slime/slime_squish.ogg

View File

@@ -28,6 +28,10 @@
collection: BikeHorn
Sigh:
collection: MaleSigh
Crying:
collection: MaleCry
Whistle:
collection: Whistles
- type: emoteSounds
id: FemaleHuman
@@ -58,6 +62,10 @@
collection: CluwneHorn
Sigh:
collection: FemaleSigh
Crying:
collection: FemaleCry
Whistle:
collection: Whistles
- type: emoteSounds
id: UnisexReptilian
@@ -70,6 +78,18 @@
path: /Audio/Animals/lizard_happy.ogg
Honk:
collection: BikeHorn
Whistle:
collection: Whistles
Crying:
collection: MaleCry
- type: emoteSounds
id: UnisexSlime
sounds:
Squish:
collection: Squishes
params:
variation: 0.125
- type: emoteSounds
id: UnisexVox
@@ -110,6 +130,10 @@
collection: MaleLaugh
Honk:
collection: BikeHorn
Crying:
collection: MaleCry
Whistle:
collection: Whistles
params:
variation: 0.125
pitchscale: 0.75
@@ -124,6 +148,8 @@
collection: Snaps
params:
volume: -6
Salute:
collection: Salutes
- type: emoteSounds
id: DionaBodyEmotes

View File

@@ -65,6 +65,51 @@
- sighs.
- sighed.
- type: emote
id: Whistle
category: Vocal
chatMessages: [whistle]
chatTriggers:
- whistle
- whistle.
- whistle!
- whistles
- whistles.
- whistles!
- whistleblowing
- whistleblowing.
- whistleblowing!
- type: emote
id: Crying
category: Vocal
chatMessages: [crying]
chatTriggers:
- cry
- cry.
- cry!
- crying
- crying.
- crying!
- cries
- cries.
- cries!
- type: emote
id: Squish
category: Vocal
chatMessages: [squishing]
chatTriggers:
- squish
- squish.
- squish!
- squishing
- squishing.
- squishing!
- squishes
- squishes.
- squishes!
# hand emotes
- type: emote
id: Clap
@@ -97,3 +142,15 @@
- snapping fingers
- snapped fingers
- type: emote
id: Salute
category: Hands
chatMessages: [Salute]
chatTriggers:
- salute
- salute.
- salute!
- salutes
- salutes.
- salutes!