sounds:3
This commit is contained in:
commit
bb83d21c28
18 changed files with 57 additions and 0 deletions
BIN
files/default/ba-dum-tish.wav
Normal file
BIN
files/default/ba-dum-tish.wav
Normal file
Binary file not shown.
BIN
files/default/crickets.wav
Executable file
BIN
files/default/crickets.wav
Executable file
Binary file not shown.
BIN
files/default/dayum1.wav
Normal file
BIN
files/default/dayum1.wav
Normal file
Binary file not shown.
BIN
files/default/dayum2.wav
Normal file
BIN
files/default/dayum2.wav
Normal file
Binary file not shown.
BIN
files/default/dayum3.wav
Normal file
BIN
files/default/dayum3.wav
Normal file
Binary file not shown.
BIN
files/default/dundundun.wav
Executable file
BIN
files/default/dundundun.wav
Executable file
Binary file not shown.
BIN
files/default/finishim.wav
Executable file
BIN
files/default/finishim.wav
Executable file
Binary file not shown.
BIN
files/default/maximum_failure.wav
Normal file
BIN
files/default/maximum_failure.wav
Normal file
Binary file not shown.
BIN
files/default/noooooooo.wav
Executable file
BIN
files/default/noooooooo.wav
Executable file
Binary file not shown.
BIN
files/default/nope.wav
Executable file
BIN
files/default/nope.wav
Executable file
Binary file not shown.
BIN
files/default/trombone.wav
Executable file
BIN
files/default/trombone.wav
Executable file
Binary file not shown.
BIN
files/default/whip.wav
Normal file
BIN
files/default/whip.wav
Normal file
Binary file not shown.
BIN
files/default/whip2.wav
Executable file
BIN
files/default/whip2.wav
Executable file
Binary file not shown.
BIN
files/default/whip3.wav
Executable file
BIN
files/default/whip3.wav
Executable file
Binary file not shown.
BIN
files/default/whip4.wav
Executable file
BIN
files/default/whip4.wav
Executable file
Binary file not shown.
BIN
files/default/wind.wav
Executable file
BIN
files/default/wind.wav
Executable file
Binary file not shown.
BIN
files/default/yesyes.wav
Executable file
BIN
files/default/yesyes.wav
Executable file
Binary file not shown.
57
yaml/default.yaml
Normal file
57
yaml/default.yaml
Normal file
|
@ -0,0 +1,57 @@
|
|||
name: default
|
||||
delay multiplier: 0
|
||||
delay constant: 0
|
||||
sounds:
|
||||
- name: nope
|
||||
position: 0
|
||||
type: simple
|
||||
file: default/nope.wav
|
||||
|
||||
- name: mr.bison yes
|
||||
position: 1
|
||||
type: simple
|
||||
file: default/yesyes.wav
|
||||
- name: Ba Dum Tss!
|
||||
position: 2
|
||||
type: simple
|
||||
file: default/ba-dum-tish.wav
|
||||
|
||||
- name: crickets
|
||||
position: 3
|
||||
type: simple
|
||||
file: default/crickets.wav
|
||||
|
||||
- name: wind
|
||||
position: 4
|
||||
type: simple
|
||||
file: default/wind.wav
|
||||
- name: sad trombone
|
||||
position: 5
|
||||
type: simple
|
||||
file: default/trombone.wav
|
||||
- name: whiplash
|
||||
position: 6
|
||||
type: random
|
||||
files: [default/whip2.wav, default/whip3.wav, default/whip4.wav]
|
||||
- name: finish him
|
||||
position: 7
|
||||
type: simple
|
||||
file: default/finishim.wav
|
||||
|
||||
- name: DAAAAAAYUM
|
||||
position: 8
|
||||
type: list
|
||||
files: [default/dayum1.wav, default/dayum2.wav, default/dayum3.wav]
|
||||
- name: (Vader) NOOOO!
|
||||
position: 9
|
||||
type: simple
|
||||
file: default/noooooooo.wav
|
||||
- name: MAXIMUM FAILURE
|
||||
position: 10
|
||||
type: simple
|
||||
file: default/maximum_failure.wav
|
||||
|
||||
- name: dundunduun
|
||||
position: 11
|
||||
type: simple
|
||||
file: default/dundundun.wav
|
Loading…
Reference in a new issue