about summary refs log tree commit diff stats
path: root/db/seeds.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/seeds.rb')
-rw-r--r--db/seeds.rb188
1 files changed, 94 insertions, 94 deletions
diff --git a/db/seeds.rb b/db/seeds.rb index 6097422..6d2c42e 100644 --- a/db/seeds.rb +++ b/db/seeds.rb
@@ -91,9 +91,9 @@ module Pokeviewer
91 Species.create(id: 13, name: "Weedle", type_1: :bug, type_2: :poison, ability_1_id: 19) 91 Species.create(id: 13, name: "Weedle", type_1: :bug, type_2: :poison, ability_1_id: 19)
92 Species.create(id: 14, name: "Kakuna", type_1: :bug, type_2: :poison, ability_1_id: 61) 92 Species.create(id: 14, name: "Kakuna", type_1: :bug, type_2: :poison, ability_1_id: 61)
93 Species.create(id: 15, name: "Beedrill", type_1: :bug, type_2: :poison, ability_1_id: 68) 93 Species.create(id: 15, name: "Beedrill", type_1: :bug, type_2: :poison, ability_1_id: 68)
94 Species.create(id: 16, name: "Pidgey", type_1: :normal, type_2: :flying, ability_1_id: 51, ability_2_id: 77) 94 Species.create(id: 16, name: "Pidgey", type_1: :normal, type_2: :flying, ability_1_id: 51)
95 Species.create(id: 17, name: "Pidgeotto", type_1: :normal, type_2: :flying, ability_1_id: 51, ability_2_id: 77) 95 Species.create(id: 17, name: "Pidgeotto", type_1: :normal, type_2: :flying, ability_1_id: 51)
96 Species.create(id: 18, name: "Pidgeot", type_1: :normal, type_2: :flying, ability_1_id: 51, ability_2_id: 77) 96 Species.create(id: 18, name: "Pidgeot", type_1: :normal, type_2: :flying, ability_1_id: 51)
97 Species.create(id: 19, name: "Rattata", type_1: :normal, ability_1_id: 50, ability_2_id: 62) 97 Species.create(id: 19, name: "Rattata", type_1: :normal, ability_1_id: 50, ability_2_id: 62)
98 Species.create(id: 20, name: "Raticate", type_1: :normal, ability_1_id: 50, ability_2_id: 62) 98 Species.create(id: 20, name: "Raticate", type_1: :normal, ability_1_id: 50, ability_2_id: 62)
99 Species.create(id: 21, name: "Spearow", type_1: :normal, type_2: :flying, ability_1_id: 51) 99 Species.create(id: 21, name: "Spearow", type_1: :normal, type_2: :flying, ability_1_id: 51)
@@ -104,35 +104,35 @@ module Pokeviewer
104 Species.create(id: 26, name: "Raichu", type_1: :electric, ability_1_id: 9) 104 Species.create(id: 26, name: "Raichu", type_1: :electric, ability_1_id: 9)
105 Species.create(id: 27, name: "Sandshrew", type_1: :ground, ability_1_id: 8) 105 Species.create(id: 27, name: "Sandshrew", type_1: :ground, ability_1_id: 8)
106 Species.create(id: 28, name: "Sandslash", type_1: :ground, ability_1_id: 8) 106 Species.create(id: 28, name: "Sandslash", type_1: :ground, ability_1_id: 8)
107 Species.create(id: 29, name: "Nidoran♀", type_1: :poison, ability_1_id: 38, ability_2_id: 79) 107 Species.create(id: 29, name: "Nidoran♀", type_1: :poison, ability_1_id: 38)
108 Species.create(id: 30, name: "Nidorina", type_1: :poison, ability_1_id: 38, ability_2_id: 79) 108 Species.create(id: 30, name: "Nidorina", type_1: :poison, ability_1_id: 38)
109 Species.create(id: 31, name: "Nidoqueen", type_1: :poison, type_2: :ground, ability_1_id: 38, ability_2_id: 79) 109 Species.create(id: 31, name: "Nidoqueen", type_1: :poison, type_2: :ground, ability_1_id: 38)
110 Species.create(id: 32, name: "Nidoran♂", type_1: :poison, ability_1_id: 38, ability_2_id: 79) 110 Species.create(id: 32, name: "Nidoran♂", type_1: :poison, ability_1_id: 38)
111 Species.create(id: 33, name: "Nidorino", type_1: :poison, ability_1_id: 38, ability_2_id: 79) 111 Species.create(id: 33, name: "Nidorino", type_1: :poison, ability_1_id: 38)
112 Species.create(id: 34, name: "Nidoking", type_1: :poison, type_2: :ground, ability_1_id: 38, ability_2_id: 79) 112 Species.create(id: 34, name: "Nidoking", type_1: :poison, type_2: :ground, ability_1_id: 38)
113 Species.create(id: 35, name: "Clefairy", type_1: :normal, ability_1_id: 56, ability_2_id: 98) 113 Species.create(id: 35, name: "Clefairy", type_1: :normal, ability_1_id: 56)
114 Species.create(id: 36, name: "Clefable", type_1: :normal, ability_1_id: 56, ability_2_id: 98) 114 Species.create(id: 36, name: "Clefable", type_1: :normal, ability_1_id: 56)
115 Species.create(id: 37, name: "Vulpix", type_1: :fire, ability_1_id: 18) 115 Species.create(id: 37, name: "Vulpix", type_1: :fire, ability_1_id: 18)
116 Species.create(id: 38, name: "Ninetales", type_1: :fire, ability_1_id: 18) 116 Species.create(id: 38, name: "Ninetales", type_1: :fire, ability_1_id: 18)
117 Species.create(id: 39, name: "Jigglypuff", type_1: :normal, ability_1_id: 56, ability_2_id: 172) 117 Species.create(id: 39, name: "Jigglypuff", type_1: :normal, ability_1_id: 56)
118 Species.create(id: 40, name: "Wigglytuff", type_1: :normal, ability_1_id: 56, ability_2_id: 172) 118 Species.create(id: 40, name: "Wigglytuff", type_1: :normal, ability_1_id: 56)
119 Species.create(id: 41, name: "Zubat", type_1: :poison, type_2: :flying, ability_1_id: 39) 119 Species.create(id: 41, name: "Zubat", type_1: :poison, type_2: :flying, ability_1_id: 39)
120 Species.create(id: 42, name: "Golbat", type_1: :poison, type_2: :flying, ability_1_id: 39) 120 Species.create(id: 42, name: "Golbat", type_1: :poison, type_2: :flying, ability_1_id: 39)
121 Species.create(id: 43, name: "Oddish", type_1: :grass, type_2: :poison, ability_1_id: 34) 121 Species.create(id: 43, name: "Oddish", type_1: :grass, type_2: :poison, ability_1_id: 34)
122 Species.create(id: 44, name: "Gloom", type_1: :grass, type_2: :poison, ability_1_id: 34) 122 Species.create(id: 44, name: "Gloom", type_1: :grass, type_2: :poison, ability_1_id: 34)
123 Species.create(id: 45, name: "Vileplume", type_1: :grass, type_2: :poison, ability_1_id: 34) 123 Species.create(id: 45, name: "Vileplume", type_1: :grass, type_2: :poison, ability_1_id: 34)
124 Species.create(id: 46, name: "Paras", type_1: :bug, type_2: :grass, ability_1_id: 27, ability_2_id: 87) 124 Species.create(id: 46, name: "Paras", type_1: :bug, type_2: :grass, ability_1_id: 27)
125 Species.create(id: 47, name: "Parasect", type_1: :bug, type_2: :grass, ability_1_id: 27, ability_2_id: 87) 125 Species.create(id: 47, name: "Parasect", type_1: :bug, type_2: :grass, ability_1_id: 27)
126 Species.create(id: 48, name: "Venonat", type_1: :bug, type_2: :poison, ability_1_id: 14, ability_2_id: 110) 126 Species.create(id: 48, name: "Venonat", type_1: :bug, type_2: :poison, ability_1_id: 14)
127 Species.create(id: 49, name: "Venomoth", type_1: :bug, type_2: :poison, ability_1_id: 19, ability_2_id: 110) 127 Species.create(id: 49, name: "Venomoth", type_1: :bug, type_2: :poison, ability_1_id: 19)
128 Species.create(id: 50, name: "Diglett", type_1: :ground, ability_1_id: 8, ability_2_id: 71) 128 Species.create(id: 50, name: "Diglett", type_1: :ground, ability_1_id: 8, ability_2_id: 71)
129 Species.create(id: 51, name: "Dugtrio", type_1: :ground, ability_1_id: 8, ability_2_id: 71) 129 Species.create(id: 51, name: "Dugtrio", type_1: :ground, ability_1_id: 8, ability_2_id: 71)
130 Species.create(id: 52, name: "Meowth", type_1: :normal, ability_1_id: 53, ability_2_id: 101) 130 Species.create(id: 52, name: "Meowth", type_1: :normal, ability_1_id: 53)
131 Species.create(id: 53, name: "Persian", type_1: :normal, ability_1_id: 7, ability_2_id: 101) 131 Species.create(id: 53, name: "Persian", type_1: :normal, ability_1_id: 7)
132 Species.create(id: 54, name: "Psyduck", type_1: :water, ability_1_id: 6, ability_2_id: 13) 132 Species.create(id: 54, name: "Psyduck", type_1: :water, ability_1_id: 6, ability_2_id: 13)
133 Species.create(id: 55, name: "Golduck", type_1: :water, ability_1_id: 6, ability_2_id: 13) 133 Species.create(id: 55, name: "Golduck", type_1: :water, ability_1_id: 6, ability_2_id: 13)
134 Species.create(id: 56, name: "Mankey", type_1: :fighting, ability_1_id: 72, ability_2_id: 83) 134 Species.create(id: 56, name: "Mankey", type_1: :fighting, ability_1_id: 72)
135 Species.create(id: 57, name: "Primeape", type_1: :fighting, ability_1_id: 72, ability_2_id: 83) 135 Species.create(id: 57, name: "Primeape", type_1: :fighting, ability_1_id: 72)
136 Species.create(id: 58, name: "Growlithe", type_1: :fire, ability_1_id: 22, ability_2_id: 18) 136 Species.create(id: 58, name: "Growlithe", type_1: :fire, ability_1_id: 22, ability_2_id: 18)
137 Species.create(id: 59, name: "Arcanine", type_1: :fire, ability_1_id: 22, ability_2_id: 18) 137 Species.create(id: 59, name: "Arcanine", type_1: :fire, ability_1_id: 22, ability_2_id: 18)
138 Species.create(id: 60, name: "Poliwag", type_1: :water, ability_1_id: 11, ability_2_id: 6) 138 Species.create(id: 60, name: "Poliwag", type_1: :water, ability_1_id: 11, ability_2_id: 6)
@@ -141,9 +141,9 @@ module Pokeviewer
141 Species.create(id: 63, name: "Abra", type_1: :psychic, ability_1_id: 28, ability_2_id: 39) 141 Species.create(id: 63, name: "Abra", type_1: :psychic, ability_1_id: 28, ability_2_id: 39)
142 Species.create(id: 64, name: "Kadabra", type_1: :psychic, ability_1_id: 28, ability_2_id: 39) 142 Species.create(id: 64, name: "Kadabra", type_1: :psychic, ability_1_id: 28, ability_2_id: 39)
143 Species.create(id: 65, name: "Alakazam", type_1: :psychic, ability_1_id: 28, ability_2_id: 39) 143 Species.create(id: 65, name: "Alakazam", type_1: :psychic, ability_1_id: 28, ability_2_id: 39)
144 Species.create(id: 66, name: "Machop", type_1: :fighting, ability_1_id: 62, ability_2_id: 99) 144 Species.create(id: 66, name: "Machop", type_1: :fighting, ability_1_id: 62)
145 Species.create(id: 67, name: "Machoke", type_1: :fighting, ability_1_id: 62, ability_2_id: 99) 145 Species.create(id: 67, name: "Machoke", type_1: :fighting, ability_1_id: 62)
146 Species.create(id: 68, name: "Machamp", type_1: :fighting, ability_1_id: 62, ability_2_id: 99) 146 Species.create(id: 68, name: "Machamp", type_1: :fighting, ability_1_id: 62)
147 Species.create(id: 69, name: "Bellsprout", type_1: :grass, type_2: :poison, ability_1_id: 34) 147 Species.create(id: 69, name: "Bellsprout", type_1: :grass, type_2: :poison, ability_1_id: 34)
148 Species.create(id: 70, name: "Weepinbell", type_1: :grass, type_2: :poison, ability_1_id: 34) 148 Species.create(id: 70, name: "Weepinbell", type_1: :grass, type_2: :poison, ability_1_id: 34)
149 Species.create(id: 71, name: "Victreebel", type_1: :grass, type_2: :poison, ability_1_id: 34) 149 Species.create(id: 71, name: "Victreebel", type_1: :grass, type_2: :poison, ability_1_id: 34)
@@ -161,18 +161,18 @@ module Pokeviewer
161 Species.create(id: 83, name: "Farfetch'd", type_1: :normal, type_2: :flying, ability_1_id: 51, ability_2_id: 39) 161 Species.create(id: 83, name: "Farfetch'd", type_1: :normal, type_2: :flying, ability_1_id: 51, ability_2_id: 39)
162 Species.create(id: 84, name: "Doduo", type_1: :normal, type_2: :flying, ability_1_id: 50, ability_2_id: 48) 162 Species.create(id: 84, name: "Doduo", type_1: :normal, type_2: :flying, ability_1_id: 50, ability_2_id: 48)
163 Species.create(id: 85, name: "Dodrio", type_1: :normal, type_2: :flying, ability_1_id: 50, ability_2_id: 48) 163 Species.create(id: 85, name: "Dodrio", type_1: :normal, type_2: :flying, ability_1_id: 50, ability_2_id: 48)
164 Species.create(id: 86, name: "Seel", type_1: :water, ability_1_id: 47, ability_2_id: 93) 164 Species.create(id: 86, name: "Seel", type_1: :water, ability_1_id: 47)
165 Species.create(id: 87, name: "Dewgong", type_1: :water, type_2: :ice, ability_1_id: 47, ability_2_id: 93) 165 Species.create(id: 87, name: "Dewgong", type_1: :water, type_2: :ice, ability_1_id: 47)
166 Species.create(id: 88, name: "Grimer", type_1: :poison, ability_1_id: 1, ability_2_id: 60) 166 Species.create(id: 88, name: "Grimer", type_1: :poison, ability_1_id: 1, ability_2_id: 60)
167 Species.create(id: 89, name: "Muk", type_1: :poison, ability_1_id: 1, ability_2_id: 60) 167 Species.create(id: 89, name: "Muk", type_1: :poison, ability_1_id: 1, ability_2_id: 60)
168 Species.create(id: 90, name: "Shellder", type_1: :water, ability_1_id: 75, ability_2_id: 92) 168 Species.create(id: 90, name: "Shellder", type_1: :water, ability_1_id: 75)
169 Species.create(id: 91, name: "Cloyster", type_1: :water, type_2: :ice, ability_1_id: 75, ability_2_id: 92) 169 Species.create(id: 91, name: "Cloyster", type_1: :water, type_2: :ice, ability_1_id: 75)
170 Species.create(id: 92, name: "Gastly", type_1: :ghost, type_2: :poison, ability_1_id: 26) 170 Species.create(id: 92, name: "Gastly", type_1: :ghost, type_2: :poison, ability_1_id: 26)
171 Species.create(id: 93, name: "Haunter", type_1: :ghost, type_2: :poison, ability_1_id: 26) 171 Species.create(id: 93, name: "Haunter", type_1: :ghost, type_2: :poison, ability_1_id: 26)
172 Species.create(id: 94, name: "Gengar", type_1: :ghost, type_2: :poison, ability_1_id: 26) 172 Species.create(id: 94, name: "Gengar", type_1: :ghost, type_2: :poison, ability_1_id: 26)
173 Species.create(id: 95, name: "Onix", type_1: :rock, type_2: :ground, ability_1_id: 69, ability_2_id: 5) 173 Species.create(id: 95, name: "Onix", type_1: :rock, type_2: :ground, ability_1_id: 69, ability_2_id: 5)
174 Species.create(id: 96, name: "Drowzee", type_1: :psychic, ability_1_id: 15, ability_2_id: 108) 174 Species.create(id: 96, name: "Drowzee", type_1: :psychic, ability_1_id: 15)
175 Species.create(id: 97, name: "Hypno", type_1: :psychic, ability_1_id: 15, ability_2_id: 108) 175 Species.create(id: 97, name: "Hypno", type_1: :psychic, ability_1_id: 15)
176 Species.create(id: 98, name: "Krabby", type_1: :water, ability_1_id: 52, ability_2_id: 75) 176 Species.create(id: 98, name: "Krabby", type_1: :water, ability_1_id: 52, ability_2_id: 75)
177 Species.create(id: 99, name: "Kingler", type_1: :water, ability_1_id: 52, ability_2_id: 75) 177 Species.create(id: 99, name: "Kingler", type_1: :water, ability_1_id: 52, ability_2_id: 75)
178 Species.create(id: 100, name: "Voltorb", type_1: :electric, ability_1_id: 43, ability_2_id: 9) 178 Species.create(id: 100, name: "Voltorb", type_1: :electric, ability_1_id: 43, ability_2_id: 9)
@@ -181,38 +181,38 @@ module Pokeviewer
181 Species.create(id: 103, name: "Exeggutor", type_1: :grass, type_2: :psychic, ability_1_id: 34) 181 Species.create(id: 103, name: "Exeggutor", type_1: :grass, type_2: :psychic, ability_1_id: 34)
182 Species.create(id: 104, name: "Cubone", type_1: :ground, ability_1_id: 69, ability_2_id: 31) 182 Species.create(id: 104, name: "Cubone", type_1: :ground, ability_1_id: 69, ability_2_id: 31)
183 Species.create(id: 105, name: "Marowak", type_1: :ground, ability_1_id: 69, ability_2_id: 31) 183 Species.create(id: 105, name: "Marowak", type_1: :ground, ability_1_id: 69, ability_2_id: 31)
184 Species.create(id: 106, name: "Hitmonlee", type_1: :fighting, ability_1_id: 7, ability_2_id: 120) 184 Species.create(id: 106, name: "Hitmonlee", type_1: :fighting, ability_1_id: 7)
185 Species.create(id: 107, name: "Hitmonchan", type_1: :fighting, ability_1_id: 51, ability_2_id: 89) 185 Species.create(id: 107, name: "Hitmonchan", type_1: :fighting, ability_1_id: 51)
186 Species.create(id: 108, name: "Lickitung", type_1: :normal, ability_1_id: 20, ability_2_id: 12) 186 Species.create(id: 108, name: "Lickitung", type_1: :normal, ability_1_id: 20, ability_2_id: 12)
187 Species.create(id: 109, name: "Koffing", type_1: :poison, ability_1_id: 26) 187 Species.create(id: 109, name: "Koffing", type_1: :poison, ability_1_id: 26)
188 Species.create(id: 110, name: "Weezing", type_1: :poison, ability_1_id: 26) 188 Species.create(id: 110, name: "Weezing", type_1: :poison, ability_1_id: 26)
189 Species.create(id: 111, name: "Rhyhorn", type_1: :ground, type_2: :rock, ability_1_id: 31, ability_2_id: 69) 189 Species.create(id: 111, name: "Rhyhorn", type_1: :ground, type_2: :rock, ability_1_id: 31, ability_2_id: 69)
190 Species.create(id: 112, name: "Rhydon", type_1: :ground, type_2: :rock, ability_1_id: 31, ability_2_id: 69) 190 Species.create(id: 112, name: "Rhydon", type_1: :ground, type_2: :rock, ability_1_id: 31, ability_2_id: 69)
191 Species.create(id: 113, name: "Chansey", type_1: :normal, ability_1_id: 30, ability_2_id: 32) 191 Species.create(id: 113, name: "Chansey", type_1: :normal, ability_1_id: 30, ability_2_id: 32)
192 Species.create(id: 114, name: "Tangela", type_1: :grass, ability_1_id: 34, ability_2_id: 102) 192 Species.create(id: 114, name: "Tangela", type_1: :grass, ability_1_id: 34)
193 Species.create(id: 115, name: "Kangaskhan", type_1: :normal, ability_1_id: 48, ability_2_id: 113) 193 Species.create(id: 115, name: "Kangaskhan", type_1: :normal, ability_1_id: 48)
194 Species.create(id: 116, name: "Horsea", type_1: :water, ability_1_id: 33, ability_2_id: 97) 194 Species.create(id: 116, name: "Horsea", type_1: :water, ability_1_id: 33)
195 Species.create(id: 117, name: "Seadra", type_1: :water, ability_1_id: 38, ability_2_id: 97) 195 Species.create(id: 117, name: "Seadra", type_1: :water, ability_1_id: 38)
196 Species.create(id: 118, name: "Goldeen", type_1: :water, ability_1_id: 33, ability_2_id: 41) 196 Species.create(id: 118, name: "Goldeen", type_1: :water, ability_1_id: 33, ability_2_id: 41)
197 Species.create(id: 119, name: "Seaking", type_1: :water, ability_1_id: 33, ability_2_id: 41) 197 Species.create(id: 119, name: "Seaking", type_1: :water, ability_1_id: 33, ability_2_id: 41)
198 Species.create(id: 120, name: "Staryu", type_1: :water, ability_1_id: 35, ability_2_id: 30) 198 Species.create(id: 120, name: "Staryu", type_1: :water, ability_1_id: 35, ability_2_id: 30)
199 Species.create(id: 121, name: "Starmie", type_1: :water, type_2: :psychic, ability_1_id: 35, ability_2_id: 30) 199 Species.create(id: 121, name: "Starmie", type_1: :water, type_2: :psychic, ability_1_id: 35, ability_2_id: 30)
200 Species.create(id: 122, name: "Mr. Mime", type_1: :psychic, ability_1_id: 43, ability_2_id: 111) 200 Species.create(id: 122, name: "Mr. Mime", type_1: :psychic, ability_1_id: 43)
201 Species.create(id: 123, name: "Scyther", type_1: :bug, type_2: :flying, ability_1_id: 68, ability_2_id: 101) 201 Species.create(id: 123, name: "Scyther", type_1: :bug, type_2: :flying, ability_1_id: 68)
202 Species.create(id: 124, name: "Jynx", type_1: :ice, type_2: :psychic, ability_1_id: 12, ability_2_id: 108) 202 Species.create(id: 124, name: "Jynx", type_1: :ice, type_2: :psychic, ability_1_id: 12)
203 Species.create(id: 125, name: "Electabuzz", type_1: :electric, ability_1_id: 9) 203 Species.create(id: 125, name: "Electabuzz", type_1: :electric, ability_1_id: 9)
204 Species.create(id: 126, name: "Magmar", type_1: :fire, ability_1_id: 49) 204 Species.create(id: 126, name: "Magmar", type_1: :fire, ability_1_id: 49)
205 Species.create(id: 127, name: "Pinsir", type_1: :bug, ability_1_id: 52, ability_2_id: 104) 205 Species.create(id: 127, name: "Pinsir", type_1: :bug, ability_1_id: 52)
206 Species.create(id: 128, name: "Tauros", type_1: :normal, ability_1_id: 22, ability_2_id: 83) 206 Species.create(id: 128, name: "Tauros", type_1: :normal, ability_1_id: 22)
207 Species.create(id: 129, name: "Magikarp", type_1: :water, ability_1_id: 33) 207 Species.create(id: 129, name: "Magikarp", type_1: :water, ability_1_id: 33)
208 Species.create(id: 130, name: "Gyarados", type_1: :water, type_2: :flying, ability_1_id: 22) 208 Species.create(id: 130, name: "Gyarados", type_1: :water, type_2: :flying, ability_1_id: 22)
209 Species.create(id: 131, name: "Lapras", type_1: :water, type_2: :ice, ability_1_id: 11, ability_2_id: 75) 209 Species.create(id: 131, name: "Lapras", type_1: :water, type_2: :ice, ability_1_id: 11, ability_2_id: 75)
210 Species.create(id: 132, name: "Ditto", type_1: :normal, ability_1_id: 7) 210 Species.create(id: 132, name: "Ditto", type_1: :normal, ability_1_id: 7)
211 Species.create(id: 133, name: "Eevee", type_1: :normal, ability_1_id: 50, ability_2_id: 91) 211 Species.create(id: 133, name: "Eevee", type_1: :normal, ability_1_id: 50)
212 Species.create(id: 134, name: "Vaporeon", type_1: :water, ability_1_id: 11) 212 Species.create(id: 134, name: "Vaporeon", type_1: :water, ability_1_id: 11)
213 Species.create(id: 135, name: "Jolteon", type_1: :electric, ability_1_id: 10) 213 Species.create(id: 135, name: "Jolteon", type_1: :electric, ability_1_id: 10)
214 Species.create(id: 136, name: "Flareon", type_1: :fire, ability_1_id: 18) 214 Species.create(id: 136, name: "Flareon", type_1: :fire, ability_1_id: 18)
215 Species.create(id: 137, name: "Porygon", type_1: :normal, ability_1_id: 36, ability_2_id: 88) 215 Species.create(id: 137, name: "Porygon", type_1: :normal, ability_1_id: 36)
216 Species.create(id: 138, name: "Omanyte", type_1: :rock, type_2: :water, ability_1_id: 33, ability_2_id: 75) 216 Species.create(id: 138, name: "Omanyte", type_1: :rock, type_2: :water, ability_1_id: 33, ability_2_id: 75)
217 Species.create(id: 139, name: "Omastar", type_1: :rock, type_2: :water, ability_1_id: 33, ability_2_id: 75) 217 Species.create(id: 139, name: "Omastar", type_1: :rock, type_2: :water, ability_1_id: 33, ability_2_id: 75)
218 Species.create(id: 140, name: "Kabuto", type_1: :rock, type_2: :water, ability_1_id: 33, ability_2_id: 4) 218 Species.create(id: 140, name: "Kabuto", type_1: :rock, type_2: :water, ability_1_id: 33, ability_2_id: 4)
@@ -248,8 +248,8 @@ module Pokeviewer
248 Species.create(id: 170, name: "Chinchou", type_1: :water, type_2: :electric, ability_1_id: 10, ability_2_id: 35) 248 Species.create(id: 170, name: "Chinchou", type_1: :water, type_2: :electric, ability_1_id: 10, ability_2_id: 35)
249 Species.create(id: 171, name: "Lanturn", type_1: :water, type_2: :electric, ability_1_id: 10, ability_2_id: 35) 249 Species.create(id: 171, name: "Lanturn", type_1: :water, type_2: :electric, ability_1_id: 10, ability_2_id: 35)
250 Species.create(id: 172, name: "Pichu", type_1: :electric, ability_1_id: 9) 250 Species.create(id: 172, name: "Pichu", type_1: :electric, ability_1_id: 9)
251 Species.create(id: 173, name: "Cleffa", type_1: :normal, ability_1_id: 56, ability_2_id: 98) 251 Species.create(id: 173, name: "Cleffa", type_1: :normal, ability_1_id: 56)
252 Species.create(id: 174, name: "Igglybuff", type_1: :normal, ability_1_id: 56, ability_2_id: 172) 252 Species.create(id: 174, name: "Igglybuff", type_1: :normal, ability_1_id: 56)
253 Species.create(id: 175, name: "Togepi", type_1: :normal, ability_1_id: 55, ability_2_id: 32) 253 Species.create(id: 175, name: "Togepi", type_1: :normal, ability_1_id: 55, ability_2_id: 32)
254 Species.create(id: 176, name: "Togetic", type_1: :normal, type_2: :flying, ability_1_id: 55, ability_2_id: 32) 254 Species.create(id: 176, name: "Togetic", type_1: :normal, type_2: :flying, ability_1_id: 55, ability_2_id: 32)
255 Species.create(id: 177, name: "Natu", type_1: :psychic, type_2: :flying, ability_1_id: 28, ability_2_id: 48) 255 Species.create(id: 177, name: "Natu", type_1: :psychic, type_2: :flying, ability_1_id: 28, ability_2_id: 48)
@@ -262,18 +262,18 @@ module Pokeviewer
262 Species.create(id: 184, name: "Azumarill", type_1: :water, ability_1_id: 47, ability_2_id: 37) 262 Species.create(id: 184, name: "Azumarill", type_1: :water, ability_1_id: 47, ability_2_id: 37)
263 Species.create(id: 185, name: "Sudowoodo", type_1: :rock, ability_1_id: 5, ability_2_id: 69) 263 Species.create(id: 185, name: "Sudowoodo", type_1: :rock, ability_1_id: 5, ability_2_id: 69)
264 Species.create(id: 186, name: "Politoed", type_1: :water, ability_1_id: 11, ability_2_id: 6) 264 Species.create(id: 186, name: "Politoed", type_1: :water, ability_1_id: 11, ability_2_id: 6)
265 Species.create(id: 187, name: "Hoppip", type_1: :grass, type_2: :flying, ability_1_id: 34, ability_2_id: 102) 265 Species.create(id: 187, name: "Hoppip", type_1: :grass, type_2: :flying, ability_1_id: 34)
266 Species.create(id: 188, name: "Skiploom", type_1: :grass, type_2: :flying, ability_1_id: 34, ability_2_id: 102) 266 Species.create(id: 188, name: "Skiploom", type_1: :grass, type_2: :flying, ability_1_id: 34)
267 Species.create(id: 189, name: "Jumpluff", type_1: :grass, type_2: :flying, ability_1_id: 34, ability_2_id: 102) 267 Species.create(id: 189, name: "Jumpluff", type_1: :grass, type_2: :flying, ability_1_id: 34)
268 Species.create(id: 190, name: "Aipom", type_1: :normal, ability_1_id: 50, ability_2_id: 53) 268 Species.create(id: 190, name: "Aipom", type_1: :normal, ability_1_id: 50, ability_2_id: 53)
269 Species.create(id: 191, name: "Sunkern", type_1: :grass, ability_1_id: 34, ability_2_id: 94) 269 Species.create(id: 191, name: "Sunkern", type_1: :grass, ability_1_id: 34)
270 Species.create(id: 192, name: "Sunflora", type_1: :grass, ability_1_id: 34, ability_2_id: 94) 270 Species.create(id: 192, name: "Sunflora", type_1: :grass, ability_1_id: 34)
271 Species.create(id: 193, name: "Yanma", type_1: :bug, type_2: :flying, ability_1_id: 3, ability_2_id: 14) 271 Species.create(id: 193, name: "Yanma", type_1: :bug, type_2: :flying, ability_1_id: 3, ability_2_id: 14)
272 Species.create(id: 194, name: "Wooper", type_1: :water, type_2: :ground, ability_1_id: 6, ability_2_id: 11) 272 Species.create(id: 194, name: "Wooper", type_1: :water, type_2: :ground, ability_1_id: 6, ability_2_id: 11)
273 Species.create(id: 195, name: "Quagsire", type_1: :water, type_2: :ground, ability_1_id: 6, ability_2_id: 11) 273 Species.create(id: 195, name: "Quagsire", type_1: :water, type_2: :ground, ability_1_id: 6, ability_2_id: 11)
274 Species.create(id: 196, name: "Espeon", type_1: :psychic, ability_1_id: 28) 274 Species.create(id: 196, name: "Espeon", type_1: :psychic, ability_1_id: 28)
275 Species.create(id: 197, name: "Umbreon", type_1: :dark, ability_1_id: 28) 275 Species.create(id: 197, name: "Umbreon", type_1: :dark, ability_1_id: 28)
276 Species.create(id: 198, name: "Murkrow", type_1: :dark, type_2: :flying, ability_1_id: 15, ability_2_id: 105) 276 Species.create(id: 198, name: "Murkrow", type_1: :dark, type_2: :flying, ability_1_id: 15)
277 Species.create(id: 199, name: "Slowking", type_1: :water, type_2: :psychic, ability_1_id: 12, ability_2_id: 20) 277 Species.create(id: 199, name: "Slowking", type_1: :water, type_2: :psychic, ability_1_id: 12, ability_2_id: 20)
278 Species.create(id: 200, name: "Misdreavus", type_1: :ghost, ability_1_id: 26) 278 Species.create(id: 200, name: "Misdreavus", type_1: :ghost, ability_1_id: 26)
279 Species.create(id: 201, name: "Unown", type_1: :psychic, ability_1_id: 26) 279 Species.create(id: 201, name: "Unown", type_1: :psychic, ability_1_id: 26)
@@ -285,38 +285,38 @@ module Pokeviewer
285 Species.create(id: 207, name: "Gligar", type_1: :ground, type_2: :flying, ability_1_id: 52, ability_2_id: 8) 285 Species.create(id: 207, name: "Gligar", type_1: :ground, type_2: :flying, ability_1_id: 52, ability_2_id: 8)
286 Species.create(id: 208, name: "Steelix", type_1: :steel, type_2: :ground, ability_1_id: 69, ability_2_id: 5) 286 Species.create(id: 208, name: "Steelix", type_1: :steel, type_2: :ground, ability_1_id: 69, ability_2_id: 5)
287 Species.create(id: 209, name: "Snubbull", type_1: :normal, ability_1_id: 22, ability_2_id: 50) 287 Species.create(id: 209, name: "Snubbull", type_1: :normal, ability_1_id: 22, ability_2_id: 50)
288 Species.create(id: 210, name: "Granbull", type_1: :normal, ability_1_id: 22, ability_2_id: 95) 288 Species.create(id: 210, name: "Granbull", type_1: :normal, ability_1_id: 22)
289 Species.create(id: 211, name: "Qwilfish", type_1: :water, type_2: :poison, ability_1_id: 38, ability_2_id: 33) 289 Species.create(id: 211, name: "Qwilfish", type_1: :water, type_2: :poison, ability_1_id: 38, ability_2_id: 33)
290 Species.create(id: 212, name: "Scizor", type_1: :bug, type_2: :steel, ability_1_id: 68, ability_2_id: 101) 290 Species.create(id: 212, name: "Scizor", type_1: :bug, type_2: :steel, ability_1_id: 68)
291 Species.create(id: 213, name: "Shuckle", type_1: :bug, type_2: :rock, ability_1_id: 5, ability_2_id: 82) 291 Species.create(id: 213, name: "Shuckle", type_1: :bug, type_2: :rock, ability_1_id: 5)
292 Species.create(id: 214, name: "Heracross", type_1: :bug, type_2: :fighting, ability_1_id: 68, ability_2_id: 62) 292 Species.create(id: 214, name: "Heracross", type_1: :bug, type_2: :fighting, ability_1_id: 68, ability_2_id: 62)
293 Species.create(id: 215, name: "Sneasel", type_1: :dark, type_2: :ice, ability_1_id: 39, ability_2_id: 51) 293 Species.create(id: 215, name: "Sneasel", type_1: :dark, type_2: :ice, ability_1_id: 39, ability_2_id: 51)
294 Species.create(id: 216, name: "Teddiursa", type_1: :normal, ability_1_id: 53, ability_2_id: 95) 294 Species.create(id: 216, name: "Teddiursa", type_1: :normal, ability_1_id: 53)
295 Species.create(id: 217, name: "Ursaring", type_1: :normal, ability_1_id: 62, ability_2_id: 95) 295 Species.create(id: 217, name: "Ursaring", type_1: :normal, ability_1_id: 62)
296 Species.create(id: 218, name: "Slugma", type_1: :fire, ability_1_id: 40, ability_2_id: 49) 296 Species.create(id: 218, name: "Slugma", type_1: :fire, ability_1_id: 40, ability_2_id: 49)
297 Species.create(id: 219, name: "Magcargo", type_1: :fire, type_2: :rock, ability_1_id: 40, ability_2_id: 49) 297 Species.create(id: 219, name: "Magcargo", type_1: :fire, type_2: :rock, ability_1_id: 40, ability_2_id: 49)
298 Species.create(id: 220, name: "Swinub", type_1: :ice, type_2: :ground, ability_1_id: 12, ability_2_id: 81) 298 Species.create(id: 220, name: "Swinub", type_1: :ice, type_2: :ground, ability_1_id: 12)
299 Species.create(id: 221, name: "Piloswine", type_1: :ice, type_2: :ground, ability_1_id: 12, ability_2_id: 81) 299 Species.create(id: 221, name: "Piloswine", type_1: :ice, type_2: :ground, ability_1_id: 12)
300 Species.create(id: 222, name: "Corsola", type_1: :water, type_2: :rock, ability_1_id: 55, ability_2_id: 30) 300 Species.create(id: 222, name: "Corsola", type_1: :water, type_2: :rock, ability_1_id: 55, ability_2_id: 30)
301 Species.create(id: 223, name: "Remoraid", type_1: :water, ability_1_id: 55, ability_2_id: 97) 301 Species.create(id: 223, name: "Remoraid", type_1: :water, ability_1_id: 55)
302 Species.create(id: 224, name: "Octillery", type_1: :water, ability_1_id: 21, ability_2_id: 97) 302 Species.create(id: 224, name: "Octillery", type_1: :water, ability_1_id: 21)
303 Species.create(id: 225, name: "Delibird", type_1: :ice, type_2: :flying, ability_1_id: 72, ability_2_id: 55) 303 Species.create(id: 225, name: "Delibird", type_1: :ice, type_2: :flying, ability_1_id: 72, ability_2_id: 55)
304 Species.create(id: 226, name: "Mantine", type_1: :water, type_2: :flying, ability_1_id: 33, ability_2_id: 11) 304 Species.create(id: 226, name: "Mantine", type_1: :water, type_2: :flying, ability_1_id: 33, ability_2_id: 11)
305 Species.create(id: 227, name: "Skarmory", type_1: :steel, type_2: :flying, ability_1_id: 51, ability_2_id: 5) 305 Species.create(id: 227, name: "Skarmory", type_1: :steel, type_2: :flying, ability_1_id: 51, ability_2_id: 5)
306 Species.create(id: 228, name: "Houndour", type_1: :dark, type_2: :fire, ability_1_id: 48, ability_2_id: 18) 306 Species.create(id: 228, name: "Houndour", type_1: :dark, type_2: :fire, ability_1_id: 48, ability_2_id: 18)
307 Species.create(id: 229, name: "Houndoom", type_1: :dark, type_2: :fire, ability_1_id: 48, ability_2_id: 18) 307 Species.create(id: 229, name: "Houndoom", type_1: :dark, type_2: :fire, ability_1_id: 48, ability_2_id: 18)
308 Species.create(id: 230, name: "Kingdra", type_1: :water, type_2: :dragon, ability_1_id: 33, ability_2_id: 97) 308 Species.create(id: 230, name: "Kingdra", type_1: :water, type_2: :dragon, ability_1_id: 33)
309 Species.create(id: 231, name: "Phanpy", type_1: :ground, ability_1_id: 53) 309 Species.create(id: 231, name: "Phanpy", type_1: :ground, ability_1_id: 53)
310 Species.create(id: 232, name: "Donphan", type_1: :ground, ability_1_id: 5) 310 Species.create(id: 232, name: "Donphan", type_1: :ground, ability_1_id: 5)
311 Species.create(id: 233, name: "Porygon2", type_1: :normal, ability_1_id: 36, ability_2_id: 88) 311 Species.create(id: 233, name: "Porygon2", type_1: :normal, ability_1_id: 36)
312 Species.create(id: 234, name: "Stantler", type_1: :normal, ability_1_id: 22, ability_2_id: 119) 312 Species.create(id: 234, name: "Stantler", type_1: :normal, ability_1_id: 22)
313 Species.create(id: 235, name: "Smeargle", type_1: :normal, ability_1_id: 20, ability_2_id: 101) 313 Species.create(id: 235, name: "Smeargle", type_1: :normal, ability_1_id: 20)
314 Species.create(id: 236, name: "Tyrogue", type_1: :fighting, ability_1_id: 62, ability_2_id: 80) 314 Species.create(id: 236, name: "Tyrogue", type_1: :fighting, ability_1_id: 62)
315 Species.create(id: 237, name: "Hitmontop", type_1: :fighting, ability_1_id: 22, ability_2_id: 101) 315 Species.create(id: 237, name: "Hitmontop", type_1: :fighting, ability_1_id: 22)
316 Species.create(id: 238, name: "Smoochum", type_1: :ice, type_2: :psychic, ability_1_id: 12, ability_2_id: 108) 316 Species.create(id: 238, name: "Smoochum", type_1: :ice, type_2: :psychic, ability_1_id: 12)
317 Species.create(id: 239, name: "Elekid", type_1: :electric, ability_1_id: 9) 317 Species.create(id: 239, name: "Elekid", type_1: :electric, ability_1_id: 9)
318 Species.create(id: 240, name: "Magby", type_1: :fire, ability_1_id: 49) 318 Species.create(id: 240, name: "Magby", type_1: :fire, ability_1_id: 49)
319 Species.create(id: 241, name: "Miltank", type_1: :normal, ability_1_id: 47, ability_2_id: 113) 319 Species.create(id: 241, name: "Miltank", type_1: :normal, ability_1_id: 47)
320 Species.create(id: 242, name: "Blissey", type_1: :normal, ability_1_id: 30, ability_2_id: 32) 320 Species.create(id: 242, name: "Blissey", type_1: :normal, ability_1_id: 30, ability_2_id: 32)
321 Species.create(id: 243, name: "Raikou", type_1: :electric, ability_1_id: 46) 321 Species.create(id: 243, name: "Raikou", type_1: :electric, ability_1_id: 46)
322 Species.create(id: 244, name: "Entei", type_1: :fire, ability_1_id: 46) 322 Species.create(id: 244, name: "Entei", type_1: :fire, ability_1_id: 46)
@@ -336,10 +336,10 @@ module Pokeviewer
336 Species.create(id: 258, name: "Mudkip", type_1: :water, ability_1_id: 67) 336 Species.create(id: 258, name: "Mudkip", type_1: :water, ability_1_id: 67)
337 Species.create(id: 259, name: "Marshtomp", type_1: :water, type_2: :ground, ability_1_id: 67) 337 Species.create(id: 259, name: "Marshtomp", type_1: :water, type_2: :ground, ability_1_id: 67)
338 Species.create(id: 260, name: "Swampert", type_1: :water, type_2: :ground, ability_1_id: 67) 338 Species.create(id: 260, name: "Swampert", type_1: :water, type_2: :ground, ability_1_id: 67)
339 Species.create(id: 261, name: "Poochyena", type_1: :dark, ability_1_id: 50, ability_2_id: 95) 339 Species.create(id: 261, name: "Poochyena", type_1: :dark, ability_1_id: 50)
340 Species.create(id: 262, name: "Mightyena", type_1: :dark, ability_1_id: 22, ability_2_id: 95) 340 Species.create(id: 262, name: "Mightyena", type_1: :dark, ability_1_id: 22)
341 Species.create(id: 263, name: "Zigzagoon", type_1: :normal, ability_1_id: 53, ability_2_id: 82) 341 Species.create(id: 263, name: "Zigzagoon", type_1: :normal, ability_1_id: 53)
342 Species.create(id: 264, name: "Linoone", type_1: :normal, ability_1_id: 53, ability_2_id: 82) 342 Species.create(id: 264, name: "Linoone", type_1: :normal, ability_1_id: 53)
343 Species.create(id: 265, name: "Wurmple", type_1: :bug, ability_1_id: 19) 343 Species.create(id: 265, name: "Wurmple", type_1: :bug, ability_1_id: 19)
344 Species.create(id: 266, name: "Silcoon", type_1: :bug, ability_1_id: 61) 344 Species.create(id: 266, name: "Silcoon", type_1: :bug, ability_1_id: 61)
345 Species.create(id: 267, name: "Beautifly", type_1: :bug, type_2: :flying, ability_1_id: 68) 345 Species.create(id: 267, name: "Beautifly", type_1: :bug, type_2: :flying, ability_1_id: 68)
@@ -353,15 +353,15 @@ module Pokeviewer
353 Species.create(id: 275, name: "Shiftry", type_1: :grass, type_2: :dark, ability_1_id: 34, ability_2_id: 48) 353 Species.create(id: 275, name: "Shiftry", type_1: :grass, type_2: :dark, ability_1_id: 34, ability_2_id: 48)
354 Species.create(id: 276, name: "Taillow", type_1: :normal, type_2: :flying, ability_1_id: 62) 354 Species.create(id: 276, name: "Taillow", type_1: :normal, type_2: :flying, ability_1_id: 62)
355 Species.create(id: 277, name: "Swellow", type_1: :normal, type_2: :flying, ability_1_id: 62) 355 Species.create(id: 277, name: "Swellow", type_1: :normal, type_2: :flying, ability_1_id: 62)
356 Species.create(id: 278, name: "Wingull", type_1: :water, type_2: :flying, ability_1_id: 51, ability_2_id: 93) 356 Species.create(id: 278, name: "Wingull", type_1: :water, type_2: :flying, ability_1_id: 51)
357 Species.create(id: 279, name: "Pelipper", type_1: :water, type_2: :flying, ability_1_id: 51, ability_2_id: 2) 357 Species.create(id: 279, name: "Pelipper", type_1: :water, type_2: :flying, ability_1_id: 51, ability_2_id: 2)
358 Species.create(id: 280, name: "Ralts", type_1: :psychic, ability_1_id: 28, ability_2_id: 36) 358 Species.create(id: 280, name: "Ralts", type_1: :psychic, ability_1_id: 28, ability_2_id: 36)
359 Species.create(id: 281, name: "Kirlia", type_1: :psychic, ability_1_id: 28, ability_2_id: 36) 359 Species.create(id: 281, name: "Kirlia", type_1: :psychic, ability_1_id: 28, ability_2_id: 36)
360 Species.create(id: 282, name: "Gardevoir", type_1: :psychic, ability_1_id: 28, ability_2_id: 36) 360 Species.create(id: 282, name: "Gardevoir", type_1: :psychic, ability_1_id: 28, ability_2_id: 36)
361 Species.create(id: 283, name: "Surskit", type_1: :bug, type_2: :water, ability_1_id: 33) 361 Species.create(id: 283, name: "Surskit", type_1: :bug, type_2: :water, ability_1_id: 33)
362 Species.create(id: 284, name: "Masquerain", type_1: :bug, type_2: :flying, ability_1_id: 22) 362 Species.create(id: 284, name: "Masquerain", type_1: :bug, type_2: :flying, ability_1_id: 22)
363 Species.create(id: 285, name: "Shroomish", type_1: :grass, ability_1_id: 27, ability_2_id: 90) 363 Species.create(id: 285, name: "Shroomish", type_1: :grass, ability_1_id: 27)
364 Species.create(id: 286, name: "Breloom", type_1: :grass, type_2: :fighting, ability_1_id: 27, ability_2_id: 90) 364 Species.create(id: 286, name: "Breloom", type_1: :grass, type_2: :fighting, ability_1_id: 27)
365 Species.create(id: 287, name: "Slakoth", type_1: :normal, ability_1_id: 54) 365 Species.create(id: 287, name: "Slakoth", type_1: :normal, ability_1_id: 54)
366 Species.create(id: 288, name: "Vigoroth", type_1: :normal, ability_1_id: 72) 366 Species.create(id: 288, name: "Vigoroth", type_1: :normal, ability_1_id: 72)
367 Species.create(id: 289, name: "Slaking", type_1: :normal, ability_1_id: 54) 367 Species.create(id: 289, name: "Slaking", type_1: :normal, ability_1_id: 54)
@@ -375,9 +375,9 @@ module Pokeviewer
375 Species.create(id: 297, name: "Hariyama", type_1: :fighting, ability_1_id: 47, ability_2_id: 62) 375 Species.create(id: 297, name: "Hariyama", type_1: :fighting, ability_1_id: 47, ability_2_id: 62)
376 Species.create(id: 298, name: "Azurill", type_1: :normal, ability_1_id: 47, ability_2_id: 37) 376 Species.create(id: 298, name: "Azurill", type_1: :normal, ability_1_id: 47, ability_2_id: 37)
377 Species.create(id: 299, name: "Nosepass", type_1: :rock, ability_1_id: 5, ability_2_id: 42) 377 Species.create(id: 299, name: "Nosepass", type_1: :rock, ability_1_id: 5, ability_2_id: 42)
378 Species.create(id: 300, name: "Skitty", type_1: :normal, ability_1_id: 56, ability_2_id: 96) 378 Species.create(id: 300, name: "Skitty", type_1: :normal, ability_1_id: 56)
379 Species.create(id: 301, name: "Delcatty", type_1: :normal, ability_1_id: 56, ability_2_id: 96) 379 Species.create(id: 301, name: "Delcatty", type_1: :normal, ability_1_id: 56)
380 Species.create(id: 302, name: "Sableye", type_1: :dark, type_2: :ghost, ability_1_id: 51, ability_2_id: 100) 380 Species.create(id: 302, name: "Sableye", type_1: :dark, type_2: :ghost, ability_1_id: 51)
381 Species.create(id: 303, name: "Mawile", type_1: :steel, ability_1_id: 52, ability_2_id: 22) 381 Species.create(id: 303, name: "Mawile", type_1: :steel, ability_1_id: 52, ability_2_id: 22)
382 Species.create(id: 304, name: "Aron", type_1: :steel, type_2: :rock, ability_1_id: 5, ability_2_id: 69) 382 Species.create(id: 304, name: "Aron", type_1: :steel, type_2: :rock, ability_1_id: 5, ability_2_id: 69)
383 Species.create(id: 305, name: "Lairon", type_1: :steel, type_2: :rock, ability_1_id: 5, ability_2_id: 69) 383 Species.create(id: 305, name: "Lairon", type_1: :steel, type_2: :rock, ability_1_id: 5, ability_2_id: 69)
@@ -389,7 +389,7 @@ module Pokeviewer
389 Species.create(id: 311, name: "Plusle", type_1: :electric, ability_1_id: 57) 389 Species.create(id: 311, name: "Plusle", type_1: :electric, ability_1_id: 57)
390 Species.create(id: 312, name: "Minun", type_1: :electric, ability_1_id: 58) 390 Species.create(id: 312, name: "Minun", type_1: :electric, ability_1_id: 58)
391 Species.create(id: 313, name: "Volbeat", type_1: :bug, ability_1_id: 35, ability_2_id: 68) 391 Species.create(id: 313, name: "Volbeat", type_1: :bug, ability_1_id: 35, ability_2_id: 68)
392 Species.create(id: 314, name: "Illumise", type_1: :bug, ability_1_id: 12, ability_2_id: 110) 392 Species.create(id: 314, name: "Illumise", type_1: :bug, ability_1_id: 12)
393 Species.create(id: 315, name: "Roselia", type_1: :grass, type_2: :poison, ability_1_id: 30, ability_2_id: 38) 393 Species.create(id: 315, name: "Roselia", type_1: :grass, type_2: :poison, ability_1_id: 30, ability_2_id: 38)
394 Species.create(id: 316, name: "Gulpin", type_1: :poison, ability_1_id: 64, ability_2_id: 60) 394 Species.create(id: 316, name: "Gulpin", type_1: :poison, ability_1_id: 64, ability_2_id: 60)
395 Species.create(id: 317, name: "Swalot", type_1: :poison, ability_1_id: 64, ability_2_id: 60) 395 Species.create(id: 317, name: "Swalot", type_1: :poison, ability_1_id: 64, ability_2_id: 60)
@@ -397,12 +397,12 @@ module Pokeviewer
397 Species.create(id: 319, name: "Sharpedo", type_1: :water, type_2: :dark, ability_1_id: 24) 397 Species.create(id: 319, name: "Sharpedo", type_1: :water, type_2: :dark, ability_1_id: 24)
398 Species.create(id: 320, name: "Wailmer", type_1: :water, ability_1_id: 41, ability_2_id: 12) 398 Species.create(id: 320, name: "Wailmer", type_1: :water, ability_1_id: 41, ability_2_id: 12)
399 Species.create(id: 321, name: "Wailord", type_1: :water, ability_1_id: 41, ability_2_id: 12) 399 Species.create(id: 321, name: "Wailord", type_1: :water, ability_1_id: 41, ability_2_id: 12)
400 Species.create(id: 322, name: "Numel", type_1: :fire, type_2: :ground, ability_1_id: 12, ability_2_id: 86) 400 Species.create(id: 322, name: "Numel", type_1: :fire, type_2: :ground, ability_1_id: 12)
401 Species.create(id: 323, name: "Camerupt", type_1: :fire, type_2: :ground, ability_1_id: 40, ability_2_id: 116) 401 Species.create(id: 323, name: "Camerupt", type_1: :fire, type_2: :ground, ability_1_id: 40)
402 Species.create(id: 324, name: "Torkoal", type_1: :fire, ability_1_id: 73, ability_2_id: 70) 402 Species.create(id: 324, name: "Torkoal", type_1: :fire, ability_1_id: 73, ability_2_id: 70)
403 Species.create(id: 325, name: "Spoink", type_1: :psychic, ability_1_id: 47, ability_2_id: 20) 403 Species.create(id: 325, name: "Spoink", type_1: :psychic, ability_1_id: 47, ability_2_id: 20)
404 Species.create(id: 326, name: "Grumpig", type_1: :psychic, ability_1_id: 47, ability_2_id: 20) 404 Species.create(id: 326, name: "Grumpig", type_1: :psychic, ability_1_id: 47, ability_2_id: 20)
405 Species.create(id: 327, name: "Spinda", type_1: :normal, ability_1_id: 20, ability_2_id: 77) 405 Species.create(id: 327, name: "Spinda", type_1: :normal, ability_1_id: 20)
406 Species.create(id: 328, name: "Trapinch", type_1: :ground, ability_1_id: 52, ability_2_id: 71) 406 Species.create(id: 328, name: "Trapinch", type_1: :ground, ability_1_id: 52, ability_2_id: 71)
407 Species.create(id: 329, name: "Vibrava", type_1: :ground, type_2: :dragon, ability_1_id: 26) 407 Species.create(id: 329, name: "Vibrava", type_1: :ground, type_2: :dragon, ability_1_id: 26)
408 Species.create(id: 330, name: "Flygon", type_1: :ground, type_2: :dragon, ability_1_id: 26) 408 Species.create(id: 330, name: "Flygon", type_1: :ground, type_2: :dragon, ability_1_id: 26)
@@ -414,8 +414,8 @@ module Pokeviewer
414 Species.create(id: 336, name: "Seviper", type_1: :poison, ability_1_id: 61) 414 Species.create(id: 336, name: "Seviper", type_1: :poison, ability_1_id: 61)
415 Species.create(id: 337, name: "Lunatone", type_1: :rock, type_2: :psychic, ability_1_id: 26) 415 Species.create(id: 337, name: "Lunatone", type_1: :rock, type_2: :psychic, ability_1_id: 26)
416 Species.create(id: 338, name: "Solrock", type_1: :rock, type_2: :psychic, ability_1_id: 26) 416 Species.create(id: 338, name: "Solrock", type_1: :rock, type_2: :psychic, ability_1_id: 26)
417 Species.create(id: 339, name: "Barboach", type_1: :water, type_2: :ground, ability_1_id: 12, ability_2_id: 107) 417 Species.create(id: 339, name: "Barboach", type_1: :water, type_2: :ground, ability_1_id: 12)
418 Species.create(id: 340, name: "Whiscash", type_1: :water, type_2: :ground, ability_1_id: 12, ability_2_id: 107) 418 Species.create(id: 340, name: "Whiscash", type_1: :water, type_2: :ground, ability_1_id: 12)
419 Species.create(id: 341, name: "Corphish", type_1: :water, ability_1_id: 52, ability_2_id: 75) 419 Species.create(id: 341, name: "Corphish", type_1: :water, ability_1_id: 52, ability_2_id: 75)
420 Species.create(id: 342, name: "Crawdaunt", type_1: :water, type_2: :dark, ability_1_id: 52, ability_2_id: 75) 420 Species.create(id: 342, name: "Crawdaunt", type_1: :water, type_2: :dark, ability_1_id: 52, ability_2_id: 75)
421 Species.create(id: 343, name: "Baltoy", type_1: :ground, type_2: :psychic, ability_1_id: 26) 421 Species.create(id: 343, name: "Baltoy", type_1: :ground, type_2: :psychic, ability_1_id: 26)
@@ -425,22 +425,22 @@ module Pokeviewer
425 Species.create(id: 347, name: "Anorith", type_1: :rock, type_2: :bug, ability_1_id: 4) 425 Species.create(id: 347, name: "Anorith", type_1: :rock, type_2: :bug, ability_1_id: 4)
426 Species.create(id: 348, name: "Armaldo", type_1: :rock, type_2: :bug, ability_1_id: 4) 426 Species.create(id: 348, name: "Armaldo", type_1: :rock, type_2: :bug, ability_1_id: 4)
427 Species.create(id: 349, name: "Feebas", type_1: :water, ability_1_id: 33, ability_2_id: 12) 427 Species.create(id: 349, name: "Feebas", type_1: :water, ability_1_id: 33, ability_2_id: 12)
428 Species.create(id: 350, name: "Milotic", type_1: :water, ability_1_id: 63, ability_2_id: 172) 428 Species.create(id: 350, name: "Milotic", type_1: :water, ability_1_id: 63)
429 Species.create(id: 351, name: "Castform", type_1: :normal, ability_1_id: 59) 429 Species.create(id: 351, name: "Castform", type_1: :normal, ability_1_id: 59)
430 Species.create(id: 352, name: "Kecleon", type_1: :normal, ability_1_id: 16) 430 Species.create(id: 352, name: "Kecleon", type_1: :normal, ability_1_id: 16)
431 Species.create(id: 353, name: "Shuppet", type_1: :ghost, ability_1_id: 15, ability_2_id: 119) 431 Species.create(id: 353, name: "Shuppet", type_1: :ghost, ability_1_id: 15)
432 Species.create(id: 354, name: "Banette", type_1: :ghost, ability_1_id: 15, ability_2_id: 119) 432 Species.create(id: 354, name: "Banette", type_1: :ghost, ability_1_id: 15)
433 Species.create(id: 355, name: "Duskull", type_1: :ghost, ability_1_id: 26) 433 Species.create(id: 355, name: "Duskull", type_1: :ghost, ability_1_id: 26)
434 Species.create(id: 356, name: "Dusclops", type_1: :ghost, ability_1_id: 46) 434 Species.create(id: 356, name: "Dusclops", type_1: :ghost, ability_1_id: 46)
435 Species.create(id: 357, name: "Tropius", type_1: :grass, type_2: :flying, ability_1_id: 34, ability_2_id: 94) 435 Species.create(id: 357, name: "Tropius", type_1: :grass, type_2: :flying, ability_1_id: 34)
436 Species.create(id: 358, name: "Chimecho", type_1: :psychic, ability_1_id: 26) 436 Species.create(id: 358, name: "Chimecho", type_1: :psychic, ability_1_id: 26)
437 Species.create(id: 359, name: "Absol", type_1: :dark, ability_1_id: 46, ability_2_id: 105) 437 Species.create(id: 359, name: "Absol", type_1: :dark, ability_1_id: 46)
438 Species.create(id: 360, name: "Wynaut", type_1: :psychic, ability_1_id: 23) 438 Species.create(id: 360, name: "Wynaut", type_1: :psychic, ability_1_id: 23)
439 Species.create(id: 361, name: "Snorunt", type_1: :ice, ability_1_id: 39, ability_2_id: 115) 439 Species.create(id: 361, name: "Snorunt", type_1: :ice, ability_1_id: 39)
440 Species.create(id: 362, name: "Glalie", type_1: :ice, ability_1_id: 39, ability_2_id: 115) 440 Species.create(id: 362, name: "Glalie", type_1: :ice, ability_1_id: 39)
441 Species.create(id: 363, name: "Spheal", type_1: :ice, type_2: :water, ability_1_id: 47, ability_2_id: 115) 441 Species.create(id: 363, name: "Spheal", type_1: :ice, type_2: :water, ability_1_id: 47)
442 Species.create(id: 364, name: "Sealeo", type_1: :ice, type_2: :water, ability_1_id: 47, ability_2_id: 115) 442 Species.create(id: 364, name: "Sealeo", type_1: :ice, type_2: :water, ability_1_id: 47)
443 Species.create(id: 365, name: "Walrein", type_1: :ice, type_2: :water, ability_1_id: 47, ability_2_id: 115) 443 Species.create(id: 365, name: "Walrein", type_1: :ice, type_2: :water, ability_1_id: 47)
444 Species.create(id: 366, name: "Clamperl", type_1: :water, ability_1_id: 75) 444 Species.create(id: 366, name: "Clamperl", type_1: :water, ability_1_id: 75)
445 Species.create(id: 367, name: "Huntail", type_1: :water, ability_1_id: 33) 445 Species.create(id: 367, name: "Huntail", type_1: :water, ability_1_id: 33)
446 Species.create(id: 368, name: "Gorebyss", type_1: :water, ability_1_id: 33) 446 Species.create(id: 368, name: "Gorebyss", type_1: :water, ability_1_id: 33)