mirror of
https://github.com/PokeAPI/pokeapi
synced 2025-03-02 14:07:12 +00:00
Add form names for DLC forms
This commit is contained in:
parent
e375881fdc
commit
540a136df4
1 changed files with 15 additions and 0 deletions
|
@ -507,6 +507,9 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
|
|||
1008,1,コンプリートモード,
|
||||
1008,9,Ultimate Mode,
|
||||
1008,11,コンプリートモード,
|
||||
1017,1,みどりのめん
|
||||
1017,9,Teal Mask
|
||||
1017,11,みどりのめん
|
||||
10001,1,B,
|
||||
10001,3,B,
|
||||
10001,5,B,Zarbi B
|
||||
|
@ -3528,3 +3531,15 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
|
|||
10440,1,グライドモード,
|
||||
10440,9,Glide Mode,
|
||||
10440,11,グライドモード,
|
||||
10441,1,アカツキ
|
||||
10441,9,Bloodmoon
|
||||
10441,11,アカツキ
|
||||
10442,1,いどのめん
|
||||
10442,9,Wellspring Mask
|
||||
10442,11,いどのめん
|
||||
10443,1,かまどのめん
|
||||
10443,9,Hearthflame Mask
|
||||
10443,11,かまどのめん
|
||||
10444,1,いしずえのめん
|
||||
10444,9,Cornerstone Mask
|
||||
10444,11,いしずえのめん
|
||||
|
|
Can't render this file because it has a wrong number of fields in line 510.
|
Loading…
Add table
Reference in a new issue