Combine Nidoran and Volbeat/Illumise families. gh #21

Leaves a couple holes in pokemon_families but there were some already.
This commit is contained in:
Andrew Ekstedt 2012-06-08 16:31:58 -07:00
parent b38aa458da
commit 55a2288756
3 changed files with 6 additions and 6 deletions

View file

@ -11,7 +11,6 @@ id,baby_trigger_item_id
10,
11,
12,
13,
14,
15,
16,
@ -155,7 +154,6 @@ id,baby_trigger_item_id
154,
155,
156,
157,
158,295
159,
160,

1 id baby_trigger_item_id
11 10
12 11
13 12
13
14 14
15 15
16 16
154 154
155 155
156 156
157
157 158 295
158 159
159 160

View file

@ -1,6 +1,8 @@
pokemon_family_id,local_language_id,description
10,9,"Spiky-eared Pichu can only be received by taking the shiny Pichu from an official promotion to []{pokemon:celebi}'s shrine in []{location:ilex-forest}. Spiky-eared Pichu is always female, cannot evolve, and cannot be taken into the Wi-Fi Club or the Union Room, but is otherwise a normal Pichu."
12,9,Nidoran♀ produces both Nidoran♂ and Nidoran♀ eggs. Neither Nidorina nor Nidoqueen can breed.
99,9,Forms only affect appearance. A form is determined at random before a wild encounter and cannot be changed.
156,9,Illumise produces both Volbeat and Illumise eggs.
179,9,"Form changes along with type to match the [weather]{mechanic:weather} in battle, due to []{ability:forecast}. Castform is always in its normal form outside of battle, regardless of weather."
202,9,"Forms have different stats and movepools. In Generation III, Deoxys's form depends on the game: Normal Forme in Ruby and Sapphire, Attack Forme in FireRed, Defense Forme in LeafGreen, and Speed Forme in Emerald. In Generation IV, every form exists: form is preserved when transferring via []{location:pal-park}, and meteorites in the southeast corner of []{location:veilstone-city} or at the west end of []{location:unova-route-3} can be used to switch between forms."
213,9,"Burmy: Forms only affect appearance, although they become permanent upon evolution. Wild and newly-hatched Burmy are always in a Plant Cloak. Burmy's cloak changes to match the terrain after a battle it participated in: Plant Cloak by default; Sandy Cloak in sandy or rocky areas, such as beaches, caves, and trails; and Trash Cloak in buildings.

1 pokemon_family_id local_language_id description
2 10 9 Spiky-eared Pichu can only be received by taking the shiny Pichu from an official promotion to []{pokemon:celebi}'s shrine in []{location:ilex-forest}. Spiky-eared Pichu is always female, cannot evolve, and cannot be taken into the Wi-Fi Club or the Union Room, but is otherwise a normal Pichu.
3 12 9 Nidoran♀ produces both Nidoran♂ and Nidoran♀ eggs. Neither Nidorina nor Nidoqueen can breed.
4 99 9 Forms only affect appearance. A form is determined at random before a wild encounter and cannot be changed.
5 156 9 Illumise produces both Volbeat and Illumise eggs.
6 179 9 Form changes along with type to match the [weather]{mechanic:weather} in battle, due to []{ability:forecast}. Castform is always in its normal form outside of battle, regardless of weather.
7 202 9 Forms have different stats and movepools. In Generation III, Deoxys's form depends on the game: Normal Forme in Ruby and Sapphire, Attack Forme in FireRed, Defense Forme in LeafGreen, and Speed Forme in Emerald. In Generation IV, every form exists: form is preserved when transferring via []{location:pal-park}, and meteorites in the southeast corner of []{location:veilstone-city} or at the west end of []{location:unova-route-3} can be used to switch between forms.
8 213 9 Burmy: Forms only affect appearance, although they become permanent upon evolution. Wild and newly-hatched Burmy are always in a Plant Cloak. Burmy's cloak changes to match the terrain after a battle it participated in: Plant Cloak by default; Sandy Cloak in sandy or rocky areas, such as beaches, caves, and trails; and Trash Cloak in buildings. Wormadam: Forms have different stats and movepools. During evolution, Burmy's current cloak becomes Wormadam's form, and can no longer be changed.

