Skip to content

Commit ef5db06

Browse files
authored
Merge pull request PokeAPI#1407 from anhthang/female-pyroar
Add missing female forms
2 parents 551bcfb + 71940a0 commit ef5db06

3 files changed

Lines changed: 44 additions & 1 deletion

File tree

data/v2/csv/pokemon_form_generations.csv

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4975,3 +4975,13 @@ pokemon_form_id,generation_id,game_index
49754975
10416,8,0
49764976
10417,8,0
49774977
10418,8,0
4978+
10551,6,0
4979+
10551,7,0
4980+
10552,5,0
4981+
10552,6,0
4982+
10552,7,0
4983+
10552,8,0
4984+
10553,5,0
4985+
10553,6,0
4986+
10553,7,0
4987+
10553,8,0

data/v2/csv/pokemon_form_names.csv

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3884,3 +3884,33 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
38843884
10549,9,Mega Stretchy Tatsugiri,Mega Stretchy Tatsugiri
38853885
10550,5,Méga-Glaivodo,Méga-Glaivodo
38863886
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,雌性的样子,
3897+
10552,1,メスのすがた,
3898+
10552,3,암컷의 모습,
3899+
10552,4,雌性的樣子,
3900+
10552,5,Femelle,
3901+
10552,6,Weiblich,
3902+
10552,7,Hembra,
3903+
10552,8,Femmina,
3904+
10552,9,Female,Female Frillish
3905+
10552,11,メスのすがた,
3906+
10552,12,雌性的样子,
3907+
10553,1,メスのすがた,
3908+
10553,3,암컷의 모습,
3909+
10553,4,雌性的樣子,
3910+
10553,5,Femelle,
3911+
10553,6,Weiblich,
3912+
10553,7,Hembra,
3913+
10553,8,Femmina,
3914+
10553,9,Female,Female Jellicent
3915+
10553,11,メスのすがた,
3916+
10553,12,雌性的样子,

data/v2/csv/pokemon_forms.csv

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1543,7 +1543,7 @@ id,identifier,form_identifier,pokemon_id,introduced_in_version_group_id,is_defau
15431543
10517,chesnaught-mega,mega,10292,31,1,1,1,2,870
15441544
10518,delphox-mega,mega,10293,31,1,1,1,2,874
15451545
10519,greninja-mega,mega,10294,31,1,1,1,4,880
1546-
10520,pyroar-mega,mega,10295,31,1,1,1,2,948
1546+
10520,pyroar-mega,mega,10295,31,1,1,1,3,948
15471547
10521,floette-mega,mega,10296,31,1,1,1,7,960
15481548
10522,malamar-mega,mega,10297,31,1,1,1,2,994
15491549
10523,barbaracle-mega,mega,10298,31,1,1,1,2,997
@@ -1574,3 +1574,6 @@ id,identifier,form_identifier,pokemon_id,introduced_in_version_group_id,is_defau
15741574
10548,tatsugiri-droopy-mega,mega,10323,31,1,1,1,5,1359
15751575
10549,tatsugiri-stretchy-mega,mega,10324,31,1,1,1,6,1361
15761576
10550,baxcalibur-mega,mega,10325,31,1,1,1,2,1356
1577+
10551,pyroar-female,female,668,15,0,0,0,2,949
1578+
10552,frillish-female,female,592,11,1,0,0,2,794
1579+
10553,jellicent-female,female,593,11,1,0,0,2,795

0 commit comments

Comments
 (0)