[![Build Status](https://travis-ci.org/worthmine/Data-Pokemon-Go.svg?branch=master)](https://travis-ci.org/worthmine/Data-Pokemon-Go)
# NAME

Data::Pokemon::Go - Datas for every Pokemon in Pokemon Go

# SYNOPSIS

    use Data::Pokemon::Go::Pokemon;
    my $pg = Data::Pokemon::Go::Pokemon->new( name => '繧ォ繧、繝ェ繝・繝シ' );
    print $pg->effective();    # 縺薙♀繧� 繝峨Λ繧エ繝ウ 縺�o 繝輔ぉ繧「繝ェ繝シ
    print $pg->invalid();      # 縺上& 縺ソ縺� 繧€縺� 縺倥a繧� 縺サ縺ョ縺� 縺九¥縺ィ縺�
    print $pg->advantage();    # 縺ッ縺後� 縺ァ繧薙″ 縺�o
    print $pg->disadvantage(); # 繧€縺� 縺九¥縺ィ縺� 繝峨Λ繧エ繝ウ 縺上&
    print $pg->recommended();  # 縺薙♀繧� 縺�o 繝輔ぉ繧「繝ェ繝シ

    use Data::Pokemon::Go::IV;
    my $iv = Data::Pokemon::Go::IV->new();
    print $iv->_calculate_CP( name => $pg->name(), LV => 20, ST => 15, AT => 15, DF => 15 );
    # 2046

# DESCRIPTION

Data::Pokemon::Go is the helper module for who has less knowledge about Pokemons

# TODO

- guessing the IVs from each infomations is not available
- supporting Multi-language is not available
- YAMLs for after Hoenn Region are not available
- Japanese documents are not available [qiita縺ァ譌・譛ャ隱櫁ァ」隱ャ繧貞ー代@縺�縺曽(https://qiita.com/worthmine/items/4a51fd74f31b4a97cf3c)

I can't support all of the above with just only me alone.
So, please [PR](https://github.com/worthmine/Data-Pokemon-Go/pulls)!

# LICENSE

Copyright (C) Yuki Yoshida.

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.

# AUTHOR

Yuki Yoshida <worthmine@gmail.com>