implement initial version of lol announcer
authorauxermen <auxermen@gmail.com>
Sun, 2 May 2021 13:31:22 +0000 (15:31 +0200)
committerauxermen <auxermen@gmail.com>
Sun, 2 May 2021 13:31:22 +0000 (15:31 +0200)
commitf4e956291d5f384654f7adec5a0992e4c217d64c
tree59c864c623760fa6f2aa858bf11cef8d734e5b76
implement initial version of lol announcer
45 files changed:
.gitignore [new file with mode: 0644]
README.md [new file with mode: 0644]
announcer.py [new file with mode: 0644]
sounds/30secondsuntilminionsspawn.mp3 [new file with mode: 0644]
sounds/allyace.mp3 [new file with mode: 0644]
sounds/anallyhasbeenslain1.mp3 [new file with mode: 0644]
sounds/anallyhasbeenslain2.mp3 [new file with mode: 0644]
sounds/anenemyhasbeenslain1.mp3 [new file with mode: 0644]
sounds/anenemyhasbeenslain2.mp3 [new file with mode: 0644]
sounds/anenemyhasbeenslain3.mp3 [new file with mode: 0644]
sounds/defeat.mp3 [new file with mode: 0644]
sounds/doublekill1.mp3 [new file with mode: 0644]
sounds/doublekill2.mp3 [new file with mode: 0644]
sounds/enemyace.mp3 [new file with mode: 0644]
sounds/enemydoublekill.mp3 [new file with mode: 0644]
sounds/enemyinhibitorhasrespawned.mp3 [new file with mode: 0644]
sounds/enemyinhibitorisrespawningsoon.mp3 [new file with mode: 0644]
sounds/enemypentakill.mp3 [new file with mode: 0644]
sounds/enemyquadrakill.mp3 [new file with mode: 0644]
sounds/enemytriplekill.mp3 [new file with mode: 0644]
sounds/executed1.mp3 [new file with mode: 0644]
sounds/executed2.mp3 [new file with mode: 0644]
sounds/executed3.mp3 [new file with mode: 0644]
sounds/firstblood.mp3 [new file with mode: 0644]
sounds/minionshavespawned.mp3 [new file with mode: 0644]
sounds/pentakill1.mp3 [new file with mode: 0644]
sounds/pentakill2.mp3 [new file with mode: 0644]
sounds/quadrakill.mp3 [new file with mode: 0644]
sounds/triplekill.mp3 [new file with mode: 0644]
sounds/victory.mp3 [new file with mode: 0644]
sounds/welcometosummonersrift.mp3 [new file with mode: 0644]
sounds/youhavebeenslain1.mp3 [new file with mode: 0644]
sounds/youhavebeenslain2.mp3 [new file with mode: 0644]
sounds/youhaveslainanenemy1.mp3 [new file with mode: 0644]
sounds/youhaveslainanenemy2.mp3 [new file with mode: 0644]
sounds/youhaveslainanenemy3.mp3 [new file with mode: 0644]
sounds/yourinhibitorhasbeendestroyed1.mp3 [new file with mode: 0644]
sounds/yourinhibitorhasbeendestroyed2.mp3 [new file with mode: 0644]
sounds/yourinhibitorhasrespawned.mp3 [new file with mode: 0644]
sounds/yourinhibitorisrespawningsoon.mp3 [new file with mode: 0644]
sounds/yourteamhasdestroyedaninhibitor1.mp3 [new file with mode: 0644]
sounds/yourteamhasdestroyedaninhibitor2.mp3 [new file with mode: 0644]
sounds/yourteamhasdestroyedaturret.mp3 [new file with mode: 0644]
sounds/yourturrethasbeendestroyed1.mp3 [new file with mode: 0644]
sounds/yourturrethasbeendestroyed2.mp3 [new file with mode: 0644]