Added Pichu, Cleffa, Togepi, Smoochum, Elekid, and Magby.
This commit is contained in:
parent
2c09c622e4
commit
23a783a342
@ -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.
|
||||
|
@ -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 -->
|
||||
|
@ -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-15
|
||||
' by imacat <imacat@mail.imacat.idv.tw>, 2016-12-16
|
||||
' Generated with 9Load.subReadDataSheets ()
|
||||
|
||||
Option Explicit
|
||||
@ -174,7 +174,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.
|
||||
|
@ -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&location=application" script:language="Script"/>
|
||||
</dlg:menulist>
|
||||
|
Loading…
Reference in New Issue
Block a user