Added Pichu, Cleffa, Togepi, Smoochum, Elekid, and Magby.

This commit is contained in:
依瑪貓 2016-12-16 15:50:36 +08:00
parent 2c09c622e4
commit 23a783a342
4 changed files with 52 additions and 4 deletions

View File

@ -13,7 +13,7 @@
' limitations under the License.
' 1Data: The Pokémon GO data for IV calculation
' by imacat <imacat@mail.imacat.idv.tw>, 2016-12-15
' by imacat <imacat@mail.imacat.idv.tw>, 2016-12-16
' Generated with 9Load.subReadDataSheets ()
Option Explicit
@ -172,7 +172,13 @@ Function fnGetBaseStatsData As Variant
Array ("Dragonite", "149", 182, 263, 201, Array ()), _
Array ("Mewtwo", "150", 212, 330, 200, Array ()), _
Array ("Mew", "151", 200, 210, 209, Array ()), _
Array ("Igglybuff", "174", 180, 69, 34, Array ("Jigglypuff", "Wigglytuff")))
Array ("Pichu", "172", 40, 77, 63, Array ("Pikachu", "Raichu")), _
Array ("Cleffa", "173", 100, 75, 91, Array ("Clefairy", "Clefable")), _
Array ("Igglybuff", "174", 180, 69, 34, Array ("Jigglypuff", "Wigglytuff")), _
Array ("Togepi", "175", 70, 67, 116, Array ()), _
Array ("Smoochum", "238", 90, 153, 116, Array ("Jynx")), _
Array ("Elekid", "239", 90, 135, 110, Array ("Electabuzz")), _
Array ("Magby", "240", 90, 151, 108, Array ("Magmar")))
End Function
' fnGetCPMData: Returns the combat power multiplier data.

View File

@ -824,11 +824,41 @@
<value>%origin%/icons/pokemons/mew.png</value>
</prop>
</node>
<node oor:name="PokemonPichu" oor:op="replace">
<prop oor:name="Url" oor:type="xs:string" oor:localized="true">
<value>%origin%/icons/unknown.png</value>
</prop>
</node>
<node oor:name="PokemonCleffa" oor:op="replace">
<prop oor:name="Url" oor:type="xs:string" oor:localized="true">
<value>%origin%/icons/unknown.png</value>
</prop>
</node>
<node oor:name="PokemonIgglybuff" oor:op="replace">
<prop oor:name="Url" oor:type="xs:string" oor:localized="true">
<value>%origin%/icons/pokemons/igglybuff.png</value>
</prop>
</node>
<node oor:name="PokemonTogepi" oor:op="replace">
<prop oor:name="Url" oor:type="xs:string" oor:localized="true">
<value>%origin%/icons/unknown.png</value>
</prop>
</node>
<node oor:name="PokemonSmoochum" oor:op="replace">
<prop oor:name="Url" oor:type="xs:string" oor:localized="true">
<value>%origin%/icons/unknown.png</value>
</prop>
</node>
<node oor:name="PokemonElekid" oor:op="replace">
<prop oor:name="Url" oor:type="xs:string" oor:localized="true">
<value>%origin%/icons/unknown.png</value>
</prop>
</node>
<node oor:name="PokemonMagby" oor:op="replace">
<prop oor:name="Url" oor:type="xs:string" oor:localized="true">
<value>%origin%/icons/unknown.png</value>
</prop>
</node>
</node>
<!-- Localized messages -->

View File

@ -15,7 +15,7 @@
&apos; limitations under the License.
&apos; 1Data: The Pokémon GO data for IV calculation
&apos; by imacat &lt;imacat@mail.imacat.idv.tw&gt;, 2016-12-15
&apos; by imacat &lt;imacat@mail.imacat.idv.tw&gt;, 2016-12-16
&apos; Generated with 9Load.subReadDataSheets ()
Option Explicit
@ -174,7 +174,13 @@ Function fnGetBaseStatsData As Variant
Array (&quot;Dragonite&quot;, &quot;149&quot;, 182, 263, 201, Array ()), _
Array (&quot;Mewtwo&quot;, &quot;150&quot;, 212, 330, 200, Array ()), _
Array (&quot;Mew&quot;, &quot;151&quot;, 200, 210, 209, Array ()), _
Array (&quot;Igglybuff&quot;, &quot;174&quot;, 180, 69, 34, Array (&quot;Jigglypuff&quot;, &quot;Wigglytuff&quot;)))
Array (&quot;Pichu&quot;, &quot;172&quot;, 40, 77, 63, Array (&quot;Pikachu&quot;, &quot;Raichu&quot;)), _
Array (&quot;Cleffa&quot;, &quot;173&quot;, 100, 75, 91, Array (&quot;Clefairy&quot;, &quot;Clefable&quot;)), _
Array (&quot;Igglybuff&quot;, &quot;174&quot;, 180, 69, 34, Array (&quot;Jigglypuff&quot;, &quot;Wigglytuff&quot;)), _
Array (&quot;Togepi&quot;, &quot;175&quot;, 70, 67, 116, Array ()), _
Array (&quot;Smoochum&quot;, &quot;238&quot;, 90, 153, 116, Array (&quot;Jynx&quot;)), _
Array (&quot;Elekid&quot;, &quot;239&quot;, 90, 135, 110, Array (&quot;Electabuzz&quot;)), _
Array (&quot;Magby&quot;, &quot;240&quot;, 90, 151, 108, Array (&quot;Magmar&quot;)))
End Function
&apos; fnGetCPMData: Returns the combat power multiplier data.

View File

@ -162,7 +162,13 @@
<dlg:menuitem dlg:value="Dragonite"/>
<dlg:menuitem dlg:value="Mewtwo"/>
<dlg:menuitem dlg:value="Mew"/>
<dlg:menuitem dlg:value="Pichu"/>
<dlg:menuitem dlg:value="Cleffa"/>
<dlg:menuitem dlg:value="Igglybuff"/>
<dlg:menuitem dlg:value="Togepi"/>
<dlg:menuitem dlg:value="Smoochum"/>
<dlg:menuitem dlg:value="Elekid"/>
<dlg:menuitem dlg:value="Magby"/>
</dlg:menupopup>
<script:event script:event-name="on-itemstatechange" script:macro-name="vnd.sun.star.script:PokemonGoIV.0Main.subLstPokemonSelected?language=Basic&amp;location=application" script:language="Script"/>
</dlg:menulist>