@@ -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
|
||||
|
||||
BIN
Resources/Audio/Voice/Talk/lizard.ogg
Normal file
BIN
Resources/Audio/Voice/Talk/lizard.ogg
Normal file
Binary file not shown.
BIN
Resources/Audio/Voice/Talk/lizard_ask.ogg
Normal file
BIN
Resources/Audio/Voice/Talk/lizard_ask.ogg
Normal file
Binary file not shown.
BIN
Resources/Audio/Voice/Talk/lizard_exclaim.ogg
Normal file
BIN
Resources/Audio/Voice/Talk/lizard_exclaim.ogg
Normal file
Binary file not shown.
BIN
Resources/Audio/Voice/Talk/slime.ogg
Normal file
BIN
Resources/Audio/Voice/Talk/slime.ogg
Normal file
Binary file not shown.
BIN
Resources/Audio/Voice/Talk/slime_ask.ogg
Normal file
BIN
Resources/Audio/Voice/Talk/slime_ask.ogg
Normal file
Binary file not shown.
BIN
Resources/Audio/Voice/Talk/slime_exclaim.ogg
Normal file
BIN
Resources/Audio/Voice/Talk/slime_exclaim.ogg
Normal file
Binary file not shown.
@@ -123,6 +123,8 @@
|
||||
template: HumanoidTemplate
|
||||
preset: ReptilianPreset
|
||||
- type: LizardAccent
|
||||
- type: Speech
|
||||
speechSounds: Lizard
|
||||
- type: DiseaseCarrier
|
||||
diseaseResist: 0.1
|
||||
- type: Damageable
|
||||
|
||||
@@ -104,6 +104,8 @@
|
||||
- type: HumanoidAppearance
|
||||
hairMatchesSkin: true
|
||||
hairAlpha: 0.5
|
||||
- type: Speech
|
||||
speechSounds: Slime
|
||||
- type: Damageable
|
||||
damageContainer: Biological
|
||||
damageModifierSet: Slime
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user