TPP badge system ported to tildeverse IRC!
Go to file
Robert Miles 8573ac295d Add message when unauthorized user attempts to use admin commands
This allows me to differentiate between when a user isn't authorized and when the plugin errors.
2020-02-25 14:08:31 -05:00
plugins Add message when unauthorized user attempts to use admin commands 2020-02-25 14:08:31 -05:00
.gitignore Initial commit 2020-02-22 17:46:07 -05:00
README.md Add README 2020-02-23 10:57:30 -05:00
badge.py Initial commit 2020-02-22 17:46:07 -05:00
bot.py Initial commit 2020-02-22 17:46:07 -05:00
events.py Initial commit 2020-02-22 17:46:07 -05:00
get_chances.py Add black magic to get randgen badge rates 2020-02-23 10:57:47 -05:00
impmod.py Initial commit 2020-02-22 17:46:07 -05:00
list_badges.py Make the output of list_badges useful 2020-02-25 14:08:13 -05:00
plugin.py Initial commit 2020-02-22 17:46:07 -05:00

README.md

badger

The Twitch Plays Pokemon badge system, ported to tildeverse IRC!

How it works

Every 20 to 50 messages, the person talking will recieve a random badge. These badges have a distribution like so:

Badge Name Chance of pull
Berrybadge 65.00%
Firebadge 15.00%
Rockbadge 10.00%
Waterbadge 5.00%
Shadybadge 2.00%
Musicbadge 1.90%
Sportsbadge 1.00%
Tildebadge 0.10%

You can transmute 3 or more badges. When you do this, it will create one, hopefully rarer badge and take the badges you put in away.

For technical documentation on how transmutation works, refer to TPP docs here.