mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
B&W: Some non-physical forms for new Pokémon.
This commit is contained in:
parent
9417552ec0
commit
7d29f6f9ec
2 changed files with 17 additions and 2 deletions
|
@ -14,4 +14,7 @@ pokemon_id,is_battle_only,description
|
||||||
493,0,"Form changes along with type to match a held Plate, due to [Multitype]{ability}."
|
493,0,"Form changes along with type to match a held Plate, due to [Multitype]{ability}."
|
||||||
550,0,Not yet known
|
550,0,Not yet known
|
||||||
555,0,Not yet known
|
555,0,Not yet known
|
||||||
|
585,0,Not yet known
|
||||||
|
586,0,Not yet known
|
||||||
648,0,Not yet known
|
648,0,Not yet known
|
||||||
|
649,0,Not yet known
|
||||||
|
|
|
|
@ -81,5 +81,17 @@ id,pokemon_id,introduced_in_version_group_id,name,is_default
|
||||||
80,550,11,alternate,0
|
80,550,11,alternate,0
|
||||||
81,555,11,unblue,1
|
81,555,11,unblue,1
|
||||||
82,555,11,blue,0
|
82,555,11,blue,0
|
||||||
83,648,11,unred,1
|
83,585,11,spring,1
|
||||||
84,648,11,red,0
|
84,585,11,summer,0
|
||||||
|
85,585,11,fall,0
|
||||||
|
86,585,11,winter,0
|
||||||
|
87,586,11,spring,1
|
||||||
|
88,586,11,summer,0
|
||||||
|
89,586,11,fall,0
|
||||||
|
90,586,11,winter,0
|
||||||
|
91,648,11,unred,1
|
||||||
|
92,648,11,red,0
|
||||||
|
93,649,11,yellow,1
|
||||||
|
94,649,11,blue,0
|
||||||
|
95,649,11,green,0
|
||||||
|
96,649,11,red,0
|
||||||
|
|
|
Loading…
Reference in a new issue