Added Mogeko Castle sound triggers.

This commit is contained in:
flash 2024-04-01 15:14:25 +00:00
parent 893e2b6ef8
commit 01e278a77a
2 changed files with 55 additions and 6 deletions

View file

@ -530,11 +530,33 @@ sources[ogg] = "//static.flash.moe/sounds/touhou-death.ogg"
sources[mp3] = "//static.flash.moe/sounds/touhou-death.mp3"
[touhou:th10score]
title = "Touhou - Pichuun"
title = "Touhou - Player's score (Touhou 10)"
sources[opus] = "//static.flash.moe/sounds/players-score.opus"
sources[caf] = "//static.flash.moe/sounds/players-score.caf"
; Mogeko Castle
[moge:mogege]
title = "Mogeko Castle - Mogege"
sources[opus] = "//static.flash.moe/sounds/moge-mogege.opus"
sources[caf] = "//static.flash.moe/sounds/moge-mogege.caf"
[moge:mogegegege]
title = "Mogeko Castle - Mogegegege"
sources[opus] = "//static.flash.moe/sounds/moge-mogegegege.opus"
sources[caf] = "//static.flash.moe/sounds/moge-mogegegege.caf"
[moge:minnaaa]
title = "Mogeko Castle - Minnaaa"
sources[opus] = "//static.flash.moe/sounds/moge-minnaaa.opus"
sources[caf] = "//static.flash.moe/sounds/moge-minnaaa.caf"
[moge:aaaaaaaaaa]
title = "Mogeko Castle - Aaaaaaaaaa"
sources[opus] = "//static.flash.moe/sounds/moge-aaaaaaaaaa.opus"
sources[caf] = "//static.flash.moe/sounds/moge-aaaaaaaaaa.caf"
; Seinfeld door events
[seinfeld:riff1]
title = "Seinfeld Bass riff #1"

View file

@ -8,7 +8,7 @@ match[] = "lc; has:escape"
type = sound
sounds[] = noucome:erabe
match[] = "lc; has:erabe"
match[] = "lc; has:選べ"
match[] = "has:選べ"
[snd-ybabstat]
type = sound
@ -36,7 +36,7 @@ match[] = "lc; has:ngyes"
type = sound
sounds[] = shiokara:greet
match[] = "lc; has:stay fresh"
match[] = "lc; has:シオカラーズ"
match[] = "has:シオカラーズ"
[snd-woomy]
type = sound
@ -60,7 +60,7 @@ type = sound
sounds[] = sg:tutturu
match[] = "lc; has:tutturu"
match[] = "lc; has:tuturu"
match[] = "lc; has:トゥットゥル"
match[] = "has:トゥットゥル"
[snd-tollbooth]
type = sound
@ -126,7 +126,7 @@ match[] = "lc; is:stahp"
type = sound
sounds[] = misc:stoppu
match[] = "lc; is:stoppu"
match[] = "lc; has:ストップ"
match[] = "has:ストップ"
[snd-op]
type = sound
@ -253,7 +253,7 @@ match[] = "lc; is:vegemite sandwich"
[snd-vineboom]
type = sound
sounds[] = vine:boom
match[] = "lc; has:籥"
match[] = "has:籥"
[snd-reversearrow]
type = sound
@ -275,3 +275,30 @@ match[] = "lc; has:mm soup"
type = sound
sounds[] = discord:notif
match[] = "starts:GG [b]@"
; Order for snd-mogegegege and snd-mogege matters cuz mogege will trigger always otherwise
[snd-mogegegege]
type = sound
sounds[] = moge:mogegegege
match[] = "lc; has:mogegegege"
match[] = "has:もげげげげ"
match[] = "has:モゲゲゲゲ"
[snd-mogege]
type = sound
sounds[] = moge:mogege
match[] = "lc; has:mogege"
match[] = "has:もげげ"
match[] = "has:モゲゲ"
[snd-minnaaa]
type = sound
sounds[] = moge:minnaaa
match[] = "has:みんなああ"
match[] = "has:ミンナアア"
[snd-aaaaa]
type = sound
sounds[] = moge:aaaaaaaaaa
match[] = "has:あああああ"
match[] = "has:アアアアア"