mirror of
				https://gitlab.com/Deukhoofd/BattleSim.git
				synced 2025-10-27 18:00:03 +00:00 
			
		
		
		
	Resolved some mons having invalid tiernames, and several pokemon pages not working
This commit is contained in:
		| @@ -126,7 +126,7 @@ each forme, i in data.formedata | |||||||
|       - var dexno = data.speciesdata.id.toString() |       - var dexno = data.speciesdata.id.toString() | ||||||
|       if dexno.length == 1 |       if dexno.length == 1 | ||||||
|         - dexno = "00" + dexno |         - dexno = "00" + dexno | ||||||
|       else if data.speciesdata.id.length == 2 |       else if dexno.length == 2 | ||||||
|         - dexno = "0" + dexno |         - dexno = "0" + dexno | ||||||
|       th #{dexno} |       th #{dexno} | ||||||
|       if i != "default" |       if i != "default" | ||||||
|   | |||||||
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							| @@ -5191,7 +5191,7 @@ | |||||||
|             "weight": 1850, |             "weight": 1850, | ||||||
|             "pokeBattleValue": 135, |             "pokeBattleValue": 135, | ||||||
|             "tier": [ |             "tier": [ | ||||||
|                 "BL2" |                 "UU" | ||||||
|             ], |             ], | ||||||
|             "randomMoves": [ |             "randomMoves": [ | ||||||
|                 "blizzard", |                 "blizzard", | ||||||
| @@ -5715,7 +5715,7 @@ | |||||||
|             "isBattleOnly": true, |             "isBattleOnly": true, | ||||||
|             "weight": 530, |             "weight": 530, | ||||||
|             "tier": [ |             "tier": [ | ||||||
|                 null |                 "Unsorted" | ||||||
|             ] |             ] | ||||||
|         } |         } | ||||||
|     }, |     }, | ||||||
| @@ -14530,7 +14530,7 @@ | |||||||
|             "weight": 810, |             "weight": 810, | ||||||
|             "pokeBattleValue": 130, |             "pokeBattleValue": 130, | ||||||
|             "tier": [ |             "tier": [ | ||||||
|                 "BL4" |                 "NU" | ||||||
|             ], |             ], | ||||||
|             "randomMoves": [ |             "randomMoves": [ | ||||||
|                 "shellsmash", |                 "shellsmash", | ||||||
| @@ -14812,7 +14812,7 @@ | |||||||
|             ], |             ], | ||||||
|             "weight": 8, |             "weight": 8, | ||||||
|             "tier": [ |             "tier": [ | ||||||
|                 null |                 "Unsorted" | ||||||
|             ], |             ], | ||||||
|             "randomMoves": [ |             "randomMoves": [ | ||||||
|                 "raindance", |                 "raindance", | ||||||
| @@ -14839,7 +14839,7 @@ | |||||||
|             ], |             ], | ||||||
|             "weight": 8, |             "weight": 8, | ||||||
|             "tier": [ |             "tier": [ | ||||||
|                 null |                 "Unsorted" | ||||||
|             ] |             ] | ||||||
|         }, |         }, | ||||||
|         "sunny": { |         "sunny": { | ||||||
| @@ -14860,7 +14860,7 @@ | |||||||
|             ], |             ], | ||||||
|             "weight": 8, |             "weight": 8, | ||||||
|             "tier": [ |             "tier": [ | ||||||
|                 null |                 "Unsorted" | ||||||
|             ], |             ], | ||||||
|             "randomMoves": [ |             "randomMoves": [ | ||||||
|                 "sunnyday", |                 "sunnyday", | ||||||
| @@ -20432,7 +20432,7 @@ | |||||||
|             ], |             ], | ||||||
|             "weight": 929, |             "weight": 929, | ||||||
|             "tier": [ |             "tier": [ | ||||||
|                 null |                 "Unsorted" | ||||||
|             ] |             ] | ||||||
|         } |         } | ||||||
|     }, |     }, | ||||||
| @@ -22209,7 +22209,7 @@ | |||||||
|             }, |             }, | ||||||
|             "pokeBattleValue": 145, |             "pokeBattleValue": 145, | ||||||
|             "tier": [ |             "tier": [ | ||||||
|                 "BL" |                 "OU" | ||||||
|             ], |             ], | ||||||
|             "randomMoves": [ |             "randomMoves": [ | ||||||
|                 "earthquake", |                 "earthquake", | ||||||
| @@ -22866,7 +22866,7 @@ | |||||||
|             }, |             }, | ||||||
|             "pokeBattleValue": 100, |             "pokeBattleValue": 100, | ||||||
|             "tier": [ |             "tier": [ | ||||||
|                 "BL2" |                 "UU" | ||||||
|             ], |             ], | ||||||
|             "randomMoves": [ |             "randomMoves": [ | ||||||
|                 "dracometeor", |                 "dracometeor", | ||||||
| @@ -27603,7 +27603,7 @@ | |||||||
|             "weight": 1200, |             "weight": 1200, | ||||||
|             "pokeBattleValue": 110, |             "pokeBattleValue": 110, | ||||||
|             "tier": [ |             "tier": [ | ||||||
|                 "BL4" |                 "NU" | ||||||
|             ], |             ], | ||||||
|             "randomMoves": [ |             "randomMoves": [ | ||||||
|                 "substitute", |                 "substitute", | ||||||
| @@ -30356,7 +30356,7 @@ | |||||||
|             "weight": 266, |             "weight": 266, | ||||||
|             "pokeBattleValue": 110, |             "pokeBattleValue": 110, | ||||||
|             "tier": [ |             "tier": [ | ||||||
|                 "BL2" |                 "UU" | ||||||
|             ], |             ], | ||||||
|             "randomMoves": [ |             "randomMoves": [ | ||||||
|                 "icebeam", |                 "icebeam", | ||||||
| @@ -30874,7 +30874,7 @@ | |||||||
|             "weight": 564, |             "weight": 564, | ||||||
|             "pokeBattleValue": 190, |             "pokeBattleValue": 190, | ||||||
|             "tier": [ |             "tier": [ | ||||||
|                 "BL" |                 "OU" | ||||||
|             ], |             ], | ||||||
|             "randomMoves": [ |             "randomMoves": [ | ||||||
|                 "swordsdance", |                 "swordsdance", | ||||||
| @@ -31235,7 +31235,7 @@ | |||||||
|             "weight": 950, |             "weight": 950, | ||||||
|             "pokeBattleValue": 175, |             "pokeBattleValue": 175, | ||||||
|             "tier": [ |             "tier": [ | ||||||
|                 "(OU)" |                 "OU" | ||||||
|             ], |             ], | ||||||
|             "randomMoves": [ |             "randomMoves": [ | ||||||
|                 "outrage", |                 "outrage", | ||||||
| @@ -36022,7 +36022,7 @@ | |||||||
|             "unreleased": true, |             "unreleased": true, | ||||||
|             "pokeBattleValue": 1001, |             "pokeBattleValue": 1001, | ||||||
|             "tier": [ |             "tier": [ | ||||||
|                 null |                 "Unsorted" | ||||||
|             ], |             ], | ||||||
|             "randomMoves": [ |             "randomMoves": [ | ||||||
|                 "stealthrock", |                 "stealthrock", | ||||||
| @@ -36750,7 +36750,7 @@ | |||||||
|             "weight": 3050, |             "weight": 3050, | ||||||
|             "pokeBattleValue": 170, |             "pokeBattleValue": 170, | ||||||
|             "tier": [ |             "tier": [ | ||||||
|                 "BL" |                 "OU" | ||||||
|             ], |             ], | ||||||
|             "randomMoves": [ |             "randomMoves": [ | ||||||
|                 "dragondance", |                 "dragondance", | ||||||
| @@ -37227,7 +37227,7 @@ | |||||||
|             }, |             }, | ||||||
|             "pokeBattleValue": 120, |             "pokeBattleValue": 120, | ||||||
|             "tier": [ |             "tier": [ | ||||||
|                 "BL" |                 "OU" | ||||||
|             ], |             ], | ||||||
|             "randomMoves": [ |             "randomMoves": [ | ||||||
|                 "substitute", |                 "substitute", | ||||||
| @@ -37943,7 +37943,7 @@ | |||||||
|             "weight": 625, |             "weight": 625, | ||||||
|             "pokeBattleValue": 165, |             "pokeBattleValue": 165, | ||||||
|             "tier": [ |             "tier": [ | ||||||
|                 "BL" |                 "OU" | ||||||
|             ], |             ], | ||||||
|             "randomMoves": [ |             "randomMoves": [ | ||||||
|                 "closecombat", |                 "closecombat", | ||||||
| @@ -39490,7 +39490,7 @@ | |||||||
|             "weight": 495, |             "weight": 495, | ||||||
|             "pokeBattleValue": 145, |             "pokeBattleValue": 145, | ||||||
|             "tier": [ |             "tier": [ | ||||||
|                 "BL2" |                 "UU" | ||||||
|             ], |             ], | ||||||
|             "randomMoves": [ |             "randomMoves": [ | ||||||
|                 "nastyplot", |                 "nastyplot", | ||||||
| @@ -42418,7 +42418,7 @@ | |||||||
|             "unreleased": true, |             "unreleased": true, | ||||||
|             "pokeBattleValue": 175, |             "pokeBattleValue": 175, | ||||||
|             "tier": [ |             "tier": [ | ||||||
|                 null |                 "Unsorted" | ||||||
|             ] |             ] | ||||||
|         } |         } | ||||||
|     }, |     }, | ||||||
| @@ -42512,7 +42512,7 @@ | |||||||
|             "weight": 1520, |             "weight": 1520, | ||||||
|             "pokeBattleValue": 165, |             "pokeBattleValue": 165, | ||||||
|             "tier": [ |             "tier": [ | ||||||
|                 "BL2" |                 "UU" | ||||||
|             ], |             ], | ||||||
|             "randomMoves": [ |             "randomMoves": [ | ||||||
|                 "dragondance", |                 "dragondance", | ||||||
| @@ -43878,7 +43878,7 @@ | |||||||
|             "unreleased": true, |             "unreleased": true, | ||||||
|             "pokeBattleValue": 1001, |             "pokeBattleValue": 1001, | ||||||
|             "tier": [ |             "tier": [ | ||||||
|                 null |                 "Unsorted" | ||||||
|             ], |             ], | ||||||
|             "randomMoves": [ |             "randomMoves": [ | ||||||
|                 "calmmind", |                 "calmmind", | ||||||
| @@ -44097,7 +44097,7 @@ | |||||||
|             "weight": 3250, |             "weight": 3250, | ||||||
|             "pokeBattleValue": 160, |             "pokeBattleValue": 160, | ||||||
|             "tier": [ |             "tier": [ | ||||||
|                 "BL2" |                 "UU" | ||||||
|             ], |             ], | ||||||
|             "randomMoves": [ |             "randomMoves": [ | ||||||
|                 "dracometeor", |                 "dracometeor", | ||||||
| @@ -45272,7 +45272,7 @@ | |||||||
|             "weight": 520, |             "weight": 520, | ||||||
|             "pokeBattleValue": 190, |             "pokeBattleValue": 190, | ||||||
|             "tier": [ |             "tier": [ | ||||||
|                 "(OU)" |                 "OU" | ||||||
|             ], |             ], | ||||||
|             "randomMoves": [ |             "randomMoves": [ | ||||||
|                 "calmmind", |                 "calmmind", | ||||||
| @@ -45448,7 +45448,7 @@ | |||||||
|             "weight": 700, |             "weight": 700, | ||||||
|             "pokeBattleValue": 190, |             "pokeBattleValue": 190, | ||||||
|             "tier": [ |             "tier": [ | ||||||
|                 "(OU)" |                 "OU" | ||||||
|             ], |             ], | ||||||
|             "randomMoves": [ |             "randomMoves": [ | ||||||
|                 "calmmind", |                 "calmmind", | ||||||
| @@ -46737,7 +46737,7 @@ | |||||||
|             "weight": 325, |             "weight": 325, | ||||||
|             "pokeBattleValue": 80, |             "pokeBattleValue": 80, | ||||||
|             "tier": [ |             "tier": [ | ||||||
|                 "BL4" |                 "NU" | ||||||
|             ], |             ], | ||||||
|             "randomMoves": [ |             "randomMoves": [ | ||||||
|                 "bellydrum", |                 "bellydrum", | ||||||
| @@ -51782,7 +51782,7 @@ | |||||||
|             "weight": 112, |             "weight": 112, | ||||||
|             "pokeBattleValue": 80, |             "pokeBattleValue": 80, | ||||||
|             "tier": [ |             "tier": [ | ||||||
|                 "LC Uber" |                 "LC" | ||||||
|             ], |             ], | ||||||
|             "randomMoves": [ |             "randomMoves": [ | ||||||
|                 "highjumpkick", |                 "highjumpkick", | ||||||
| @@ -52094,7 +52094,7 @@ | |||||||
|             ], |             ], | ||||||
|             "weight": 65, |             "weight": 65, | ||||||
|             "tier": [ |             "tier": [ | ||||||
|                 null |                 "Unsorted" | ||||||
|             ], |             ], | ||||||
|             "randomMoves": [ |             "randomMoves": [ | ||||||
|                 "relicsong", |                 "relicsong", | ||||||
| @@ -54674,7 +54674,7 @@ | |||||||
|             "unreleased": true, |             "unreleased": true, | ||||||
|             "pokeBattleValue": 140, |             "pokeBattleValue": 140, | ||||||
|             "tier": [ |             "tier": [ | ||||||
|                 "BL2" |                 "UU" | ||||||
|             ], |             ], | ||||||
|             "randomMoves": [ |             "randomMoves": [ | ||||||
|                 "fireblast", |                 "fireblast", | ||||||
| @@ -55686,7 +55686,7 @@ | |||||||
|             "weight": 21, |             "weight": 21, | ||||||
|             "pokeBattleValue": 110, |             "pokeBattleValue": 110, | ||||||
|             "tier": [ |             "tier": [ | ||||||
|                 "LC Uber" |                 "LC" | ||||||
|             ], |             ], | ||||||
|             "randomMoves": [ |             "randomMoves": [ | ||||||
|                 "substitute", |                 "substitute", | ||||||
| @@ -57233,7 +57233,7 @@ | |||||||
|             }, |             }, | ||||||
|             "pokeBattleValue": 140, |             "pokeBattleValue": 140, | ||||||
|             "tier": [ |             "tier": [ | ||||||
|                 "BL2" |                 "UU" | ||||||
|             ], |             ], | ||||||
|             "randomMoves": [ |             "randomMoves": [ | ||||||
|                 "dracometeor", |                 "dracometeor", | ||||||
| @@ -58863,7 +58863,7 @@ | |||||||
|             }, |             }, | ||||||
|             "pokeBattleValue": 120, |             "pokeBattleValue": 120, | ||||||
|             "tier": [ |             "tier": [ | ||||||
|                 "BL2" |                 "UU" | ||||||
|             ], |             ], | ||||||
|             "randomMoves": [ |             "randomMoves": [ | ||||||
|                 "knockoff", |                 "knockoff", | ||||||
| @@ -60547,7 +60547,7 @@ | |||||||
|             "weight": 505, |             "weight": 505, | ||||||
|             "pokeBattleValue": 135, |             "pokeBattleValue": 135, | ||||||
|             "tier": [ |             "tier": [ | ||||||
|                 "BL" |                 "OU" | ||||||
|             ], |             ], | ||||||
|             "randomMoves": [ |             "randomMoves": [ | ||||||
|                 "roost", |                 "roost", | ||||||
| @@ -68482,7 +68482,7 @@ | |||||||
|             "weight": 510, |             "weight": 510, | ||||||
|             "pokeBattleValue": 105, |             "pokeBattleValue": 105, | ||||||
|             "tier": [ |             "tier": [ | ||||||
|                 "BL3" |                 "RU" | ||||||
|             ], |             ], | ||||||
|             "randomMoves": [ |             "randomMoves": [ | ||||||
|                 "closecombat", |                 "closecombat", | ||||||
| @@ -69055,7 +69055,7 @@ | |||||||
|             "weight": 2005, |             "weight": 2005, | ||||||
|             "pokeBattleValue": 155, |             "pokeBattleValue": 155, | ||||||
|             "tier": [ |             "tier": [ | ||||||
|                 "BL" |                 "OU" | ||||||
|             ], |             ], | ||||||
|             "randomMoves": [ |             "randomMoves": [ | ||||||
|                 "substitute", |                 "substitute", | ||||||
| @@ -70744,7 +70744,7 @@ | |||||||
|             "weight": 888, |             "weight": 888, | ||||||
|             "pokeBattleValue": 140, |             "pokeBattleValue": 140, | ||||||
|             "tier": [ |             "tier": [ | ||||||
|                 "BL2" |                 "UU" | ||||||
|             ], |             ], | ||||||
|             "randomMoves": [ |             "randomMoves": [ | ||||||
|                 "protect", |                 "protect", | ||||||
| @@ -72041,7 +72041,7 @@ | |||||||
|             "weight": 205, |             "weight": 205, | ||||||
|             "pokeBattleValue": 115, |             "pokeBattleValue": 115, | ||||||
|             "tier": [ |             "tier": [ | ||||||
|                 "BL2" |                 "UU" | ||||||
|             ], |             ], | ||||||
|             "randomMoves": [ |             "randomMoves": [ | ||||||
|                 "toxic", |                 "toxic", | ||||||
| @@ -73930,7 +73930,7 @@ | |||||||
|             "weight": 1200, |             "weight": 1200, | ||||||
|             "pokeBattleValue": 190, |             "pokeBattleValue": 190, | ||||||
|             "tier": [ |             "tier": [ | ||||||
|                 "(OU)" |                 "OU" | ||||||
|             ], |             ], | ||||||
|             "randomMoves": [ |             "randomMoves": [ | ||||||
|                 "calmmind", |                 "calmmind", | ||||||
| @@ -76823,7 +76823,7 @@ | |||||||
|             "weight": 249, |             "weight": 249, | ||||||
|             "pokeBattleValue": 155, |             "pokeBattleValue": 155, | ||||||
|             "tier": [ |             "tier": [ | ||||||
|                 "BL" |                 "OU" | ||||||
|             ], |             ], | ||||||
|             "randomMoves": [ |             "randomMoves": [ | ||||||
|                 "bravebird", |                 "bravebird", | ||||||
| @@ -79181,7 +79181,7 @@ | |||||||
|             }, |             }, | ||||||
|             "pokeBattleValue": 75, |             "pokeBattleValue": 75, | ||||||
|             "tier": [ |             "tier": [ | ||||||
|                 "LC Uber" |                 "LC" | ||||||
|             ], |             ], | ||||||
|             "randomMoves": [ |             "randomMoves": [ | ||||||
|                 "calmmind", |                 "calmmind", | ||||||
| @@ -80532,7 +80532,7 @@ | |||||||
|             "unreleased": true, |             "unreleased": true, | ||||||
|             "pokeBattleValue": 160, |             "pokeBattleValue": 160, | ||||||
|             "tier": [ |             "tier": [ | ||||||
|                 "BL" |                 "OU" | ||||||
|             ], |             ], | ||||||
|             "randomMoves": [ |             "randomMoves": [ | ||||||
|                 "stoneedge", |                 "stoneedge", | ||||||
| @@ -80641,7 +80641,7 @@ | |||||||
|             "weight": 555, |             "weight": 555, | ||||||
|             "pokeBattleValue": 115, |             "pokeBattleValue": 115, | ||||||
|             "tier": [ |             "tier": [ | ||||||
|                 "BL4" |                 "NU" | ||||||
|             ], |             ], | ||||||
|             "randomMoves": [ |             "randomMoves": [ | ||||||
|                 "bulkup", |                 "bulkup", | ||||||
| @@ -80870,7 +80870,7 @@ | |||||||
|             "weight": 610, |             "weight": 610, | ||||||
|             "pokeBattleValue": 160, |             "pokeBattleValue": 160, | ||||||
|             "tier": [ |             "tier": [ | ||||||
|                 "BL" |                 "OU" | ||||||
|             ], |             ], | ||||||
|             "randomMoves": [ |             "randomMoves": [ | ||||||
|                 "nastyplot", |                 "nastyplot", | ||||||
| @@ -81228,7 +81228,7 @@ | |||||||
|             "weight": 380, |             "weight": 380, | ||||||
|             "pokeBattleValue": 155, |             "pokeBattleValue": 155, | ||||||
|             "tier": [ |             "tier": [ | ||||||
|                 "BL" |                 "OU" | ||||||
|             ], |             ], | ||||||
|             "randomMoves": [ |             "randomMoves": [ | ||||||
|                 "roost", |                 "roost", | ||||||
| @@ -81839,7 +81839,7 @@ | |||||||
|             "unreleased": true, |             "unreleased": true, | ||||||
|             "pokeBattleValue": 160, |             "pokeBattleValue": 160, | ||||||
|             "tier": [ |             "tier": [ | ||||||
|                 "BL2" |                 "UU" | ||||||
|             ], |             ], | ||||||
|             "randomMoves": [ |             "randomMoves": [ | ||||||
|                 "bulkup", |                 "bulkup", | ||||||
| @@ -83557,7 +83557,7 @@ | |||||||
|             "weight": 2550, |             "weight": 2550, | ||||||
|             "pokeBattleValue": 190, |             "pokeBattleValue": 190, | ||||||
|             "tier": [ |             "tier": [ | ||||||
|                 "(OU)" |                 "OU" | ||||||
|             ], |             ], | ||||||
|             "randomMoves": [ |             "randomMoves": [ | ||||||
|                 "crunch", |                 "crunch", | ||||||
| @@ -84967,7 +84967,7 @@ | |||||||
|             "weight": 125, |             "weight": 125, | ||||||
|             "pokeBattleValue": 110, |             "pokeBattleValue": 110, | ||||||
|             "tier": [ |             "tier": [ | ||||||
|                 "BL2" |                 "UU" | ||||||
|             ], |             ], | ||||||
|             "randomMoves": [ |             "randomMoves": [ | ||||||
|                 "sleeppowder", |                 "sleeppowder", | ||||||
| @@ -85570,7 +85570,7 @@ | |||||||
|             "weight": 40, |             "weight": 40, | ||||||
|             "pokeBattleValue": 145, |             "pokeBattleValue": 145, | ||||||
|             "tier": [ |             "tier": [ | ||||||
|                 "BL" |                 "OU" | ||||||
|             ], |             ], | ||||||
|             "randomMoves": [ |             "randomMoves": [ | ||||||
|                 "vcreate", |                 "vcreate", | ||||||
| @@ -85664,7 +85664,7 @@ | |||||||
|             "weight": 155, |             "weight": 155, | ||||||
|             "pokeBattleValue": 80, |             "pokeBattleValue": 80, | ||||||
|             "tier": [ |             "tier": [ | ||||||
|                 "BL4" |                 "NU" | ||||||
|             ], |             ], | ||||||
|             "randomMoves": [ |             "randomMoves": [ | ||||||
|                 "sleeppowder", |                 "sleeppowder", | ||||||
| @@ -85785,7 +85785,7 @@ | |||||||
|             "weight": 465, |             "weight": 465, | ||||||
|             "pokeBattleValue": 95, |             "pokeBattleValue": 95, | ||||||
|             "tier": [ |             "tier": [ | ||||||
|                 "BL4" |                 "NU" | ||||||
|             ], |             ], | ||||||
|             "randomMoves": [ |             "randomMoves": [ | ||||||
|                 "bulkup", |                 "bulkup", | ||||||
| @@ -86301,7 +86301,7 @@ | |||||||
|             "unreleased": true, |             "unreleased": true, | ||||||
|             "pokeBattleValue": 175, |             "pokeBattleValue": 175, | ||||||
|             "tier": [ |             "tier": [ | ||||||
|                 "Unreleased" |                 "Unsorted" | ||||||
|             ], |             ], | ||||||
|             "randomMoves": [ |             "randomMoves": [ | ||||||
|                 "substitute", |                 "substitute", | ||||||
| @@ -86408,7 +86408,7 @@ | |||||||
|             "weight": 460, |             "weight": 460, | ||||||
|             "pokeBattleValue": 160, |             "pokeBattleValue": 160, | ||||||
|             "tier": [ |             "tier": [ | ||||||
|                 "BL" |                 "OU" | ||||||
|             ], |             ], | ||||||
|             "randomMoves": [ |             "randomMoves": [ | ||||||
|                 "quiverdance", |                 "quiverdance", | ||||||
| @@ -89442,7 +89442,7 @@ | |||||||
|             "weight": 380, |             "weight": 380, | ||||||
|             "pokeBattleValue": 80, |             "pokeBattleValue": 80, | ||||||
|             "tier": [ |             "tier": [ | ||||||
|                 "LC Uber" |                 "LC" | ||||||
|             ], |             ], | ||||||
|             "randomMoves": [ |             "randomMoves": [ | ||||||
|                 "bugbuzz", |                 "bugbuzz", | ||||||
| @@ -89550,7 +89550,7 @@ | |||||||
|             "weight": 515, |             "weight": 515, | ||||||
|             "pokeBattleValue": 130, |             "pokeBattleValue": 130, | ||||||
|             "tier": [ |             "tier": [ | ||||||
|                 "BL2" |                 "UU" | ||||||
|             ], |             ], | ||||||
|             "randomMoves": [ |             "randomMoves": [ | ||||||
|                 "bugbuzz", |                 "bugbuzz", | ||||||
| @@ -90418,7 +90418,7 @@ | |||||||
|             "weight": 811, |             "weight": 811, | ||||||
|             "pokeBattleValue": 130, |             "pokeBattleValue": 130, | ||||||
|             "tier": [ |             "tier": [ | ||||||
|                 "BL2" |                 "UU" | ||||||
|             ], |             ], | ||||||
|             "randomMoves": [ |             "randomMoves": [ | ||||||
|                 "suckerpunch", |                 "suckerpunch", | ||||||
| @@ -90893,7 +90893,7 @@ | |||||||
|             "unreleased": true, |             "unreleased": true, | ||||||
|             "pokeBattleValue": 155, |             "pokeBattleValue": 155, | ||||||
|             "tier": [ |             "tier": [ | ||||||
|                 "BL" |                 "OU" | ||||||
|             ], |             ], | ||||||
|             "randomMoves": [ |             "randomMoves": [ | ||||||
|                 "dragondance", |                 "dragondance", | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user