Merge pull request 'Document the badger bot' (#27) from badger-doc into master
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Ben Harris 2020-03-17 12:29:27 -04:00
commit 3b2a29e3c2
2 changed files with 39 additions and 0 deletions

31
wiki/pages/badger.md Normal file
View File

@ -0,0 +1,31 @@
---
author: ~khuxkm
published: true
title: "badger bot"
description: Twitch Plays Pokemon badge system
category:
- main
---
# badger
The Twitch Plays Pokemon badge system, ported to tildeverse IRC!
## How it works
Every 20 to 50 messages in #meta, 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](https://twitchplayspokemon.tv/transmutation_calculations).

View File

@ -98,3 +98,11 @@ follow the example of sedbot when you add your bot in a PR to the wiki
- list of functions:
+ do ?help to list commands
- [source](https://tildegit.org/lickthecheese/circles)
* [badger](./badger)
- botmaster: [~khuxkm](https://khuxkm.tilde.team)
- short description: the Twitch Plays Pokemon badge system, ported to tildeverse IRC?
- list of functions:
- `+listbadges` - List the badges in your possession.
- `+transmute <badge> <badge> <badge> [badge...]` - Transmute 3 or more badges into one, hopefully rarer badge.
- just be active in #meta and you should get badges. you'll get a message when you get your first!
- [source](https://tildegit.org/khuxkm/badger)