about summary refs log tree commit diff stats
path: root/db
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2017-10-06 13:35:08 -0400
committerKelly Rauchenberger <fefferburbia@gmail.com>2017-10-06 13:35:08 -0400
commit09ed6a6c7567bbd01dc236570982bf7ea31e11e6 (patch)
tree18e0d9a0df4dd543031a380f8cdbdb4c4eea5b84 /db
parenteae1c764df31b5e5aa2a2d8315b2b5c0997babf4 (diff)
downloadpokeviewer-09ed6a6c7567bbd01dc236570982bf7ea31e11e6.tar.gz
pokeviewer-09ed6a6c7567bbd01dc236570982bf7ea31e11e6.tar.bz2
pokeviewer-09ed6a6c7567bbd01dc236570982bf7ea31e11e6.zip
Made move names accurate to gen 3
Some moves have changed names in later gens, and those changed names
were present in the database seeds, so they were changed to be accurate
to gen 3.
Diffstat (limited to 'db')
-rw-r--r--db/seeds.rb40
1 files changed, 20 insertions, 20 deletions
diff --git a/db/seeds.rb b/db/seeds.rb index d39946d..5f9b54c 100644 --- a/db/seeds.rb +++ b/db/seeds.rb
@@ -488,7 +488,7 @@ module Pokeviewer
488 Move.create(id: 321, name: "Tickle", pp: 20, move_type: :normal, 488 Move.create(id: 321, name: "Tickle", pp: 20, move_type: :normal,
489 rs_description: "Makes the foe laugh to lower ATTACK and DEFENSE.", 489 rs_description: "Makes the foe laugh to lower ATTACK and DEFENSE.",
490 frlg_description: "The foe is made to laugh, reducing its ATTACK and DEFENSE stats.") 490 frlg_description: "The foe is made to laugh, reducing its ATTACK and DEFENSE stats.")
491 Move.create(id: 320, name: "Grass Whistle", pp: 15, move_type: :grass, 491 Move.create(id: 320, name: "GrassWhistle", pp: 15, move_type: :grass,
492 rs_description: "Lulls the foe into sleep with a pleasant melody.", 492 rs_description: "Lulls the foe into sleep with a pleasant melody.",
493 frlg_description: "A pleasant melody is played to lull the foe into a deep sleep.") 493 frlg_description: "A pleasant melody is played to lull the foe into a deep sleep.")
494 Move.create(id: 319, name: "Metal Sound", pp: 40, move_type: :steel, 494 Move.create(id: 319, name: "Metal Sound", pp: 40, move_type: :steel,
@@ -557,7 +557,7 @@ module Pokeviewer
557 Move.create(id: 298, name: "Teeter Dance", pp: 20, move_type: :normal, 557 Move.create(id: 298, name: "Teeter Dance", pp: 20, move_type: :normal,
558 rs_description: "Confuses all POKéMON on the scene.", 558 rs_description: "Confuses all POKéMON on the scene.",
559 frlg_description: "A wobbly dance that confuses all the POKéMON in battle.") 559 frlg_description: "A wobbly dance that confuses all the POKéMON in battle.")
560 Move.create(id: 297, name: "Feather Dance", pp: 15, move_type: :flying, 560 Move.create(id: 297, name: "FeatherDance", pp: 15, move_type: :flying,
561 rs_description: "Envelops the foe with down to sharply reduce ATTACK.", 561 rs_description: "Envelops the foe with down to sharply reduce ATTACK.",
562 frlg_description: "The foe is covered with a mass of down that sharply cuts the ATTACK stat.") 562 frlg_description: "The foe is covered with a mass of down that sharply cuts the ATTACK stat.")
563 Move.create(id: 296, name: "Mist Ball", pp: 5, move_type: :psychic, 563 Move.create(id: 296, name: "Mist Ball", pp: 5, move_type: :psychic,
@@ -655,7 +655,7 @@ module Pokeviewer
655 Move.create(id: 266, name: "Follow Me", pp: 20, move_type: :normal, 655 Move.create(id: 266, name: "Follow Me", pp: 20, move_type: :normal,
656 rs_description: "Draws attention to make foes attack only the user.", 656 rs_description: "Draws attention to make foes attack only the user.",
657 frlg_description: "The user draws attention to itself, making foes attack only the user.") 657 frlg_description: "The user draws attention to itself, making foes attack only the user.")
658 Move.create(id: 265, name: "Smelling Salts", pp: 10, move_type: :normal, 658 Move.create(id: 265, name: "SmellingSalt", pp: 10, move_type: :normal,
659 rs_description: "Powerful against paralyzed foes, but also heals them.", 659 rs_description: "Powerful against paralyzed foes, but also heals them.",
660 frlg_description: "Doubly effective on a paralyzed foe, but it also cures the foe's paralysis.") 660 frlg_description: "Doubly effective on a paralyzed foe, but it also cures the foe's paralysis.")
661 Move.create(id: 264, name: "Focus Punch", pp: 20, move_type: :fighting, 661 Move.create(id: 264, name: "Focus Punch", pp: 20, move_type: :fighting,
@@ -712,10 +712,10 @@ module Pokeviewer
712 Move.create(id: 247, name: "Shadow Ball", pp: 15, move_type: :ghost, 712 Move.create(id: 247, name: "Shadow Ball", pp: 15, move_type: :ghost,
713 rs_description: "Hurls a black blob that may lower the foe's SP. DEF.", 713 rs_description: "Hurls a black blob that may lower the foe's SP. DEF.",
714 frlg_description: "A shadowy blob is hurled at the foe. May also lower the foe's SP. DEF.") 714 frlg_description: "A shadowy blob is hurled at the foe. May also lower the foe's SP. DEF.")
715 Move.create(id: 246, name: "Ancient Power", pp: 5, move_type: :rock, 715 Move.create(id: 246, name: "AncientPower", pp: 5, move_type: :rock,
716 rs_description: "An attack that may raise all stats.", 716 rs_description: "An attack that may raise all stats.",
717 frlg_description: "An ancient power is used to attack. It may also raise all the user's stats.") 717 frlg_description: "An ancient power is used to attack. It may also raise all the user's stats.")
718 Move.create(id: 245, name: "Extreme Speed", pp: 5, move_type: :normal, 718 Move.create(id: 245, name: "ExtremeSpeed", pp: 5, move_type: :normal,
719 rs_description: "An extremely fast and powerful attack.", 719 rs_description: "An extremely fast and powerful attack.",
720 frlg_description: "A blindingly speedy charge attack that always goes before any other.") 720 frlg_description: "A blindingly speedy charge attack that always goes before any other.")
721 Move.create(id: 244, name: "Psych Up", pp: 10, move_type: :normal, 721 Move.create(id: 244, name: "Psych Up", pp: 10, move_type: :normal,
@@ -775,7 +775,7 @@ module Pokeviewer
775 Move.create(id: 226, name: "Baton Pass", pp: 40, move_type: :normal, 775 Move.create(id: 226, name: "Baton Pass", pp: 40, move_type: :normal,
776 rs_description: "Switches out the user while keeping effects in play.", 776 rs_description: "Switches out the user while keeping effects in play.",
777 frlg_description: "The user switches out, passing along any stat changes to the new battler.") 777 frlg_description: "The user switches out, passing along any stat changes to the new battler.")
778 Move.create(id: 225, name: "Dragon Breath", pp: 20, move_type: :dragon, 778 Move.create(id: 225, name: "DragonBreath", pp: 20, move_type: :dragon,
779 rs_description: "Strikes the foe with an incredible blast of breath.", 779 rs_description: "Strikes the foe with an incredible blast of breath.",
780 frlg_description: "The foe is hit with an incredible blast of breath that may also paralyze.") 780 frlg_description: "The foe is hit with an incredible blast of breath that may also paralyze.")
781 Move.create(id: 224, name: "Megahorn", pp: 10, move_type: :bug, 781 Move.create(id: 224, name: "Megahorn", pp: 10, move_type: :bug,
@@ -897,7 +897,7 @@ module Pokeviewer
897 Move.create(id: 186, name: "Sweet Kiss", pp: 10, move_type: :normal, 897 Move.create(id: 186, name: "Sweet Kiss", pp: 10, move_type: :normal,
898 rs_description: "Demands a kiss with a cute look. May cause confusion.", 898 rs_description: "Demands a kiss with a cute look. May cause confusion.",
899 frlg_description: "The user kisses the foe with sweet cuteness that causes confusion.") 899 frlg_description: "The user kisses the foe with sweet cuteness that causes confusion.")
900 Move.create(id: 185, name: "Feint Attack", pp: 20, move_type: :dark, 900 Move.create(id: 185, name: "Faint Attack", pp: 20, move_type: :dark,
901 rs_description: "Draws the foe close, then strikes without fail.", 901 rs_description: "Draws the foe close, then strikes without fail.",
902 frlg_description: "The user draws up close to the foe disarmingly, then hits without fail.") 902 frlg_description: "The user draws up close to the foe disarmingly, then hits without fail.")
903 Move.create(id: 184, name: "Scary Face", pp: 10, move_type: :normal, 903 Move.create(id: 184, name: "Scary Face", pp: 10, move_type: :normal,
@@ -1045,10 +1045,10 @@ module Pokeviewer
1045 Move.create(id: 137, name: "Glare", pp: 30, move_type: :normal, 1045 Move.create(id: 137, name: "Glare", pp: 30, move_type: :normal,
1046 rs_description: "Intimidates and frightens the foe into paralysis.", 1046 rs_description: "Intimidates and frightens the foe into paralysis.",
1047 frlg_description: "The user intimidates the foe with the design on its belly to cause paralysis.") 1047 frlg_description: "The user intimidates the foe with the design on its belly to cause paralysis.")
1048 Move.create(id: 136, name: "High Jump Kick", pp: 20, move_type: :fighting, 1048 Move.create(id: 136, name: "Hi Jump Kick", pp: 20, move_type: :fighting,
1049 rs_description: "A jumping knee kick. If it misses, the user is hurt.", 1049 rs_description: "A jumping knee kick. If it misses, the user is hurt.",
1050 frlg_description: "A strong jumping knee kick. If it misses, the user is hurt.") 1050 frlg_description: "A strong jumping knee kick. If it misses, the user is hurt.")
1051 Move.create(id: 135, name: "Soft-Boiled", pp: 10, move_type: :normal, 1051 Move.create(id: 135, name: "Softboiled", pp: 10, move_type: :normal,
1052 rs_description: "Recovers up to half the user's maximum HP.", 1052 rs_description: "Recovers up to half the user's maximum HP.",
1053 frlg_description: "Heals the user by up to half its full HP. It can be used to heal an ally.") 1053 frlg_description: "Heals the user by up to half its full HP. It can be used to heal an ally.")
1054 Move.create(id: 134, name: "Kinesis", pp: 15, move_type: :psychic, 1054 Move.create(id: 134, name: "Kinesis", pp: 15, move_type: :psychic,
@@ -1094,7 +1094,7 @@ module Pokeviewer
1094 Move.create(id: 121, name: "Egg Bomb", pp: 10, move_type: :normal, 1094 Move.create(id: 121, name: "Egg Bomb", pp: 10, move_type: :normal,
1095 rs_description: "An egg is forcibly hurled at the foe.", 1095 rs_description: "An egg is forcibly hurled at the foe.",
1096 frlg_description: "A large egg is hurled with great force at the foe to inflict damage.") 1096 frlg_description: "A large egg is hurled with great force at the foe to inflict damage.")
1097 Move.create(id: 120, name: "Self-Destruct", pp: 5, move_type: :normal, 1097 Move.create(id: 120, name: "Selfdestruct", pp: 5, move_type: :normal,
1098 rs_description: "Inflicts severe damage but makes the user faint.", 1098 rs_description: "Inflicts severe damage but makes the user faint.",
1099 frlg_description: "The user blows up to inflict severe damage, even making itself faint.") 1099 frlg_description: "The user blows up to inflict severe damage, even making itself faint.")
1100 Move.create(id: 119, name: "Mirror Move", pp: 20, move_type: :flying, 1100 Move.create(id: 119, name: "Mirror Move", pp: 20, move_type: :flying,
@@ -1130,7 +1130,7 @@ module Pokeviewer
1130 Move.create(id: 109, name: "Confuse Ray", pp: 10, move_type: :ghost, 1130 Move.create(id: 109, name: "Confuse Ray", pp: 10, move_type: :ghost,
1131 rs_description: "A sinister ray that confuses the foe.", 1131 rs_description: "A sinister ray that confuses the foe.",
1132 frlg_description: "The foe is exposed to a sinister ray that triggers confusion.") 1132 frlg_description: "The foe is exposed to a sinister ray that triggers confusion.")
1133 Move.create(id: 108, name: "Smokescreen", pp: 20, move_type: :normal, 1133 Move.create(id: 108, name: "SmokeScreen", pp: 20, move_type: :normal,
1134 rs_description: "Lowers the foe's accuracy using smoke, ink, etc.", 1134 rs_description: "Lowers the foe's accuracy using smoke, ink, etc.",
1135 frlg_description: "An obscuring cloud of smoke or ink reduces the foe's accuracy.") 1135 frlg_description: "An obscuring cloud of smoke or ink reduces the foe's accuracy.")
1136 Move.create(id: 107, name: "Minimize", pp: 20, move_type: :normal, 1136 Move.create(id: 107, name: "Minimize", pp: 20, move_type: :normal,
@@ -1202,7 +1202,7 @@ module Pokeviewer
1202 Move.create(id: 85, name: "Thunderbolt", pp: 15, move_type: :electric, 1202 Move.create(id: 85, name: "Thunderbolt", pp: 15, move_type: :electric,
1203 rs_description: "A strong electrical attack that may paralyze the foe.", 1203 rs_description: "A strong electrical attack that may paralyze the foe.",
1204 frlg_description: "A strong electrical attack that may also leave the foe paralyzed.") 1204 frlg_description: "A strong electrical attack that may also leave the foe paralyzed.")
1205 Move.create(id: 84, name: "Thunder Shock", pp: 30, move_type: :electric, 1205 Move.create(id: 84, name: "ThunderShock", pp: 30, move_type: :electric,
1206 rs_description: "An electrical attack that may paralyze the foe.", 1206 rs_description: "An electrical attack that may paralyze the foe.",
1207 frlg_description: "An electric shock attack that may also leave the foe paralyzed.") 1207 frlg_description: "An electric shock attack that may also leave the foe paralyzed.")
1208 Move.create(id: 83, name: "Fire Spin", pp: 15, move_type: :fire, 1208 Move.create(id: 83, name: "Fire Spin", pp: 15, move_type: :fire,
@@ -1223,10 +1223,10 @@ module Pokeviewer
1223 Move.create(id: 78, name: "Stun Spore", pp: 30, move_type: :grass, 1223 Move.create(id: 78, name: "Stun Spore", pp: 30, move_type: :grass,
1224 rs_description: "Scatters a powder that may paralyze the foe.", 1224 rs_description: "Scatters a powder that may paralyze the foe.",
1225 frlg_description: "Paralyzing dust is scattered wildly. It may paralyze the foe.") 1225 frlg_description: "Paralyzing dust is scattered wildly. It may paralyze the foe.")
1226 Move.create(id: 77, name: "Poison Powder", pp: 35, move_type: :poison, 1226 Move.create(id: 77, name: "PoisonPowder", pp: 35, move_type: :poison,
1227 rs_description: "Scatters a toxic powder that may poison the foe.", 1227 rs_description: "Scatters a toxic powder that may poison the foe.",
1228 frlg_description: "A cloud of toxic dust is scattered. It may poison the foe.") 1228 frlg_description: "A cloud of toxic dust is scattered. It may poison the foe.")
1229 Move.create(id: 76, name: "Solar Beam", pp: 10, move_type: :grass, 1229 Move.create(id: 76, name: "SolarBeam", pp: 10, move_type: :grass,
1230 rs_description: "Absorbs light in one turn, then attacks next turn.", 1230 rs_description: "Absorbs light in one turn, then attacks next turn.",
1231 frlg_description: "A 2-turn move that blasts the foe with absorbed energy in the 2nd turn.") 1231 frlg_description: "A 2-turn move that blasts the foe with absorbed energy in the 2nd turn.")
1232 Move.create(id: 75, name: "Razor Leaf", pp: 25, move_type: :grass, 1232 Move.create(id: 75, name: "Razor Leaf", pp: 25, move_type: :grass,
@@ -1271,7 +1271,7 @@ module Pokeviewer
1271 Move.create(id: 62, name: "Aurora Beam", pp: 20, move_type: :ice, 1271 Move.create(id: 62, name: "Aurora Beam", pp: 20, move_type: :ice,
1272 rs_description: "Fires a rainbow-colored beam that may lower ATTACK.", 1272 rs_description: "Fires a rainbow-colored beam that may lower ATTACK.",
1273 frlg_description: "A rainbow-colored attack beam. It may lower the foe's ATTACK stat.") 1273 frlg_description: "A rainbow-colored attack beam. It may lower the foe's ATTACK stat.")
1274 Move.create(id: 61, name: "Bubble Beam", pp: 20, move_type: :water, 1274 Move.create(id: 61, name: "BubbleBeam", pp: 20, move_type: :water,
1275 rs_description: "Forcefully sprays bubbles that may lower SPEED.", 1275 rs_description: "Forcefully sprays bubbles that may lower SPEED.",
1276 frlg_description: "A spray of bubbles strikes the foe. It may lower the foe's SPEED stat.") 1276 frlg_description: "A spray of bubbles strikes the foe. It may lower the foe's SPEED stat.")
1277 Move.create(id: 60, name: "Psybeam", pp: 20, move_type: :psychic, 1277 Move.create(id: 60, name: "Psybeam", pp: 20, move_type: :psychic,
@@ -1307,7 +1307,7 @@ module Pokeviewer
1307 Move.create(id: 50, name: "Disable", pp: 20, move_type: :normal, 1307 Move.create(id: 50, name: "Disable", pp: 20, move_type: :normal,
1308 rs_description: "Psychically disables one of the foe's moves.", 1308 rs_description: "Psychically disables one of the foe's moves.",
1309 frlg_description: "For a few turns, it prevents the foe from using the move it last used.") 1309 frlg_description: "For a few turns, it prevents the foe from using the move it last used.")
1310 Move.create(id: 49, name: "Sonic Boom", pp: 20, move_type: :normal, 1310 Move.create(id: 49, name: "SonicBoom", pp: 20, move_type: :normal,
1311 rs_description: "Launches shock waves that always inflict 20 HP damage.", 1311 rs_description: "Launches shock waves that always inflict 20 HP damage.",
1312 frlg_description: "The foe is hit with a shock wave that always inflicts 20-HP damage.") 1312 frlg_description: "The foe is hit with a shock wave that always inflicts 20-HP damage.")
1313 Move.create(id: 48, name: "Supersonic", pp: 20, move_type: :normal, 1313 Move.create(id: 48, name: "Supersonic", pp: 20, move_type: :normal,
@@ -1370,7 +1370,7 @@ module Pokeviewer
1370 Move.create(id: 29, name: "Headbutt", pp: 15, move_type: :normal, 1370 Move.create(id: 29, name: "Headbutt", pp: 15, move_type: :normal,
1371 rs_description: "A ramming attack that may cause flinching.", 1371 rs_description: "A ramming attack that may cause flinching.",
1372 frlg_description: "The user sticks its head out and rams. It may make the foe flinch.") 1372 frlg_description: "The user sticks its head out and rams. It may make the foe flinch.")
1373 Move.create(id: 28, name: "Sand Attack", pp: 15, move_type: :normal, 1373 Move.create(id: 28, name: "Sand-Attack", pp: 15, move_type: :normal,
1374 rs_description: "Reduces the foe's accuracy by hurling sand in its face.", 1374 rs_description: "Reduces the foe's accuracy by hurling sand in its face.",
1375 frlg_description: "A lot of sand is hurled in the foe's face, reducing its accuracy.") 1375 frlg_description: "A lot of sand is hurled in the foe's face, reducing its accuracy.")
1376 Move.create(id: 27, name: "Rolling Kick", pp: 15, move_type: :fighting, 1376 Move.create(id: 27, name: "Rolling Kick", pp: 15, move_type: :fighting,
@@ -1421,13 +1421,13 @@ module Pokeviewer
1421 Move.create(id: 12, name: "Guillotine", pp: 5, move_type: :normal, 1421 Move.create(id: 12, name: "Guillotine", pp: 5, move_type: :normal,
1422 rs_description: "A powerful pincer attack that may cause fainting.", 1422 rs_description: "A powerful pincer attack that may cause fainting.",
1423 frlg_description: "A vicious tearing attack with pincers. The foe will faint if it hits.") 1423 frlg_description: "A vicious tearing attack with pincers. The foe will faint if it hits.")
1424 Move.create(id: 11, name: "Vice Grip", pp: 30, move_type: :normal, 1424 Move.create(id: 11, name: "ViceGrip", pp: 30, move_type: :normal,
1425 rs_description: "Grips the foe with large and powerful pincers.", 1425 rs_description: "Grips the foe with large and powerful pincers.",
1426 frlg_description: "Huge, impressive pincers grip and squeeze the foe.") 1426 frlg_description: "Huge, impressive pincers grip and squeeze the foe.")
1427 Move.create(id: 10, name: "Scratch", pp: 35, move_type: :normal, 1427 Move.create(id: 10, name: "Scratch", pp: 35, move_type: :normal,
1428 rs_description: "Scratches the foe with sharp claws.", 1428 rs_description: "Scratches the foe with sharp claws.",
1429 frlg_description: "Hard, pointed, and sharp claws rake the foe.") 1429 frlg_description: "Hard, pointed, and sharp claws rake the foe.")
1430 Move.create(id: 9, name: "Thunder Punch", pp: 15, move_type: :electric, 1430 Move.create(id: 9, name: "ThunderPunch", pp: 15, move_type: :electric,
1431 rs_description: "An electrified punch that may paralyze the foe.", 1431 rs_description: "An electrified punch that may paralyze the foe.",
1432 frlg_description: "The foe is punched with an electrified fist. It may leave the foe paralyzed.") 1432 frlg_description: "The foe is punched with an electrified fist. It may leave the foe paralyzed.")
1433 Move.create(id: 8, name: "Ice Punch", pp: 15, move_type: :ice, 1433 Move.create(id: 8, name: "Ice Punch", pp: 15, move_type: :ice,
@@ -1445,7 +1445,7 @@ module Pokeviewer
1445 Move.create(id: 4, name: "Comet Punch", pp: 15, move_type: :normal, 1445 Move.create(id: 4, name: "Comet Punch", pp: 15, move_type: :normal,
1446 rs_description: "Repeatedly punches the foe 2 to 5 times.", 1446 rs_description: "Repeatedly punches the foe 2 to 5 times.",
1447 frlg_description: "The foe is hit with a flurry of punches that strike two to five times.") 1447 frlg_description: "The foe is hit with a flurry of punches that strike two to five times.")
1448 Move.create(id: 3, name: "Double Slap", pp: 10, move_type: :normal, 1448 Move.create(id: 3, name: "DoubleSlap", pp: 10, move_type: :normal,
1449 rs_description: "Repeatedly slaps the foe 2 to 5 times.", 1449 rs_description: "Repeatedly slaps the foe 2 to 5 times.",
1450 frlg_description: "The foe is slapped repeatedly, back and forth, two to five times.") 1450 frlg_description: "The foe is slapped repeatedly, back and forth, two to five times.")
1451 Move.create(id: 2, name: "Karate Chop", pp: 25, move_type: :normal, 1451 Move.create(id: 2, name: "Karate Chop", pp: 25, move_type: :normal,