We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6554554 commit a979de3Copy full SHA for a979de3
7 files changed
data/v2/csv/pokemon.csv
@@ -1349,3 +1349,4 @@ id,identifier,species_id,height,weight,base_experience,order,is_default
1349
10323,tatsugiri-droopy-mega,978,6,240,,,0
1350
10324,tatsugiri-stretchy-mega,978,6,240,,,0
1351
10325,baxcalibur-mega,998,21,3150,,,0
1352
+10326,pyroar-female,668,15,815,177,,0
data/v2/csv/pokemon_abilities.csv
@@ -2902,3 +2902,6 @@ pokemon_id,ability_id,is_hidden,slot
2902
10275,5,0,1
2903
10276,305,0,1
2904
10277,306,0,1
2905
+10326,79,0,1
2906
+10326,127,0,2
2907
+10326,153,1,3
data/v2/csv/pokemon_form_generations.csv
@@ -4975,3 +4975,5 @@ pokemon_form_id,generation_id,game_index
4975
10416,8,0
4976
10417,8,0
4977
10418,8,0
4978
+10551,6,0
4979
+10551,7,0
data/v2/csv/pokemon_form_names.csv
@@ -3884,3 +3884,13 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
3884
10549,9,Mega Stretchy Tatsugiri,Mega Stretchy Tatsugiri
3885
10550,5,Méga-Glaivodo,Méga-Glaivodo
3886
10550,9,Mega Baxcalibur,Mega Baxcalibur
3887
+10551,1,メスのすがた,
3888
+10551,3,암컷의 모습,
3889
+10551,4,雌性的樣子,
3890
+10551,5,Femelle,
3891
+10551,6,Weiblich,
3892
+10551,7,Hembra,
3893
+10551,8,Femmina,
3894
+10551,9,Female,Female Pyroar
3895
+10551,11,メスのすがた,
3896
+10551,12,雌性的样子,
data/v2/csv/pokemon_forms.csv
@@ -1543,7 +1543,7 @@ id,identifier,form_identifier,pokemon_id,introduced_in_version_group_id,is_defau
1543
10517,chesnaught-mega,mega,10292,31,1,1,1,2,870
1544
10518,delphox-mega,mega,10293,31,1,1,1,2,874
1545
10519,greninja-mega,mega,10294,31,1,1,1,4,880
1546
-10520,pyroar-mega,mega,10295,31,1,1,1,2,948
+10520,pyroar-mega,mega,10295,31,1,1,1,3,948
1547
10521,floette-mega,mega,10296,31,1,1,1,7,960
1548
10522,malamar-mega,mega,10297,31,1,1,1,2,994
1549
10523,barbaracle-mega,mega,10298,31,1,1,1,2,997
@@ -1574,3 +1574,4 @@ id,identifier,form_identifier,pokemon_id,introduced_in_version_group_id,is_defau
1574
10548,tatsugiri-droopy-mega,mega,10323,31,1,1,1,5,1359
1575
10549,tatsugiri-stretchy-mega,mega,10324,31,1,1,1,6,1361
1576
10550,baxcalibur-mega,mega,10325,31,1,1,1,2,1356
1577
+10551,pyroar-female,female,10326,15,0,0,0,2,949
data/v2/csv/pokemon_stats.csv
@@ -8099,3 +8099,9 @@ pokemon_id,stat_id,base_stat,effort
8099
10325,4,105,0
8100
10325,5,101,0
8101
10325,6,87,0
8102
+10326,1,86,0
8103
+10326,2,68,0
8104
+10326,3,72,0
8105
+10326,4,109,2
8106
+10326,5,66,0
8107
+10326,6,106,0
data/v2/csv/pokemon_types.csv
@@ -2114,3 +2114,5 @@ pokemon_id,type_id,slot
2114
10324,11,2
2115
10325,16,1
2116
10325,15,2
2117
+10326,10,1
2118
+10326,1,2
0 commit comments