Capitalize types' names. #259

This commit is contained in:
Zhorken 2010-12-06 18:04:46 -05:00
parent e7784d6467
commit cb1a47242a

View file

@ -1,19 +1,19 @@
id,name,abbreviation,generation_id,damage_class_id
1,normal,NRM,1,2
2,fighting,FGT,1,2
3,flying,FLY,1,2
4,poison,PSN,1,2
5,ground,GRN,1,2
6,rock,RCK,1,2
7,bug,BUG,1,2
8,ghost,GST,1,2
9,steel,STL,2,2
10,fire,FIR,1,3
11,water,WTR,1,3
12,grass,GRS,1,3
13,electric,ELE,1,3
14,psychic,PSY,1,3
15,ice,ICE,1,3
16,dragon,DRG,1,3
17,dark,DAR,2,3
1,Normal,NRM,1,2
2,Fighting,FGT,1,2
3,Flying,FLY,1,2
4,Poison,PSN,1,2
5,Ground,GRN,1,2
6,Rock,RCK,1,2
7,Bug,BUG,1,2
8,Ghost,GST,1,2
9,Steel,STL,2,2
10,Fire,FIR,1,3
11,Water,WTR,1,3
12,Grass,GRS,1,3
13,Electric,ELE,1,3
14,Psychic,PSY,1,3
15,Ice,ICE,1,3
16,Dragon,DRG,1,3
17,Dark,DAR,2,3
18,???,???,2,1

1 id name abbreviation generation_id damage_class_id
2 1 normal Normal NRM 1 2
3 2 fighting Fighting FGT 1 2
4 3 flying Flying FLY 1 2
5 4 poison Poison PSN 1 2
6 5 ground Ground GRN 1 2
7 6 rock Rock RCK 1 2
8 7 bug Bug BUG 1 2
9 8 ghost Ghost GST 1 2
10 9 steel Steel STL 2 2
11 10 fire Fire FIR 1 3
12 11 water Water WTR 1 3
13 12 grass Grass GRS 1 3
14 13 electric Electric ELE 1 3
15 14 psychic Psychic PSY 1 3
16 15 ice Ice ICE 1 3
17 16 dragon Dragon DRG 1 3
18 17 dark Dark DAR 2 3
19 18 ??? ??? 2 1