Lizard rehappy alternative (#42915)
* new lizard laugh * typo * replaced sound with alternative lizard_happy.ogg adjusted attributions.yml * Update attributions.yml Since my friend uses Logic Pro X commercially and paid for the license, he can freely use the provided samples in his own audio projects. The resulting lizard_happy.ogg is a combination of multiple samples transformed to achieve the correct sound, using an original lizard laugh as reference. * Add source link for lizard_happy.ogg attribution Added source information for lizard_happy.ogg. * update sound * wtf is a laser raptor --------- Co-authored-by: Velken <8467292+Velken@users.noreply.github.com> Co-authored-by: ScarKy0 <scarky0@onet.eu>
This commit is contained in:
parent
f421221a00
commit
4febe39deb
|
|
@ -103,6 +103,11 @@
|
|||
copyright: "Audio is created by youtube user 'Winry Marini'"
|
||||
source: "https://youtu.be/QIhwzsk5bww"
|
||||
|
||||
- files: ["lizard_happy.ogg"]
|
||||
license: "CC-BY-NC-SA-4.0"
|
||||
copyright: "Provided by DaturoDewitt. Created using transformed and layered samples bundled with Logic Pro X"
|
||||
source: "https://github.com/space-wizards/space-station-14/pull/42915"
|
||||
|
||||
- files: ["bear.ogg"]
|
||||
license: "CC-BY-3.0"
|
||||
copyright: "Audio is recorded by 'Nagaty Studio'. The original audio was reverbed"
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1691,6 +1691,8 @@
|
|||
interactSuccessString: petting-success-monkey
|
||||
interactFailureString: petting-failure-monkey
|
||||
interactSuccessSpawn: EffectHearts
|
||||
interactSuccessSound:
|
||||
path: /Audio/Animals/lizard_happy.ogg
|
||||
interactFailureSound:
|
||||
path: /Audio/Items/wirecutter.ogg
|
||||
#- type: MobThresholds # DeltaV - buff kobolds
|
||||
|
|
@ -2207,6 +2209,8 @@
|
|||
interactSuccessString: petting-success-reptile
|
||||
interactFailureString: petting-failure-generic
|
||||
interactSuccessSpawn: EffectHearts
|
||||
interactSuccessSound:
|
||||
path: /Audio/Animals/lizard_happy.ogg
|
||||
- type: Bloodstream
|
||||
bloodReferenceSolution:
|
||||
reagents:
|
||||
|
|
|
|||
|
|
@ -70,6 +70,8 @@
|
|||
successChance: 0.3
|
||||
interactSuccessString: petting-success-slimes
|
||||
interactFailureString: petting-failure-generic
|
||||
interactSuccessSound:
|
||||
path: /Audio/Animals/lizard_happy.ogg
|
||||
|
||||
- type: entity
|
||||
id: MobWatcherLavaland
|
||||
|
|
|
|||
|
|
@ -67,6 +67,8 @@
|
|||
successChance: 0.3
|
||||
interactSuccessString: petting-success-reptile
|
||||
interactFailureString: petting-failure-generic
|
||||
interactSuccessSound:
|
||||
path: /Audio/Animals/lizard_happy.ogg
|
||||
|
||||
- type: entity
|
||||
id: MobTomatoKiller
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@
|
|||
- /Audio/Animals/goat_bah.ogg
|
||||
- /Audio/Animals/goose_honk.ogg
|
||||
- /Audio/Animals/monkey_scream.ogg
|
||||
- /Audio/Animals/lizard_happy.ogg
|
||||
- /Audio/Animals/mouse_squeak.ogg
|
||||
- /Audio/Animals/parrot_raught.ogg
|
||||
- /Audio/Animals/penguin_squawk.ogg
|
||||
|
|
|
|||
|
|
@ -94,6 +94,8 @@
|
|||
sounds:
|
||||
Scream:
|
||||
path: /Audio/Voice/Reptilian/reptilian_scream.ogg
|
||||
Laugh:
|
||||
path: /Audio/Animals/lizard_happy.ogg
|
||||
Hiss:
|
||||
collection: ReptillianHiss # Impstation
|
||||
Honk:
|
||||
|
|
@ -130,6 +132,8 @@
|
|||
sounds:
|
||||
Scream:
|
||||
path: /Audio/Voice/Reptilian/reptilian_scream.ogg
|
||||
Laugh:
|
||||
path: /Audio/Animals/lizard_happy.ogg
|
||||
Hiss:
|
||||
collection: ReptillianHiss # Impstation
|
||||
Honk:
|
||||
|
|
|
|||
Loading…
Reference in New Issue