Added the images of Pichu, Togepi, Smoochum, and Magby. Added Togetic, without its image yet.
This commit is contained in:
		| @@ -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-16 | ||||
| '   by imacat <imacat@mail.imacat.idv.tw>, 2016-12-23 | ||||
| '   Generated with 9Load.subReadDataSheets () | ||||
|  | ||||
| Option Explicit | ||||
| @@ -175,7 +175,8 @@ Function fnGetBaseStatsData As Variant | ||||
| 		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 ("Togepi", "175", 70, 67, 116, Array ("Togetic")), _ | ||||
| 		Array ("Togetic", "176", 110, 140, 191, 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"))) | ||||
|   | ||||
| @@ -826,7 +826,7 @@ | ||||
| 		</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> | ||||
| 				<value>%origin%/icons/pokemons/pichu.png</value> | ||||
| 			</prop> | ||||
| 		</node> | ||||
| 		<node oor:name="PokemonCleffa" oor:op="replace"> | ||||
| @@ -840,13 +840,18 @@ | ||||
| 			</prop> | ||||
| 		</node> | ||||
| 		<node oor:name="PokemonTogepi" oor:op="replace"> | ||||
| 			<prop oor:name="Url" oor:type="xs:string" oor:localized="true"> | ||||
| 				<value>%origin%/icons/pokemons/togepi.png</value> | ||||
| 			</prop> | ||||
| 		</node> | ||||
| 		<node oor:name="PokemonTogetic" 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> | ||||
| 				<value>%origin%/icons/pokemons/smoochum.png</value> | ||||
| 			</prop> | ||||
| 		</node> | ||||
| 		<node oor:name="PokemonElekid" oor:op="replace"> | ||||
| @@ -856,7 +861,7 @@ | ||||
| 		</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> | ||||
| 				<value>%origin%/icons/pokemons/magby.png</value> | ||||
| 			</prop> | ||||
| 		</node> | ||||
| 	</node> | ||||
|   | ||||
| @@ -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-16 | ||||
| '   by imacat <imacat@mail.imacat.idv.tw>, 2016-12-23 | ||||
| '   Generated with 9Load.subReadDataSheets () | ||||
|  | ||||
| Option Explicit | ||||
| @@ -177,7 +177,8 @@ Function fnGetBaseStatsData As Variant | ||||
| 		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 ("Togepi", "175", 70, 67, 116, Array ("Togetic")), _ | ||||
| 		Array ("Togetic", "176", 110, 140, 191, 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"))) | ||||
|   | ||||
| @@ -166,6 +166,7 @@ | ||||
|     <dlg:menuitem dlg:value="Cleffa"/> | ||||
|     <dlg:menuitem dlg:value="Igglybuff"/> | ||||
|     <dlg:menuitem dlg:value="Togepi"/> | ||||
|     <dlg:menuitem dlg:value="Togetic"/> | ||||
|     <dlg:menuitem dlg:value="Smoochum"/> | ||||
|     <dlg:menuitem dlg:value="Elekid"/> | ||||
|     <dlg:menuitem dlg:value="Magby"/> | ||||
|   | ||||
							
								
								
									
										
											BIN
										
									
								
								oxt/icons/pokemons/magby.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								oxt/icons/pokemons/magby.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| After Width: | Height: | Size: 2.8 KiB | 
							
								
								
									
										
											BIN
										
									
								
								oxt/icons/pokemons/pichu.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								oxt/icons/pokemons/pichu.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| After Width: | Height: | Size: 2.5 KiB | 
							
								
								
									
										
											BIN
										
									
								
								oxt/icons/pokemons/smoochum.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								oxt/icons/pokemons/smoochum.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| After Width: | Height: | Size: 2.2 KiB | 
							
								
								
									
										
											BIN
										
									
								
								oxt/icons/pokemons/togepi.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								oxt/icons/pokemons/togepi.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| After Width: | Height: | Size: 2.2 KiB | 
		Reference in New Issue
	
	Block a user