Skip to content

Commit

Permalink
Snek hiss ops
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomce795 committed Jan 10, 2025
1 parent 2ff232e commit 8ac40d7
Show file tree
Hide file tree
Showing 6 changed files with 14 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.
2 changes: 1 addition & 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
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 8ac40d7

Please sign in to comment.