TPP badge system ported to tildeverse IRC!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Robert Miles 3b42bcaa0f Don't crash when the user trying to transmute has no badges 4 months ago
plugins Fix crashes 5 months ago
.gitignore Add error log to gitignore 5 months ago
README.md Add README 8 months ago
badge.py Don't crash when the user trying to transmute has no badges 4 months ago
badge_list_gen.py Add program to create pipe-seperated list of badges by nick 8 months ago
bot.py Revert "Add auto-colon functionality (will fix plugins when I next restart the bot)" 8 months ago
events.py Initial commit 8 months ago
get_chances.py Add black magic to get randgen badge rates 8 months ago
impmod.py Initial commit 8 months ago
list_badges.py Make the output of list_badges useful 8 months ago
list_badges_by_user.py Add script to list a user's badges 5 months ago
list_rarities.py Add program to list badge rarities 8 months ago
plugin.py Initial commit 8 months ago
pluralslib.py Add pluralslib dependency 6 months ago
tildebadge_leaderboard.py Add script for a tildebadge leaderboard 5 months ago

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.