mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Capitalize types' names. #259
This commit is contained in:
parent
e7784d6467
commit
cb1a47242a
1 changed files with 17 additions and 17 deletions
|
@ -1,19 +1,19 @@
|
||||||
id,name,abbreviation,generation_id,damage_class_id
|
id,name,abbreviation,generation_id,damage_class_id
|
||||||
1,normal,NRM,1,2
|
1,Normal,NRM,1,2
|
||||||
2,fighting,FGT,1,2
|
2,Fighting,FGT,1,2
|
||||||
3,flying,FLY,1,2
|
3,Flying,FLY,1,2
|
||||||
4,poison,PSN,1,2
|
4,Poison,PSN,1,2
|
||||||
5,ground,GRN,1,2
|
5,Ground,GRN,1,2
|
||||||
6,rock,RCK,1,2
|
6,Rock,RCK,1,2
|
||||||
7,bug,BUG,1,2
|
7,Bug,BUG,1,2
|
||||||
8,ghost,GST,1,2
|
8,Ghost,GST,1,2
|
||||||
9,steel,STL,2,2
|
9,Steel,STL,2,2
|
||||||
10,fire,FIR,1,3
|
10,Fire,FIR,1,3
|
||||||
11,water,WTR,1,3
|
11,Water,WTR,1,3
|
||||||
12,grass,GRS,1,3
|
12,Grass,GRS,1,3
|
||||||
13,electric,ELE,1,3
|
13,Electric,ELE,1,3
|
||||||
14,psychic,PSY,1,3
|
14,Psychic,PSY,1,3
|
||||||
15,ice,ICE,1,3
|
15,Ice,ICE,1,3
|
||||||
16,dragon,DRG,1,3
|
16,Dragon,DRG,1,3
|
||||||
17,dark,DAR,2,3
|
17,Dark,DAR,2,3
|
||||||
18,???,???,2,1
|
18,???,???,2,1
|
||||||
|
|
|
Loading…
Reference in a new issue