View file

@ -30,9 +30,9 @@ id,identifier,generation_id,evolves_from_species_id,family_id,color_id,shape_id,
29,nidoran-f,1,,12,2,8,3,8,235,70,0,20,0,4,0
30,nidorina,1,29,12,2,8,3,8,120,70,0,20,0,4,0
31,nidoqueen,1,30,12,2,6,3,8,45,70,0,20,0,4,0
32,nidoran-m,1,,13,7,8,3,0,235,70,0,20,0,4,0
33,nidorino,1,32,13,7,8,3,0,120,70,0,20,0,4,0
34,nidoking,1,33,13,7,6,3,0,45,70,0,20,0,4,0
32,nidoran-m,1,,12,7,8,3,0,235,70,0,20,0,4,0
33,nidorino,1,32,12,7,8,3,0,120,70,0,20,0,4,0
34,nidoking,1,33,12,7,6,3,0,45,70,0,20,0,4,0
35,clefairy,1,173,14,6,6,4,6,150,140,0,10,0,3,0
36,clefable,1,35,14,6,6,4,6,25,140,0,10,0,3,0
37,vulpix,1,,15,3,8,3,6,190,70,0,20,0,2,0
@ -312,7 +312,7 @@ id,identifier,generation_id,evolves_from_species_id,family_id,color_id,shape_id,
311,plusle,3,,154,10,6,3,4,200,70,0,20,0,2,0
312,minun,3,,155,10,6,3,4,200,70,0,20,0,2,0
313,volbeat,3,,156,4,6,2,0,150,70,0,15,0,5,0
314,illumise,3,,157,7,12,2,8,150,70,0,15,0,6,0
314,illumise,3,,156,7,12,2,8,150,70,0,15,0,6,0
315,roselia,3,406,158,5,12,3,4,150,70,0,20,1,4,0
316,gulpin,3,,159,5,4,3,4,225,70,0,20,1,6,0
317,swalot,3,316,159,7,4,3,4,75,70,0,20,1,6,0

1 id identifier generation_id evolves_from_species_id family_id color_id shape_id habitat_id gender_rate capture_rate base_happiness is_baby hatch_counter has_gender_differences growth_rate_id forms_switchable
30 29 nidoran-f 1 12 2 8 3 8 235 70 0 20 0 4 0
31 30 nidorina 1 29 12 2 8 3 8 120 70 0 20 0 4 0
32 31 nidoqueen 1 30 12 2 6 3 8 45 70 0 20 0 4 0
33 32 nidoran-m 1 13 12 7 8 3 0 235 70 0 20 0 4 0
34 33 nidorino 1 32 13 12 7 8 3 0 120 70 0 20 0 4 0
35 34 nidoking 1 33 13 12 7 6 3 0 45 70 0 20 0 4 0
36 35 clefairy 1 173 14 6 6 4 6 150 140 0 10 0 3 0
37 36 clefable 1 35 14 6 6 4 6 25 140 0 10 0 3 0
38 37 vulpix 1 15 3 8 3 6 190 70 0 20 0 2 0
312 311 plusle 3 154 10 6 3 4 200 70 0 20 0 2 0
313 312 minun 3 155 10 6 3 4 200 70 0 20 0 2 0
314 313 volbeat 3 156 4 6 2 0 150 70 0 15 0 5 0
315 314 illumise 3 157 156 7 12 2 8 150 70 0 15 0 6 0
316 315 roselia 3 406 158 5 12 3 4 150 70 0 20 1 4 0
317 316 gulpin 3 159 5 4 3 4 225 70 0 20 1 6 0
318 317 swalot 3 316 159 7 4 3 4 75 70 0 20 1 6 0