Skip to content

Commit 2c670f8

Browse files
committed
Added more sound effects
1 parent 0fe6d64 commit 2c670f8

File tree

2 files changed

+20
-3
lines changed

2 files changed

+20
-3
lines changed

Fritz.StreamTools/Fritz.StreamTools.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,4 @@
4141
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
4242
</None>
4343
</ItemGroup>
44-
<ItemGroup>
45-
<Folder Include="wwwroot\" />
46-
</ItemGroup>
4744
</Project>

Fritz.StreamTools/appsettings.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,26 @@
9797
"file": "FiguredThisOutAlready.mp3",
9898
"cooldown": 60
9999
},
100+
"finishhim": {
101+
"response": "Finish him!",
102+
"file": "finish-him.mp3",
103+
"cooldown": 60
104+
},
105+
"fixit": {
106+
"response": "Fix it FRITZ!",
107+
"file": "fix-it.mp3",
108+
"cooldown": 60
109+
},
100110
"found": {
101111
"response": "I found a squirrel!",
102112
"file": "Natasha1.mp3",
103113
"cooldown": 120
104114
},
115+
"freakout": {
116+
"response": "Fritz is gonna Freak out!",
117+
"file": "freakout.mp3",
118+
"cooldown": 60
119+
},
105120
"crush": {
106121
"response": "It's been 30 years, and Natasha wants to crush this squirrel",
107122
"file": "Natasha2.mp3",
@@ -117,6 +132,11 @@
117132
"file": "Natasha4.mp3",
118133
"cooldown": 60
119134
},
135+
"illegal": {
136+
"response": "It's illegal in 9 countries!",
137+
"file": "illegal.mp3",
138+
"cooldown": 60
139+
},
120140
"javascript": {
121141
"response": "Horses LOVE JavaScript!",
122142
"file": "javascript.mp3",

0 commit comments

Comments
 (0)