Updated the base stats of Lapras.

This commit is contained in:
2017-07-20 22:55:02 +08:00
parent 1224c3763c
commit 26957f3106
3 changed files with 40 additions and 23 deletions

View File

@ -13,7 +13,7 @@
' limitations under the License.
' 3Data: The Pokémon GO data for IV calculation
' by imacat <imacat@mail.imacat.idv.tw>, 2017-06-08
' by imacat <imacat@mail.imacat.idv.tw>, 2017-07-20
' Generated with 9Load.subReadDataSheets ()
Option Explicit
@ -151,7 +151,7 @@ Function fnGetBaseStatsData As Variant
Array ("Tauros", "128", 150, 198, 197, Array ()), _
Array ("Magikarp", "129", 40, 29, 102, Array ("Gyarados")), _
Array ("Gyarados", "130", 190, 237, 197, Array ()), _
Array ("Lapras", "131", 260, 186, 190, Array ()), _
Array ("Lapras", "131", 260, 165, 180, Array ()), _
Array ("Ditto", "132", 96, 91, 91, Array ()), _
Array ("Eevee", "133", 110, 104, 121, Array ("Vaporeon", "Jolteon", "Flareon", "Espeon", "Umbreon")), _
Array ("Vaporeon", "134", 260, 205, 177, Array ()), _