@@ -14,6 +14,12 @@ speak_3.ogg
|
|||||||
speak_4_ask.ogg
|
speak_4_ask.ogg
|
||||||
speak_4_exclaim.ogg
|
speak_4_exclaim.ogg
|
||||||
speak_4.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
|
all taken from
|
||||||
https://github.com/goonstation/goonstation/tree/eb3e7df6292d23f6af2f18b4372d3a8ba4b0fda7/sound/misc/talk
|
https://github.com/goonstation/goonstation/tree/eb3e7df6292d23f6af2f18b4372d3a8ba4b0fda7/sound/misc/talk
|
||||||
licensed under CC BY-NC-SA 3.0
|
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
|
template: HumanoidTemplate
|
||||||
preset: ReptilianPreset
|
preset: ReptilianPreset
|
||||||
- type: LizardAccent
|
- type: LizardAccent
|
||||||
|
- type: Speech
|
||||||
|
speechSounds: Lizard
|
||||||
- type: DiseaseCarrier
|
- type: DiseaseCarrier
|
||||||
diseaseResist: 0.1
|
diseaseResist: 0.1
|
||||||
- type: Damageable
|
- type: Damageable
|
||||||
|
|||||||
@@ -104,6 +104,8 @@
|
|||||||
- type: HumanoidAppearance
|
- type: HumanoidAppearance
|
||||||
hairMatchesSkin: true
|
hairMatchesSkin: true
|
||||||
hairAlpha: 0.5
|
hairAlpha: 0.5
|
||||||
|
- type: Speech
|
||||||
|
speechSounds: Slime
|
||||||
- type: Damageable
|
- type: Damageable
|
||||||
damageContainer: Biological
|
damageContainer: Biological
|
||||||
damageModifierSet: Slime
|
damageModifierSet: Slime
|
||||||
|
|||||||
@@ -69,3 +69,21 @@
|
|||||||
path: /Audio/Animals/monkey_scream.ogg
|
path: /Audio/Animals/monkey_scream.ogg
|
||||||
exclaimSound:
|
exclaimSound:
|
||||||
path: /Audio/Animals/monkey_scream.ogg
|
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