From 502e6f2efe05a2f79b2195a149055c86949d81a9 Mon Sep 17 00:00:00 2001 From: khuxkm fbexl Date: Sun, 23 Feb 2020 11:42:34 -0500 Subject: [PATCH 1/3] Add badger docs --- wiki/pages/badger.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 wiki/pages/badger.md diff --git a/wiki/pages/badger.md b/wiki/pages/badger.md new file mode 100644 index 0000000..183991c --- /dev/null +++ b/wiki/pages/badger.md @@ -0,0 +1,29 @@ +--- +author: ~khuxkm +published: true +title: "badger bot" +description: Twitch Plays Pokemon badge system +--- + +# 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). From 9a9740d731f080a6bdb9852d78bc07bfa455f2b4 Mon Sep 17 00:00:00 2001 From: khuxkm fbexl Date: Sun, 23 Feb 2020 11:43:26 -0500 Subject: [PATCH 2/3] Add category --- wiki/pages/badger.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wiki/pages/badger.md b/wiki/pages/badger.md index 183991c..42c7451 100644 --- a/wiki/pages/badger.md +++ b/wiki/pages/badger.md @@ -3,6 +3,8 @@ author: ~khuxkm published: true title: "badger bot" description: Twitch Plays Pokemon badge system +category: + - main --- # badger From 7e019a0c4901829347cc513ae3fadd760427ff05 Mon Sep 17 00:00:00 2001 From: Robert Miles Date: Sat, 14 Mar 2020 18:59:07 -0400 Subject: [PATCH 3/3] Add badger to bot list --- wiki/pages/bots.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/wiki/pages/bots.md b/wiki/pages/bots.md index 2abf94d..a152878 100644 --- a/wiki/pages/bots.md +++ b/wiki/pages/bots.md @@ -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...]` - 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)