* Updated the base stats of Ho-Oh.

This commit is contained in:
依瑪貓 2017-11-29 00:22:16 +08:00
parent 769a149c77
commit d2b3d26dca
2 changed files with 4 additions and 4 deletions

View File

@ -13,7 +13,7 @@
' limitations under the License. ' limitations under the License.
' 3Data: The Pokémon GO data for IV calculation ' 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 () ' Generated with 9Load.subReadDataSheets ()
Option Explicit Option Explicit
@ -270,7 +270,7 @@ Function fnGetBaseStatsData As Variant
Array ("Pupitar", "247", 140, 155, 133, Array ("Tyranitar")), _ Array ("Pupitar", "247", 140, 155, 133, Array ("Tyranitar")), _
Array ("Tyranitar", "248", 200, 251, 212, Array ()), _ Array ("Tyranitar", "248", 200, 251, 212, Array ()), _
Array ("Lugia", "249", 212, 193, 323, 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 ("Celebi", "251", 200, 210, 210, Array ()), _
Array ("Sableye", "302", 100, 141, 141, Array ()), _ Array ("Sableye", "302", 100, 141, 141, Array ()), _
Array ("Shuppet", "353", 88, 138, 66, Array ("Banette")), _ Array ("Shuppet", "353", 88, 138, 66, Array ("Banette")), _

View File

@ -15,7 +15,7 @@
&apos; limitations under the License. &apos; limitations under the License.
&apos; 3Data: The Pokémon GO data for IV calculation &apos; 3Data: The Pokémon GO data for IV calculation
&apos; by imacat &lt;imacat@mail.imacat.idv.tw&gt;, 2017-10-25 &apos; by imacat &lt;imacat@mail.imacat.idv.tw&gt;, 2017-11-29
&apos; Generated with 9Load.subReadDataSheets () &apos; Generated with 9Load.subReadDataSheets ()
Option Explicit Option Explicit
@ -272,7 +272,7 @@ Function fnGetBaseStatsData As Variant
Array (&quot;Pupitar&quot;, &quot;247&quot;, 140, 155, 133, Array (&quot;Tyranitar&quot;)), _ Array (&quot;Pupitar&quot;, &quot;247&quot;, 140, 155, 133, Array (&quot;Tyranitar&quot;)), _
Array (&quot;Tyranitar&quot;, &quot;248&quot;, 200, 251, 212, Array ()), _ Array (&quot;Tyranitar&quot;, &quot;248&quot;, 200, 251, 212, Array ()), _
Array (&quot;Lugia&quot;, &quot;249&quot;, 212, 193, 323, Array ()), _ Array (&quot;Lugia&quot;, &quot;249&quot;, 212, 193, 323, Array ()), _
Array (&quot;HoOh&quot;, &quot;250&quot;, 212, 263, 301, Array ()), _ Array (&quot;HoOh&quot;, &quot;250&quot;, 193, 239, 274, Array ()), _
Array (&quot;Celebi&quot;, &quot;251&quot;, 200, 210, 210, Array ()), _ Array (&quot;Celebi&quot;, &quot;251&quot;, 200, 210, 210, Array ()), _
Array (&quot;Sableye&quot;, &quot;302&quot;, 100, 141, 141, Array ()), _ Array (&quot;Sableye&quot;, &quot;302&quot;, 100, 141, 141, Array ()), _
Array (&quot;Shuppet&quot;, &quot;353&quot;, 88, 138, 66, Array (&quot;Banette&quot;)), _ Array (&quot;Shuppet&quot;, &quot;353&quot;, 88, 138, 66, Array (&quot;Banette&quot;)), _