Lizz and slime speech (#10038)

* Lizz speech

* Slime while at it
This commit is contained in:
T-Stalker
2022-07-26 06:13:12 -03:00
committed by GitHub
parent 7907cbc437
commit cadf13320f
10 changed files with 28 additions and 0 deletions

View File

@@ -14,6 +14,12 @@ speak_3.ogg
speak_4_ask.ogg
speak_4_exclaim.ogg
speak_4.ogg
lizard.ogg
lizard_ask.ogg
lizard_exclaim.ogg
buwoo.ogg (Rename to slime.ogg)
buwoo_ask.ogg (Renamed to slime_ask.ogg)
buwoo_exclaim (Renamed to slime_exclaim.ogg)
all taken from
https://github.com/goonstation/goonstation/tree/eb3e7df6292d23f6af2f18b4372d3a8ba4b0fda7/sound/misc/talk
licensed under CC BY-NC-SA 3.0

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -123,6 +123,8 @@
template: HumanoidTemplate
preset: ReptilianPreset
- type: LizardAccent
- type: Speech
speechSounds: Lizard
- type: DiseaseCarrier
diseaseResist: 0.1
- type: Damageable

View File

@@ -104,6 +104,8 @@
- type: HumanoidAppearance
hairMatchesSkin: true
hairAlpha: 0.5
- type: Speech
speechSounds: Slime
- type: Damageable
damageContainer: Biological
damageModifierSet: Slime

View File

@@ -69,3 +69,21 @@
path: /Audio/Animals/monkey_scream.ogg
exclaimSound:
path: /Audio/Animals/monkey_scream.ogg
- type: speechSounds
id: Lizard
saySound:
path: /Audio/Voice/Talk/lizard.ogg
askSound:
path: /Audio/Voice/Talk/lizard_ask.ogg
exclaimSound:
path: /Audio/Voice/Talk/lizard_exclaim.ogg
- type: speechSounds
id: Slime
saySound:
path: /Audio/Voice/Talk/slime.ogg
askSound:
path: /Audio/Voice/Talk/slime_ask.ogg
exclaimSound:
path: /Audio/Voice/Talk/slime_exclaim.ogg