Pktool
Pktoolはポケモンのレート対戦の技選択時間1分の間になるべく様々な情報を得ることを目標としたツールです。 とりあえずオフラインで動作するので速いです。
- ダメージ計算
- ポケモンのステータス算出
- パーティメモ(WIP)
インストール
gem install pktool
使用例
$ pktool info
$ pktool damage
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request