Added colors to types table

This commit is contained in:
evanfuhr 2017-08-31 21:49:03 -05:00
parent 1ef14370f1
commit f8a5635a14

View file

@ -1,21 +1,21 @@
id,identifier,generation_id,damage_class_id
1,normal,1,2
2,fighting,1,2
3,flying,1,2
4,poison,1,2
5,ground,1,2
6,rock,1,2
7,bug,1,2
8,ghost,1,2
9,steel,2,2
10,fire,1,3
11,water,1,3
12,grass,1,3
13,electric,1,3
14,psychic,1,3
15,ice,1,3
16,dragon,1,3
17,dark,2,3
18,fairy,6,
10001,unknown,2,
10002,shadow,3,
id,identifier,generation_id,damage_class_id,color
1,normal,1,2,#A8A878
2,fighting,1,2,#C03028
3,flying,1,2,#A890F0
4,poison,1,2,#A040A0
5,ground,1,2,#E0C068
6,rock,1,2,#B8A038
7,bug,1,2,#A8B820
8,ghost,1,2,#705898
9,steel,2,2,#B8B8D0
10,fire,1,3,#F08030
11,water,1,3,#6890F0
12,grass,1,3,#78C850
13,electric,1,3,#F8D030
14,psychic,1,3,#F85888
15,ice,1,3,#98D8D8
16,dragon,1,3#7038F8
17,dark,2,3,#705848
18,fairy,6,,#EE99AC
10001,unknown,2,,#68A090
10002,shadow,3,#555555

Can't render this file because it has a wrong number of fields in line 17.