make meat sizzle when cooked (#20877)
* make meat sizzle when cooked * fixy * better sound * vorbis ops * fade out --------- Co-authored-by: deltanedas <@deltanedas:kde.org>
This commit is contained in:
@@ -67,3 +67,8 @@
|
||||
license: "CC-BY-4.0"
|
||||
copyright: "Taken from InspectorJ via freesound.org and mixed from stereo to mono."
|
||||
source: "https://freesound.org/people/InspectorJ/sounds/411642/"
|
||||
|
||||
- files: ["sizzle.ogg"]
|
||||
license: "CC-BY-SA-3.0"
|
||||
copyright: "Recorded by deltanedas for SS14"
|
||||
source: "https://github.com/deltanedas"
|
||||
|
||||
BIN
Resources/Audio/Effects/sizzle.ogg
Normal file
BIN
Resources/Audio/Effects/sizzle.ogg
Normal file
Binary file not shown.
@@ -7,6 +7,9 @@
|
||||
- node: start
|
||||
edges:
|
||||
- to: meat steak
|
||||
completed:
|
||||
- !type:PlaySound
|
||||
sound: /Audio/Effects/sizzle.ogg
|
||||
steps:
|
||||
- minTemperature: 335
|
||||
|
||||
@@ -22,6 +25,9 @@
|
||||
- node: start
|
||||
edges:
|
||||
- to: cooked penguin
|
||||
completed:
|
||||
- !type:PlaySound
|
||||
sound: /Audio/Effects/sizzle.ogg
|
||||
steps:
|
||||
- minTemperature: 345
|
||||
|
||||
@@ -37,6 +43,9 @@
|
||||
- node: start
|
||||
edges:
|
||||
- to: cooked chicken
|
||||
completed:
|
||||
- !type:PlaySound
|
||||
sound: /Audio/Effects/sizzle.ogg
|
||||
steps:
|
||||
- minTemperature: 345
|
||||
|
||||
@@ -52,6 +61,9 @@
|
||||
- node: start
|
||||
edges:
|
||||
- to: cooked duck
|
||||
completed:
|
||||
- !type:PlaySound
|
||||
sound: /Audio/Effects/sizzle.ogg
|
||||
steps:
|
||||
- minTemperature: 335 #duck is actually culinarily red meat IRL and has a lower min temp than other poultry
|
||||
|
||||
@@ -67,6 +79,9 @@
|
||||
- node: start
|
||||
edges:
|
||||
- to: lizard steak
|
||||
completed:
|
||||
- !type:PlaySound
|
||||
sound: /Audio/Effects/sizzle.ogg
|
||||
steps:
|
||||
- minTemperature: 345
|
||||
|
||||
@@ -82,6 +97,9 @@
|
||||
- node: start
|
||||
edges:
|
||||
- to: filet migrawr
|
||||
completed:
|
||||
- !type:PlaySound
|
||||
sound: /Audio/Effects/sizzle.ogg
|
||||
steps:
|
||||
- minTemperature: 345 #apparently trichinellosis is a concern
|
||||
|
||||
@@ -97,6 +115,9 @@
|
||||
- node: start
|
||||
edges:
|
||||
- to: cooked crab
|
||||
completed:
|
||||
- !type:PlaySound
|
||||
sound: /Audio/Effects/sizzle.ogg
|
||||
steps:
|
||||
- minTemperature: 335
|
||||
|
||||
@@ -112,6 +133,9 @@
|
||||
- node: start
|
||||
edges:
|
||||
- to: goliath steak
|
||||
completed:
|
||||
- !type:PlaySound
|
||||
sound: /Audio/Effects/sizzle.ogg
|
||||
steps:
|
||||
- minTemperature: 345 #I dunno what this is but I don't want whatever parasites are inside
|
||||
|
||||
@@ -126,6 +150,9 @@
|
||||
- node: start
|
||||
edges:
|
||||
- to: rouny steak
|
||||
completed:
|
||||
- !type:PlaySound
|
||||
sound: /Audio/Effects/sizzle.ogg
|
||||
steps:
|
||||
- minTemperature: 445 #rouny
|
||||
- node: rouny steak
|
||||
@@ -139,6 +166,9 @@
|
||||
- node: start
|
||||
edges:
|
||||
- to: bacon
|
||||
completed:
|
||||
- !type:PlaySound
|
||||
sound: /Audio/Effects/sizzle.ogg
|
||||
steps:
|
||||
- minTemperature: 345
|
||||
- node: bacon
|
||||
|
||||
Reference in New Issue
Block a user