Pktool

Pktoolはポケモンのレート対戦の技選択時間1分の間になるべく様々な情報を得ることを目標としたツールです。 とりあえずオフラインで動作するので速いです。

  1. ダメージ計算
  2. ポケモンのステータス算出
  3. パーティメモ(WIP)

インストール

gem install pktool

使用例

$ pktool info

$ pktool damage

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request