Skip to content

Commit 1896796

Browse files
committed
Added Natasha sound effects
1 parent b7e97af commit 1896796

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

Fritz.StreamTools/appsettings.json

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,27 @@
8585
"figuredout": {
8686
"response": "You figured this out ALL ON YOUR OWN?",
8787
"file": "FiguredThisOutAlready.mp3",
88-
"cooldown": 60
88+
"cooldown": 60
89+
},
90+
"found": {
91+
"response": "I found a squirrel!",
92+
"file": "Natasha1.mp3",
93+
"cooldown": 120
94+
},
95+
"crush": {
96+
"response": "It's been 30 years, and Natasha wants to crush this squirrel",
97+
"file": "Natasha2.mp3",
98+
"cooldown": 120
99+
},
100+
"bad": {
101+
"response": "He's so bad...",
102+
"file": "Natasha3.mp3",
103+
"cooldown": 60
104+
},
105+
"dumb": {
106+
"response": "This squirrel is so dumb...",
107+
"file": "Natasha4.mp3",
108+
"cooldown": 60
89109
},
90110
"javascript": {
91111
"response": "Horses LOVE JavaScript!",

0 commit comments

Comments
 (0)