Added the image of Elekid, and updated the images of all the Generation 2 Pokémons. Fixed the base defense of Metapod. Advanced to version 0.2.7.

This commit is contained in:
2017-01-03 17:19:30 +08:00
parent a30b7d73ba
commit dd10c4264d
11 changed files with 6 additions and 6 deletions

View File

@ -15,7 +15,7 @@
' limitations under the License.
' 1Data: The Pokémon GO data for IV calculation
' by imacat <imacat@mail.imacat.idv.tw>, 2016-12-23
' by imacat <imacat@mail.imacat.idv.tw>, 2017-01-03
' Generated with 9Load.subReadDataSheets ()
Option Explicit
@ -33,7 +33,7 @@ Function fnGetBaseStatsData As Variant
Array ("Wartortle", "008", 118, 126, 155, Array ("Blastoise")), _
Array ("Blastoise", "009", 158, 171, 210, Array ()), _
Array ("Caterpie", "010", 90, 55, 62, Array ("Metapod", "Butterfree")), _
Array ("Metapod", "011", 100, 45, 64, Array ("Butterfree")), _
Array ("Metapod", "011", 100, 45, 94, Array ("Butterfree")), _
Array ("Butterfree", "012", 120, 167, 151, Array ()), _
Array ("Weedle", "013", 80, 63, 55, Array ("Kakuna", "Beedrill")), _
Array ("Kakuna", "014", 90, 46, 86, Array ("Beedrill")), _