Skip to content

Commit

Permalink
Ported Reptilian Hiss for Reptilians, Kobolds and Lizards (#2689)
Browse files Browse the repository at this point in the history
* Snek hiss ops

* Lizard mob changes

In case we don't wanna merge this bit
  • Loading branch information
Tomce795 authored Jan 10, 2025
1 parent 5a61853 commit d699757
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Resources/Audio/_Impstation/Voice/Reptilian/attributions.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- files: ["reptillian_hiss1.ogg"]
license: "CC-BY-SA-3.0"
copyright: "Taken from https://github.com/ss220-space/Paradise/commit/6572a5f522e32cb5e0af7fb3ca3e45a725e2e992. Downmixed to 1 channel, volume edited"
source: "https://github.com/ss220-space/Paradise/blob/4bbfb9eb00771b3fae7108fca1a1ba5879926e3e/sound/effects/unathihiss.ogg"
Binary file not shown.
13 changes: 12 additions & 1 deletion Resources/Prototypes/Entities/Mobs/NPCs/animals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1515,7 +1515,7 @@
- type: Speech
speechSounds: Lizard
speechVerb: Reptilian
allowedEmotes: ['Thump']
allowedEmotes: ['Thump', 'Hiss'] # Impstation
- type: Vocal
sounds:
Male: MaleReptilian
Expand Down Expand Up @@ -1902,6 +1902,17 @@
id: MobLizard
description: A harmless dragon.
components:
- type: ReplacementAccent # Impstation starts here
accent: kobold
- type: Speech
speechSounds: Lizard
speechVerb: Reptilian
allowedEmotes: ['Hiss'] # Can't thump tail because no body component
- type: Vocal
sounds:
Male: MaleReptilian
Female: FemaleReptilian
Unsexed: MaleReptilian # Impstation ends here
- type: MovementSpeedModifier
baseWalkSpeed: 2
baseSprintSpeed: 3
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Entities/Mobs/Species/reptilian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
- type: Speech
speechSounds: Lizard
speechVerb: Reptilian
allowedEmotes: ['Thump']
allowedEmotes: ['Thump', 'Hiss'] # Impstation
- type: TypingIndicator
proto: lizard
- type: Vocal
Expand Down
4 changes: 4 additions & 0 deletions Resources/Prototypes/Voice/speech_emote_sounds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@
path: /Audio/Voice/Reptilian/reptilian_scream.ogg
Laugh:
path: /Audio/Animals/lizard_happy.ogg
Hiss:
collection: ReptillianHiss # Impstation
Honk:
collection: BikeHorn
Whistle:
Expand All @@ -116,6 +118,8 @@
path: /Audio/Voice/Reptilian/reptilian_scream.ogg
Laugh:
path: /Audio/Animals/lizard_happy.ogg
Hiss:
collection: ReptillianHiss # Impstation
Honk:
collection: BikeHorn
Whistle:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- type: soundCollection
id: ReptillianHiss
files:
- /Audio/_Impstation/Voice/Reptilian/reptillian_hiss1.ogg

0 comments on commit d699757

Please sign in to comment.