Another rearrangement of CSV rows by primary key.

This commit is contained in:
Eevee 2009-05-16 22:31:04 -07:00
parent 42bcb31bdd
commit 29f37d89e5
3 changed files with 31 additions and 31 deletions

View File

@ -1,5 +1,5 @@
id,name
4,Gen 3 game in slot 2
3,PokéRadar
2,Time of day
1,Swarm
2,Time of day
3,PokéRadar
4,Gen 3 game in slot 2

1 id name
4 Gen 3 game in slot 2
3 PokéRadar
2 Time of day
2 1 Swarm
3 2 Time of day
4 3 PokéRadar
5 4 Gen 3 game in slot 2

View File

@ -1,11 +1,11 @@
id,encounter_condition_group_id,name
1,1,During a swarm
10,4,Leaf Green
9,4,Fire Red
8,4,Emerald
7,4,Sapphire
6,4,Ruby
5,3,Using PokéRadar
4,2,Night
3,2,Day
2,2,Morning
3,2,Day
4,2,Night
5,3,Using PokéRadar
6,4,Ruby
7,4,Sapphire
8,4,Emerald
9,4,Fire Red
10,4,Leaf Green

1 id encounter_condition_group_id name
2 1 1 During a swarm
10 4 Leaf Green
9 4 Fire Red
8 4 Emerald
7 4 Sapphire
6 4 Ruby
5 3 Using PokéRadar
4 2 Night
3 2 Day
3 2 2 Morning
4 3 2 Day
5 4 2 Night
6 5 3 Using PokéRadar
7 6 4 Ruby
8 7 4 Sapphire
9 8 4 Emerald
10 9 4 Fire Red
11 10 4 Leaf Green

View File

@ -2,26 +2,26 @@ id,encounter_type_id,encounter_condition_group_id,rarity
1,1,1,20
2,1,2,10
3,1,,10
4,1,3,5
5,1,4,4
6,1,3,1
4,1,3,5
26,5,,1
25,5,,4
24,5,,5
23,5,,30
22,5,,60
21,4,,1
20,4,,4
19,4,,5
18,4,,30
17,4,,60
16,3,,1
15,3,,4
14,3,,5
13,3,,30
12,3,,60
11,2,,1
10,2,,4
9,2,,5
8,2,,30
7,2,,60
8,2,,30
9,2,,5
10,2,,4
11,2,,1
12,3,,60
13,3,,30
14,3,,5
15,3,,4
16,3,,1
17,4,,60
18,4,,30
19,4,,5
20,4,,4
21,4,,1
22,5,,60
23,5,,30
24,5,,5
25,5,,4
26,5,,1

1 id encounter_type_id encounter_condition_group_id rarity
2 1 1 1 20
3 2 1 2 10
4 3 1 10
5 4 1 3 5
6 5 1 4 4
7 6 1 3 1
4 1 3 5
26 5 1
25 5 4
24 5 5
23 5 30
22 5 60
21 4 1
20 4 4
19 4 5
18 4 30
17 4 60
16 3 1
15 3 4
14 3 5
13 3 30
12 3 60
11 2 1
10 2 4
9 2 5
8 2 30
8 7 2 60
9 8 2 30
10 9 2 5
11 10 2 4
12 11 2 1
13 12 3 60
14 13 3 30
15 14 3 5
16 15 3 4
17 16 3 1
18 17 4 60
19 18 4 30
20 19 4 5
21 20 4 4
22 21 4 1
23 22 5 60
24 23 5 30
25 24 5 5
26 25 5 4
27 26 5 1