Skip to content

Commit a979de3

Browse files
committed
add missing female pyroar
1 parent 6554554 commit a979de3

7 files changed

Lines changed: 26 additions & 1 deletion

File tree

data/v2/csv/pokemon.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1349,3 +1349,4 @@ id,identifier,species_id,height,weight,base_experience,order,is_default
13491349
10323,tatsugiri-droopy-mega,978,6,240,,,0
13501350
10324,tatsugiri-stretchy-mega,978,6,240,,,0
13511351
10325,baxcalibur-mega,998,21,3150,,,0
1352+
10326,pyroar-female,668,15,815,177,,0

data/v2/csv/pokemon_abilities.csv

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2902,3 +2902,6 @@ pokemon_id,ability_id,is_hidden,slot
29022902
10275,5,0,1
29032903
10276,305,0,1
29042904
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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4975,3 +4975,5 @@ 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

data/v2/csv/pokemon_form_names.csv

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3884,3 +3884,13 @@ 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,雌性的样子,

data/v2/csv/pokemon_forms.csv

Lines changed: 2 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,4 @@ 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,10326,15,0,0,0,2,949

data/v2/csv/pokemon_stats.csv

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8099,3 +8099,9 @@ pokemon_id,stat_id,base_stat,effort
80998099
10325,4,105,0
81008100
10325,5,101,0
81018101
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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2114,3 +2114,5 @@ pokemon_id,type_id,slot
21142114
10324,11,2
21152115
10325,16,1
21162116
10325,15,2
2117+
10326,10,1
2118+
10326,1,2

0 commit comments

Comments
 (0)