TheDiscordian / onebot

One bot to rule them all...
BSD 3-Clause "New" or "Revised" License
14 stars 1 forks source link

PokeCord-Like Plugin #13

Open TheDiscordian opened 4 years ago

TheDiscordian commented 4 years ago

PokeCord is no more, let's make a generic plugin. Commands are said to have been:

$catch <name> - catches pokemon
$pokedex $Dex - shows pokedex
$Dex --uncaught - shows uncaught Pokemon
$Dex --name <Pokemon name> - shows Pokemon you caught with that name
$shop - list of thing you can buy like evo stones n shit
$buy <item name> - buys the item + applies it to your selected pokemon
$select <Pokemon number> (can view the number using $Dex --name <Pokemon>) 
$nickname <name of choice> - nicknames your selected Pokemon
$start -for when you first start the game. Let's you select a starter Pokemon. Must do $start before being able to catch pokemon
$bal - balance of your credits. Gain credits from catching a new Pokemon or catching the same Pokemon 10 times. Ex. 10th pikachu gives you credits. 
$Dex claim <Pokemon name> - claims the credits of that reward. 
$Dex claim all - claims all the rewards

Additionally the commands

$n
$b

Were used to cycle forward/back in the Pokedex. This will be replaced by reactions. In fact most of these commands are going to be replaced with something better, or integrated into another plugin.