Merge pull request #1052 from SKCwillie/issue-1051

fixing eevee's has_gender_differences data
This commit is contained in:
Alessandro Pezzè 2024-03-05 10:49:10 +01:00 committed by GitHub
commit f0b51031ae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -131,7 +131,7 @@ id,identifier,generation_id,evolves_from_species_id,evolution_chain_id,color_id,
130,gyarados,1,129,64,2,2,9,4,45,50,0,5,1,1,1,0,0,154,14
131,lapras,1,,65,2,3,7,4,45,50,0,40,0,1,0,0,0,155,190
132,ditto,1,,66,7,1,8,-1,35,50,0,20,0,2,0,0,0,156,
133,eevee,1,,67,3,8,8,1,45,50,0,35,0,2,0,0,0,157,1
133,eevee,1,,67,3,8,8,1,45,50,0,35,1,2,0,0,0,157,1
134,vaporeon,1,133,67,2,8,8,1,45,50,0,35,0,2,0,0,0,158,2
135,jolteon,1,133,67,10,8,8,1,45,50,0,35,0,2,0,0,0,159,3
136,flareon,1,133,67,8,8,8,1,45,50,0,35,0,2,0,0,0,160,4

1 id identifier generation_id evolves_from_species_id evolution_chain_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 is_legendary is_mythical order conquest_order
131 130 gyarados 1 129 64 2 2 9 4 45 50 0 5 1 1 1 0 0 154 14
132 131 lapras 1 65 2 3 7 4 45 50 0 40 0 1 0 0 0 155 190
133 132 ditto 1 66 7 1 8 -1 35 50 0 20 0 2 0 0 0 156
134 133 eevee 1 67 3 8 8 1 45 50 0 35 0 1 2 0 0 0 157 1
135 134 vaporeon 1 133 67 2 8 8 1 45 50 0 35 0 2 0 0 0 158 2
136 135 jolteon 1 133 67 10 8 8 1 45 50 0 35 0 2 0 0 0 159 3
137 136 flareon 1 133 67 8 8 8 1 45 50 0 35 0 2 0 0 0 160 4