TPP badge system ported to tildeverse IRC!
Go to file
Robert Miles 3b42bcaa0f Don't crash when the user trying to transmute has no badges 2020-06-23 19:38:22 -04:00
plugins Fix crashes 2020-06-13 23:08:05 -04:00
.gitignore Add error log to gitignore 2020-06-08 16:05:55 -04:00
README.md Add README 2020-02-23 10:57:30 -05:00
badge.py Don't crash when the user trying to transmute has no badges 2020-06-23 19:38:22 -04:00
badge_list_gen.py Add program to create pipe-seperated list of badges by nick 2020-02-28 13:18:51 -05:00
bot.py Revert "Add auto-colon functionality (will fix plugins when I next restart the bot)" 2020-03-14 20:38:48 -04: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
list_badges_by_user.py Add script to list a user's badges 2020-06-08 16:06:11 -04:00
list_rarities.py Add program to list badge rarities 2020-02-28 13:19:03 -05:00
plugin.py Initial commit 2020-02-22 17:46:07 -05:00
pluralslib.py Add pluralslib dependency 2020-04-27 10:36:31 -04:00
tildebadge_leaderboard.py Add script for a tildebadge leaderboard 2020-06-08 16:06:27 -04: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.