pokemongo-dev-contrib / pokemongo-json-pokedex

Transform the data from the Pokemon GO master files to a better readable & processable JSON file.
Apache License 2.0
54 stars 14 forks source link

Only special legacy moves are included #53

Open petiebarie opened 5 years ago

petiebarie commented 5 years ago

The new addition of legacy moves is a great idea, but i only see the community day moves (and those of Articuno/Zapdos/Moltres).

Expected Behavior

For example if you look up Dragonite, i would expect: Charge moves: Hurricane, Hyper Beam, Outrage Legacy: Draco Meteor, Dragon Claw, Dragon Pulse

Fast moves: Dragon Tail, Steel Wing Legacy: Dragon Breath

Current Behavior

But i see: Charge moves: Hurricane, Hyper Beam, Outrage Legacy: Draco Meteor

Fast moves: Dragon Tail, Steel Wing Legacy: -

pokemongo-json-pokedex version: v3.4.6