From d2b3d26dca2dc9da1498abc908e19f3acb91552d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Wed, 29 Nov 2017 00:22:16 +0800 Subject: [PATCH] * Updated the base stats of Ho-Oh. --- PokemonGoIV/3Data.vb | 4 ++-- oxt/PokemonGoIV/3Data.xba | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PokemonGoIV/3Data.vb b/PokemonGoIV/3Data.vb index 1f5e2fa..c609da1 100644 --- a/PokemonGoIV/3Data.vb +++ b/PokemonGoIV/3Data.vb @@ -13,7 +13,7 @@ ' limitations under the License. ' 3Data: The Pokémon GO data for IV calculation -' by imacat , 2017-10-25 +' by imacat , 2017-11-29 ' Generated with 9Load.subReadDataSheets () Option Explicit @@ -270,7 +270,7 @@ Function fnGetBaseStatsData As Variant Array ("Pupitar", "247", 140, 155, 133, Array ("Tyranitar")), _ Array ("Tyranitar", "248", 200, 251, 212, Array ()), _ Array ("Lugia", "249", 212, 193, 323, Array ()), _ - Array ("HoOh", "250", 212, 263, 301, Array ()), _ + Array ("HoOh", "250", 193, 239, 274, Array ()), _ Array ("Celebi", "251", 200, 210, 210, Array ()), _ Array ("Sableye", "302", 100, 141, 141, Array ()), _ Array ("Shuppet", "353", 88, 138, 66, Array ("Banette")), _ diff --git a/oxt/PokemonGoIV/3Data.xba b/oxt/PokemonGoIV/3Data.xba index 07b05be..f2fca7c 100644 --- a/oxt/PokemonGoIV/3Data.xba +++ b/oxt/PokemonGoIV/3Data.xba @@ -15,7 +15,7 @@ ' limitations under the License. ' 3Data: The Pokémon GO data for IV calculation -' by imacat <imacat@mail.imacat.idv.tw>, 2017-10-25 +' by imacat <imacat@mail.imacat.idv.tw>, 2017-11-29 ' Generated with 9Load.subReadDataSheets () Option Explicit @@ -272,7 +272,7 @@ Function fnGetBaseStatsData As Variant Array ("Pupitar", "247", 140, 155, 133, Array ("Tyranitar")), _ Array ("Tyranitar", "248", 200, 251, 212, Array ()), _ Array ("Lugia", "249", 212, 193, 323, Array ()), _ - Array ("HoOh", "250", 212, 263, 301, Array ()), _ + Array ("HoOh", "250", 193, 239, 274, Array ()), _ Array ("Celebi", "251", 200, 210, 210, Array ()), _ Array ("Sableye", "302", 100, 141, 141, Array ()), _ Array ("Shuppet", "353", 88, 138, 66, Array ("Banette")), _