Show
Ignore:
Timestamp:
05/19/07 03:31:03 (3 years ago)
Author:
eevee
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • veekun/trunk/script/pokedex.sql

    r143 r145  
    1187311873  id int(10) unsigned NOT NULL, 
    1187411874  priority tinyint(4) NOT NULL, 
     11875  blurb varchar(128) NOT NULL, 
    1187511876  description text NOT NULL, 
    1187611877  PRIMARY KEY  (id) 
     
    1188311884LOCK TABLES move_effects WRITE; 
    1188411885/*!40000 ALTER TABLE move_effects DISABLE KEYS */; 
    11885 INSERT INTO move_effects VALUES (0,0,'Inflicts normal damage.'), 
    11886 (1,0,'Puts the target to Sleep.'), 
    11887 (2,0,'Has a chance to Poison the target.'), 
    11888 (3,0,'Heals the user by half the damage the target receives.'), 
    11889 (4,0,'Has a chance to Burn the target.'), 
    11890 (5,0,'Has a chance to Freeze the target.'), 
    11891 (6,0,'Has a chance to Paralyze the target.'), 
    11892 (7,0,'Halves the target\'s Defense for damage calculation (which approximately doubles base power).  Automatically faints the user even if the attack fails or misses.'), 
    11893 (8,0,'Heals the user by half the damage the target receives.  Only works on Sleeping Pokemon.'), 
    11894 (9,0,'Uses the target\'s last used move.'), 
    11895 (10,0,'Raises the user\'s Attack.'), 
    11896 (11,0,'Raises the user\'s Defense.'), 
    11897 (13,0,'Raises the user\'s Special Attack.'), 
    11898 (16,0,'Raises the user\'s Evasion.'), 
    11899 (17,0,'Never misses.'), 
    11900 (18,0,'Lowers the target\'s Attack.'), 
    11901 (19,0,'Lowers the target\'s Defense.'), 
    11902 (20,0,'Lowers the target\'s Speed.'), 
    11903 (23,0,'Lowers the target\'s Accuracy.'), 
    11904 (24,0,'Lowers the target\'s Evasion.'), 
    11905 (25,0,'Resets all Pokemon\'s stats, Accuracy, and Evasion.'), 
    11906 (26,1,'User waits for 2-3 turns, then inflicts damage equal to twice the HP it lost while waiting.'), 
    11907 (27,0,'Hits every turn for 2-3 turns, then Confuses the user.'), 
    11908 (28,-6,'Immediately ends wild battles.  Randomly switches the target out for another of its trainer\'s Pokemon in trainer battles.'), 
    11909 (29,0,'Hits 2-5 times in one turn: 3/8 chance each to hit 2 or 3 times, and 1/8 chance each to hit 4 or 5 times, for an average of 3 hits per use.'), 
    11910 (30,0,'User\'s type changes to the type of one of its moves (including this one), chosen at random.'), 
    11911 (31,0,'Has a chance to make the target Flinch.'), 
    11912 (32,0,'Heals the user by half its max HP.'), 
    11913 (33,0,'Badly Poisons the target, inflicting 1/16 its max HP in damage during its next turn and doubling every turn thereafter.'), 
    11914 (34,0,'In in-game battles, scatters money on the ground worth twice the user\'s level for the trainer to collect after the battle ends.'), 
    11915 (35,0,'XXX: Reduces damage from special attacks by 50%.'), 
    11916 (36,0,'Has a chance to Burn, Freeze, or Paralyze the target.'), 
    11917 (37,0,'User Sleeps and immediately regains all its HP.  The Sleep will replace any other major status effect, but it only lasts until the end of the second turn after the turn this move is used.'), 
    11918 (38,0,'Causes a one-hit KO.'), 
    11919 (39,0,'User charges for one turn before attacking.'), 
    11920 (40,0,'Inflicts damage equal to half the target\'s HP.'), 
    11921 (41,0,'Inflicts 40 points of damage.'), 
    11922 (42,0,'Prevents the target from fleeing and inflicts 1/16 its max HP in damage at the end of every turn for 2-5 turns -- 3/8 chance each to last 2 or 3 turns, and 1/8 chance each to last 4 or 5 turns.  This effect can be canceled by Rapid Spin.'), 
    11923 (43,0,'Has an increased chance for a critical hit.'), 
    11924 (44,0,'Hits twice in one turn.'), 
    11925 (45,0,'If the user misses, it takes 1/8 the damage it would have inflicted in recoil.'), 
    11926 (46,0,'Protects the user\'s stats from being changed by opposing Pokemon\'s moves.'), 
    11927 (47,0,'Increases the critical hit counter by 1 until the user leaves battle.'), 
    11928 (48,0,'User receives 1/4 the damage it inflicts in recoil.'), 
    11929 (49,0,'Confuses the target.'), 
    11930 (50,0,'Raises the user\'s Attack by two levels.'), 
    11931 (51,0,'Raises the user\'s Defense by two levels.'), 
    11932 (52,0,'Raises the user\'s Speed by two levels.'), 
    11933 (53,0,'Raises the user\'s Special Attack by two levels.'), 
    11934 (54,0,'Raises the user\'s Special Defense by two levels.'), 
    11935 (57,0,'User becomes a copy of the target until it leaves battle.  HP is the only stat not copied, and all moves start with 5 PP.'), 
    11936 (58,0,'Lowers the target\'s Attack by two levels.'), 
    11937 (59,0,'Lowers the target\'s Defense by two levels.'), 
    11938 (60,0,'Lowers the target\'s Speed by two levels.'), 
    11939 (62,0,'Lowers the target\'s Special Defense by two levels.'), 
    11940 (65,0,'XXX: Reduces damage from physical attacks by 50%.'), 
    11941 (66,0,'Poisons the target.'), 
    11942 (67,0,'Paralyzes the target.'), 
    11943 (68,0,'Has a chance to lower the target\'s Attack.'), 
    11944 (69,0,'Has a chance to lower the target\'s Defense.'), 
    11945 (70,0,'Has a chance to lower the target\'s Speed.'), 
    11946 (71,0,'Has a chance to lower the target\'s Special Attack.'), 
    11947 (72,0,'Has a chance to lower the target\'s Special Defense.'), 
    11948 (73,0,'Has a chance to lower the target\'s Accuracy.'), 
    11949 (75,0,'User charges for one turn before attacking.  Has a chance to make the target Flinch.'), 
    11950 (76,0,'Has a chance to Confuse the target.'), 
    11951 (77,0,'Hits twice in the same turn.  Has a chance to Poison the target.'), 
    11952 (78,-1,'Never misses.'), 
    11953 (79,0,'Transfers 1/4 of the user\'s max HP into a doll, protecting the user from further damage or status changes until it breaks.'), 
    11954 (80,0,'User foregoes its next turn to recharge.'), 
    11955 (81,0,'User will automatically attack with this move every turn until the battle is over or it faints (without reducing PP), and its Attack will increase by 50% of its original value each time it takes damage, up to six times.  This effect does not take place if the first hit misses or does zero damage.'), 
    11956 (82,0,'Replaces this move with the target\'s last used move.  PP remains the same, and this move returns when the user leaves battle.  Fails against Metronome, Mimic, Struggle, and Sketch.'), 
    11957 (83,0,'Randomly selects and uses any move in the game.  Counter, Covet, Destiny Bond, Detect, Endure, Focus Punch, Follow Me, Helping Hand, Metronome, Mimic, Mirror Coat, Protect, Sketch, Sleep Talk, Snatch, Struggle, Thief, and Trick are exempt.'), 
    11958 (84,0,'Leech Seeds the target, stealing 1/16 of its max HP every turn and giving it to the user (or any other Pokemon that has taken its place).  This effect is canceled if the target leaves battle or uses Rapid Spin.  Does not work on Grass Pokemon.'), 
    11959 (85,0,'Does nothing.'), 
    11960 (86,0,'Disables the target\'s last used move, preventing its use for 1-8 turns or until the target leaves battle.  Only one move can be Disabled at a time.'), 
    11961 (87,0,'Inflicts damage equal to the user\'s level.'), 
    11962 (88,0,'Inflicts damage between 1 HP and 1.5 times the user\'s level, determined by: level * (rand(0, 10) * 10 + 50) / 100.'), 
    11963 (89,-5,'Inflicts twice the damage the user received from the last hit it took, if the move was Normal or Fighting.'), 
    11964 (90,0,'Forces the target to repeat its last used move every turn for 2 to 6 turns.'), 
    11965 (91,0,'Sets the user\'s and targets\'s HP to the average of their current HP.'), 
    11966 (92,0,'Has a chance to make the target Flinch.  Only works if the user is Sleeping.'), 
    11967 (93,0,'Changes the user\'s type to a random type either resistant or immune to the last move used against it.'), 
    11968 (94,0,'Ensures that the user\'s next move will hit the target.'), 
    11969 (95,0,'Permanently becomes the target\'s last used move.  Fails against Sketch and Struggle.'), 
    11970 (97,0,'Randomly uses one of the user\'s other three moves.  Only works if the user is Sleeping.'), 
    11971 (98,0,'If the user faints this turn, the target automatically will, too.'), 
    11972 (99,0,'XXX: Does normal damage.  Power increases the lower the user\'s HP is relative to its max HP.  Below 4% yields 200; below 10% yields 150; below 20% yields 100; below 35% yields 80; below 70% yields 40; anything higher yields 20.  Never results in a critical hit and ignores the random factor in the damage formula.'), 
    11973 (100,0,'Lowers the PP of the target\'s last used move by 2 to 5 points.'), 
    11974 (101,0,'Cannot lower the target\'s HP below 1.'), 
    11975 (102,0,'Cures the user and the user\'s ally, if any, of major status effects.'), 
    11976 (103,1,'Inflicts normal damage.'), 
    11977 (104,0,'Hits three times in the same turn, stopping if any hit misses.  Each time a hit lands, power increases by 10; i.e. all three hits landing is about the same as a single attack with six times the power.'), 
    11978 (105,0,'If the target is holding an item and the user is not, the user will take the item.  In in-game battles, the theft is permanent.'), 
    11979 (106,0,'Prevents the target from leaving battle, except by fainting.'), 
    11980 (107,0,'The target will lose 1/4 its max HP every turn.  Only works on Sleeping Pokemon.  Effect ends if the target wakes up.'), 
    11981 (108,0,'Raises the user\'s Evade and makes its sprite really tiny.'), 
    11982 (109,0,'If the user is a Ghost: user pays half its max HP to Curse the target, damaging it by 1/4 its max HP every turn.  Otherwise: Lowers the user\'s Speed and raises its Attack and Defense.'), 
    11983 (111,3,'Prevents any moves from hitting this turn.  Accuracy (or, at least, the chance of success) is halved each time this move is used, whether or not it succeeds.'), 
    11984 (112,0,'Scatters Spikes around the opposing field, which will damage any non-Flying opposing Pokemon by a fraction of its max HP when it enters battle.  Damage dealt increases the more Spikes are on the field, up to three layers of Spikes.  Effect is removed if any opposing Pokemon uses Rapid Spin.\nOne layer of Spikes:       1/8 max HP\nTwo layers of Spikes:       1/6 max HP\nThree or more layers of Spikes:     1/4 max HP'), 
    11985 (113,0,'Resets the target\'s Evade to normal and prevents any further boosting.  If the target is a Ghost, it will become vulnerable to Normal and Fighting moves until it leaves battle.'), 
    11986 (114,0,'User and target are given a Perish Count of 3, which drops by 1 after every turn.  Leaving battle removes the Perish Count from a Pokemon.  If a Pokemon\'s Perish Count reaches zero, the Pokemon automatically faints.'), 
    11987 (115,0,'Changes the weather to a sandstorm for five turns, damaging non-Rock/Ground/Steel Pokemon for 1/8 their max HP every turn.'), 
    11988 (116,3,'Prevents any moves from lowering the user\'s HP below 1 this turn.  Accuracy (or, at least, the chance of success) is halved each time this move is used, whether or not it succeeds.'), 
    11989 (117,0,'Power doubles every turn this move is used in succession after the first, resetting after five turns.'), 
    11990 (118,0,'Raises the target\'s Attack by two levels and Confuses the target.  If the target\'s Attack cannot be raised by two levels, the Confusion is not applied; however, the Attack raise will be applied even if the target cannot be Confused.'), 
    11991 (119,0,'Power doubles every turn this move is used in succession after the first, maxing out at 16 times the original power.'), 
    11992 (120,0,'Causes the target to fall in love, giving it a 50% chance to refuse to attack the user.  Only works if the user and target have opposite genders.  Effect is cancelled if either Pokemon leaves battle.'), 
    11993 (121,0,'Power increases with Happiness, up to a maximum of 102, as calculated by: happiness / 2.5.'), 
    11994 (122,0,'Randomly uses one of the following effects.\nInflicts damage with 40 power:     40% chance\nInflicts damage with 80 power:      30% chance\nInflicts damage with 120 power:     10% chance\nHeals the target for 1/4 its max HP:        20% chance'), 
    11995 (123,0,'Power increases as Happiness decreases, up to a maximum of 102, as calculated by: (255 - happiness) / 2.5.'), 
    11996 (124,0,'Protects the user\'s side of the field from major status ailments and Confusion caused by the target for five turns.  Does not cancel existing ailments.'), 
    11997 (125,0,'Has a chance to Burn the target.  Can be used by Frozen Pokemon to thaw themselves.'), 
    11998 (126,0,'Selects a number from 4 to 10 to determine the power, as follows.  Inflicts double damage if the target is using Dig.\n4        10 power        5.5% chance\n5  30 power        10% chance\n6   50 power        20% chance\n7   70 power        30% chance\n8   90 power        20% chance\n9   110 power       10% chance\n10  150 power       5.5% chance'), 
    11999 (127,0,'Allows the user\'s trainer to switch it out regardless of any trapping moves or other rules; any temporary stat effects (good or bad) on the user will be passed on to its replacement.'), 
    12000 (128,0,'If the target leaves battle this turn, user will hit the target with double power and then hit its replacement normally.'), 
    12001 (129,0,'Frees the user from binding moves, removes Leech Seed, and blows away Spikes.'), 
    12002 (130,0,'Inflicts 20 points of damage.'), 
    12003 (132,0,'Heals the user by half of its max HP during the corresponding time of day or in link battles; heals by 1/4 its max HP any other time.  Healing power is doubled in sunny weather and halved in rain.'), 
    12004 (135,0,'Power and type depend upon user\'s IVs.  Power can range from 30 to 70.'), 
    12005 (136,0,'Changes the weather to rain for five turns.  Increases all water damage by 1/2.  Decreases all fire damage by 1/2.  Makes Thunder a guaranteed hit.  Halves the damage of Solarbeam.  Prevents Frozen Pokemon from thawing.  Halves the effectiveness of Morning Sun, Synthesis, and Moonlight.'), 
    12006 (137,0,'Changes the weather to sunny for five turns.  Decreases all water damage by 1/2.  Increases all fire damage by 1/2.  Halves the accuracy of Thunder.  Bypasses the charge for Solarbeam.  Gives Frozen Pokemon an extra 10% chance to thaw, and prevents any further Freezing.  Doubles the effectiveness of Morning Sun, Synthesis, and Moonlight.'), 
    12007 (138,0,'Has a chance to raise the user\'s Defense.'), 
    12008 (139,0,'Has a chance to raise the user\'s Attack.'), 
    12009 (140,0,'Has a chance to raise all of the user\'s stats.'), 
    12010 (142,0,'User pays half its max HP to raise its Attack as high as is allowed by stat changes.'), 
    12011 (143,0,'Discards the user\'s stat changes and copies the target\'s.'), 
    12012 (144,-5,'If the user takes Special damage this turn, inflicts twice the damage taken to the target.'), 
    12013 (145,0,'Raises the user\'s Defense.  User charges for one turn before attacking.'), 
    12014 (146,0,'Has chance to make the target Flinch.  Inflicts double damage against Pokemon using Dive.'), 
    12015 (147,0,'Inflicts double damage against Pokemon using Dig.'), 
    12016 (148,0,'Inflicts typeless damage two turns later.  If the target is switched out, this move will hit the replacement.'), 
    12017 (149,0,'Inflicts double damage against Pokemon using Fly or Bounce.'), 
    12018 (150,0,'Has a chance to make the target Flinch.  Inflicts double damage against Pokemon that have used Minimize.'), 
    12019 (151,0,'Requires a turn to charge before attacking, except during Sunny Day.  Damage is halved during Rain Dance.'), 
    12020 (152,0,'Inflicts double damage against Pokemon using Fly or Bounce.  Has a chance to Paralyze the target.  Never misses during Rain Dance.'), 
    12021 (153,0,'Immediately ends wild battles.  No effect in trainer battles.'), 
    12022 (154,0,'Hits once for every Pokemon the user\'s trainer has.  Doesn\'t count Frozen, Sleeping, or Fainted Pokemon.'), 
    12023 (155,0,'User flies high into the air for one turn and becomes immune to all moves except Gust, Sky Uppercut, Thunder, Twister, and Whirlwind; damage is inflicted on the next turn.'), 
    12024 (156,0,'Raises user\'s Defense.  Doubles Rollout\'s power if it\'s the next move used.'), 
    12025 (158,1,'Can only be used as the first move after the user enters battle.  Causes the target to Flinch.'), 
    12026 (159,0,'Starts an Uproar, which lasts 2-5 turns (with the same chances as all other 2-5 turn effects) and prevents any Pokemon from Sleeping.'), 
    12027 (160,0,'Stores energy up to three times for use with Spit Up and Swallow.'), 
    12028 (161,0,'Power is equal to 100 times the amount of energy Stockpiled.'), 
    12029 (162,0,'Recovers 1/4 HP after one Stockpile, 1/2 HP after two Stockpiles, or full HP after three Stockpiles.'), 
    12030 (164,0,'Changes the weather to a hailstorm for five turns, damaging non-Ice Pokemon for 1/8 their max HP every turn and giving Blizzard a 100% chance to Freeze.'), 
    12031 (165,0,'Prevents the target from using the same move twice in a row until it leaves battle.'), 
    12032 (166,0,'Raises the target\'s Special Attack by two levels and Confuses the target.  If the target\'s Special Attack cannot be raised by two levels, the Confusion is not applied; however, the Special Attack raise will be applied even if the target cannot be Confused.'), 
    12033 (167,0,'Burns the target.'), 
    12034 (168,0,'Lowers the target\'s Attack and Special Attack by two levels.  User faints.'), 
    12035 (169,0,'Power doubles if user is Burned, Paralyzed, or Poisoned.'), 
    12036 (170,-3,'User charges for one turn before attacking.  If the user takes damage between charging and attacking, the attack is canceled.'), 
    12037 (171,0,'If the target is Paralyzed, inflicts double damage and cures the Paralysis.'), 
    12038 (172,3,'Until the end of this turn, if the target\'s uses any move that affects only one target, it will affect the user of this move instead.'), 
    12039 (173,0,'Uses a move chosen according to the terrain.\nGrass:    Stun Spore\nTall grass: Razor Leaf\nSand:       Earthquake\nCave:       Shadow Ball\nMountains: Rock Slide\nShallow water:      Bubblebeam\nDeep water: Surf\nUnderwater:       Hydro Pump\nAnywhere else:      Swift'), 
    12040 (174,0,'XXX: The power of Electric moves is doubled on the user\'s next turn.'), 
    12041 (175,0,'For the next two turns, the target can only use moves that inflict damage.'), 
    12042 (176,5,'XXX: User\'s ally\'s next move inflicts 50% more damage.'), 
    12043 (177,0,'User and target swap items until the end of the battle.  Fails if either is holding an Enigma Berry.'), 
    12044 (178,0,'User\'s ability is replaced with the target\'s until the user leaves battle.'), 
    12045 (179,0,'At the end of the next turn, user will recover half of its max HP.  If the user is switched out, its replacement will be healed instead.'), 
    12046 (180,0,'Randomly selects and uses one of the target\'s moves.'), 
    12047 (181,0,'Prevents the user from leaving battle, except by fainting.  User regains 1/16 of its max HP every turn.'), 
    12048 (182,0,'Lowers the user\'s Attack and Defense after inflicting damage.'), 
    12049 (183,4,'If the target uses a non-damaging move on the user later during this turn, any major or minor status effect, stat change, or trap effect will be reflected back at the target.'), 
    12050 (184,0,'User regains the item it was holding when it entered battle, if it is no longer holding an item.'), 
    12051 (185,-4,'Inflicts double damage if the user takes damage before attacking this turn.'), 
    12052 (186,0,'Cancels the effects of Reflect and Light Screen.'), 
    12053 (187,0,'Target becomes Drowsy, and falls Asleep at the end of the next turn.  Effect is canceled if the target leaves battle.'), 
    12054 (188,0,'Causes the target to drop its held item, if any.  Target reclaims its item when the battle ends.'), 
    12055 (189,0,'Inflicts exactly enough damage to lower the target\'s HP to equal the user\'s.  Does nothing if the user has more HP than the target.'), 
    12056 (190,0,'Never results in a critical hit and ignores the random factor in the damage formula.  Power increases the higher the user\'s HP is.\nBelow 4% HP:       20 power\n5 - 10% HP:   40 power\n11 - 20% HP:  80 power\n21 - 35% HP:  100 power\n36 - 70% HP: 150 power\n71% HP and up:       200 power'), 
    12057 (191,0,'User and target swap abilities.  Doesn\'t work if either ability is Truant or Wonder Guard.'), 
    12058 (192,0,'Prevents the target from using any moves that the user also knows.'), 
    12059 (193,0,'Cleanses the user of a Burn, Paralysis, or Poison.'), 
    12060 (194,0,'When the user faints, the PP of the move that fainted it will be reduced to 0.'), 
    12061 (195,4,'If the target uses a move on itself or itself and its ally this turn, the user of this move will steal the target\'s move and gain its effect instead.'), 
    12062 (196,0,'Power increases according to the target\'s weight in kilograms.\nBelow 10 kg:   20 power\n10.1 kg - 25 kg:      40 power\n25.1 kg - 50 kg:      60 power\n50.1 kg - 100 kg:     80 power\n100.1 kg - 200 kg:    100 power\n200.1 kg and up:     120 power'), 
    12063 (197,0,'Has a chance to inflict a status effect, depending upon the terrain.\nGrass:    Poison\nTall grass:     Sleep\nSand:    decreased Accuracy\nCave:       Flinch\nMountains:      Confusion\nShallow water:       decreased Speed\nDeep water:    decreased Attack\nUnderwater:   decreased Defense\nAnywhere else:       Paralysis'), 
    12064 (198,0,'User receives 1/4 the damage inflicted in recoil.'), 
    12065 (199,0,'Target becomes Confused.'), 
    12066 (200,0,'Has an increased chance for a critical hit and a chance to Burn the target.'), 
    12067 (201,0,'All damage from Electric moves is halved until the end of the battle.'), 
    12068 (202,0,'Has a chance to badly Poison the target.'), 
    12069 (203,0,'If there be weather, the type changes to match and the damage inflicted is doubled.'), 
    12070 (204,0,'Lowers the user\'s Special Attack by two levels after inflicting damage.'), 
    12071 (205,0,'Lowers the target\'s Attack and Defense.'), 
    12072 (206,0,'Raises the user\'s Defense and Special Defense.'), 
    12073 (207,0,'Can hit Pokemon that are using Fly.'), 
    12074 (208,0,'Raises the user\'s Attack and Defense.'), 
    12075 (209,0,'Has an increased chance for a critical hit and a chance to Poison the target.'), 
    12076 (210,0,'All damage from Fire moves is halved until the end of the battle.'), 
    12077 (211,0,'Raises the user\'s Special Attack and Special Defense.'), 
    12078 (212,0,'Raises the user\'s Attack and Speed.'), 
    12079 (213,0,'User\'s type changes to match the terrain.'), 
    12080 (214,0,'Heals the user by half its max HP.'), 
    12081 (215,0,'Disables moves that involve flying or levitating for five turns.'), 
    12082 (216,0,'Resets the target\'s Evade to normal and prevents any further boosting.  If the target is Dark, it will become vulnerable to Psychic moves until it leaves battle.'), 
    12083 (217,0,'If the target is Alseep, inflicts double damage and wakes it up.'), 
    12084 (218,0,'Lowers user\'s Speed.'), 
    12085 (219,0,'XXX: Power depends on user\'s Speed.'), 
    12086 (220,0,'If the user faints this turn, its replacement will have its HP fully restored and any major status effect removed.'), 
    12087 (221,0,'Inflicts double damage against Pokemon that have less than half their max HP remaining.'), 
    12088 (222,0,'XXX: Power and type depend on the held berry.'), 
    12089 (223,2,'Only works if the target uses Protect or Detect on this turn.'), 
    12090 (224,0,'Inflicts double damage if the user is holding a berry.'), 
    12091 (225,0,'For five turns, any Pokemon on the user\'s field have raised Speed.'), 
    12092 (226,0,'Raises one of the user\'s stats at random by two levels.'), 
    12093 (227,0,'Inflicts double the damage the user receives this turn prior to using this move..'), 
    12094 (228,0,'XXX: User switches out automatically after attacking.'), 
    12095 (229,0,'Lowers the user\'s Defense and Special Defense after inflicting damage.'), 
    12096 (230,0,'Inflicts double damage if the user receives damage before using this move.'), 
    12097 (231,0,'Inflicts double damage if the target has already received damage this turn.'), 
    12098 (232,0,'Target cannote use held items until it leaves battle.'), 
    12099 (233,0,'XXX: Throws held item at the target; power depends on the item.'), 
    12100 (234,0,'Transfers the user\'s major status effect to the target, if it has one.'), 
    12101 (235,0,'XXX: Power increases when PP drops.'), 
    12102 (236,0,'XXX: Prevents target from restoring is HP for five turns.'), 
    12103 (237,0,'XXX: Power depends on target\'s remaining HP.'), 
    12104 (238,0,'User swaps Attack and Defense.'), 
    12105 (239,0,'Nullifies target\'s ability until it leaves battle.'), 
    12106 (240,0,'Prevents the target from inflicting critical hits for five turns.'), 
    12107 (241,0,'Uses the target\'s move against it before it attacks, with power increased by 50%.'), 
    12108 (242,0,'Uses the target\'s last used move.'), 
    12109 (243,0,'User swaps Attack and Special Attack with the target.'), 
    12110 (244,0,'User swaps Defense and Special Defense with the target.'), 
    12111 (245,0,'XXX: Power depends on target\'s stat?'), 
    12112 (246,0,'XXX: Can only be used after all of the user\'s other moves have been used.'), 
    12113 (247,0,'Changes the target\'s ability to Insomnia.'), 
    12114 (248,1,'Only works if the target uses a damaging move this turn.'), 
    12115 (249,0,'XXX: Similar to Spikes.'), 
    12116 (250,0,'User and target swap stat changes.'), 
    12117 (251,0,'XXX: Restores HP every turn.'), 
    12118 (252,0,'Changes the user\'s ability to Levitate.'), 
    12119 (253,0,'XXX: User takes recoil.'), 
    12120 (254,0,'User receives 1/4 the damage inflicted in recoil.'), 
    12121 (255,0,'User dives underwater for one turn and becomes immune to all moves except Surf and Whirlpool and takes no damage from Sandstorm or Hail; damage is inflicted on the second turn.'), 
    12122 (256,0,'User digs a hole for one turn and becomes immune to all moves except Earthquake, Magnitude, and Fissure; damage is inflicted on the second turn.'), 
    12123 (257,0,'Inflicts double damage against Pokemon using Dive.'), 
    12124 (258,0,'Lowers the target\'s Evade.'), 
    12125 (259,-7,'For five turns, slower Pokemon will act before faster Pokemon.'), 
    12126 (260,0,'Has a chance to Freeze the target.  Chance becomes 100% during Hail.'), 
    12127 (261,0,'Prevents the target from leaving battle and inflicts 1/16 its max HP in damage for 2-5 turns.'), 
    12128 (262,0,'User receives 1/3 the damage inflicted in recoil.  May be changed in D/P.'), 
    12129 (263,0,'User bounces high into the air for one turn and becomes immune to all moves except Gust, Thunder, Twister, and Whirlwind; damage is inflicted on the second turn.  Has a chance to Paralyze the target.'), 
    12130 (265,0,'Lowers the target\'s Special Attack by two levels.  Only works if the user has a gender and the target has the opposite gender.'), 
    12131 (266,0,'XXX: Causes damage when the target switches out.'), 
    12132 (267,0,'XXX 49: Confuses the target.'), 
    12133 (268,0,'If the user is holding a plate, this move\'s type changes to match it.'), 
    12134 (269,0,'XXX: User takes recoil.'), 
    12135 (270,0,'User faints, and its replacement\'s HP is completely restored.'), 
    12136 (271,0,'Lowers the target\'s Special Defense.'), 
    12137 (272,0,'User vanishes the first turn and becomes immune to all moves; damage is inflicted on the second turn.  Protect and Detect do not work against this move.'), 
    12138 (273,0,'Has a chance to Burn the target and make it Flinch.'), 
    12139 (274,0,'Has a chance to Freeze the target and make it Flinch.'), 
    12140 (275,0,'Has a chance to Paralyze the target and make it Flinch.'), 
    12141 (276,0,'Has a chance to raise the user\'s Special Attack.'); 
     11886INSERT INTO move_effects VALUES (0,0,'Inflicts normal damage.','Inflicts normal damage.'), 
     11887(1,0,'Puts the target to Sleep.','Puts the target to Sleep.'), 
     11888(2,0,'Has a chance to Poison the target.','Has a chance to Poison the target.'), 
     11889(3,0,'Heals the user by half the damage the target receives.','Heals the user by half the damage the target receives.'), 
     11890(4,0,'Has a chance to Burn the target.','Has a chance to Burn the target.'), 
     11891(5,0,'Has a chance to Freeze the target.','Has a chance to Freeze the target.'), 
     11892(6,0,'Has a chance to Paralyze the target.','Has a chance to Paralyze the target.'), 
     11893(7,0,'Inflicts double damage and faints the user.','Halves the target\'s Defense for damage calculation (which approximately doubles base power).  Automatically faints the user even if the attack fails or misses.'), 
     11894(8,0,'Heals the user by half the damage the target receives.  Only works on Sleeping Pokemon.','Heals the user by half the damage the target receives.  Only works on Sleeping Pokemon.'), 
     11895(9,0,'Uses the target\'s last used move.','Uses the target\'s last used move.'), 
     11896(10,0,'Raises the user\'s Attack.','Raises the user\'s Attack.'), 
     11897(11,0,'Raises the user\'s Defense.','Raises the user\'s Defense.'), 
     11898(13,0,'Raises the user\'s Special Attack.','Raises the user\'s Special Attack.'), 
     11899(16,0,'Raises the user\'s Evasion.','Raises the user\'s Evasion.'), 
     11900(17,0,'Never misses.','Never misses.'), 
     11901(18,0,'Lowers the target\'s Attack.','Lowers the target\'s Attack.'), 
     11902(19,0,'Lowers the target\'s Defense.','Lowers the target\'s Defense.'), 
     11903(20,0,'Lowers the target\'s Speed.','Lowers the target\'s Speed.'), 
     11904(23,0,'Lowers the target\'s Accuracy.','Lowers the target\'s Accuracy.'), 
     11905(24,0,'Lowers the target\'s Evasion.','Lowers the target\'s Evasion.'), 
     11906(25,0,'Resets all Pokemon\'s stats, Accuracy, and Evasion.','Resets all Pokemon\'s stats, Accuracy, and Evasion.'), 
     11907(26,1,'User waits for 2-3 turns, then inflicts damage equal to twice the HP it lost while waiting.','User waits for 2-3 turns, then inflicts damage equal to twice the HP it lost while waiting.'), 
     11908(27,0,'Hits every turn for 2-3 turns, then Confuses the user.','Hits every turn for 2-3 turns, then Confuses the user.'), 
     11909(28,-6,'Immediately ends wild battles.  Forces trainers to switch Pokemon.','Immediately ends wild battles.  Randomly switches the target out for another of its trainer\'s Pokemon in trainer battles.'), 
     11910(29,0,'Hits 2-5 times in one turn.','Hits 2-5 times in one turn: 3/8 chance each to hit 2 or 3 times, and 1/8 chance each to hit 4 or 5 times, for an average of 3 hits per use.'), 
     11911(30,0,'User\'s type changes to the type of one of its moves (including this one), chosen at random.','User\'s type changes to the type of one of its moves (including this one), chosen at random.'), 
     11912(31,0,'Has a chance to make the target Flinch.','Has a chance to make the target Flinch.'), 
     11913(32,0,'Heals the user by half its max HP.','Heals the user by half its max HP.'), 
     11914(33,0,'Badly Poisons the target, inflicting more damage every turn.','Badly Poisons the target, inflicting 1/16 its max HP in damage during its next turn and doubling every turn thereafter.'), 
     11915(34,0,'Scatters money on the ground worth twice the user\'s level.','In in-game battles, scatters money on the ground worth twice the user\'s level for the trainer to collect after the battle ends.'), 
     11916(35,0,'Reduces damage from special attacks by 50% for five turns..','Reduces damage from special attacks by 50% for five turns..'), 
     11917(36,0,'Has a chance to Burn, Freeze, or Paralyze the target.','Has a chance to Burn, Freeze, or Paralyze the target.'), 
     11918(37,0,'User Sleeps, completely healing itself.','User Sleeps and immediately regains all its HP.  The Sleep will replace any other major status effect, but it only lasts until the end of the second turn after the turn this move is used.'), 
     11919(38,0,'Causes a one-hit KO.','Causes a one-hit KO.'), 
     11920(39,0,'User charges for one turn before attacking.','User charges for one turn before attacking.'), 
     11921(40,0,'Inflicts damage equal to half the target\'s HP.','Inflicts damage equal to half the target\'s HP.'), 
     11922(41,0,'Inflicts 40 points of damage.','Inflicts 40 points of damage.'), 
     11923(42,0,'Both prevents the target from fleeing and inflicts damage for 2-5 turns.','Prevents the target from fleeing and inflicts 1/16 its max HP in damage at the end of every turn for 2-5 turns -- 3/8 chance each to last 2 or 3 turns, and 1/8 chance each to last 4 or 5 turns.  This effect can be canceled by Rapid Spin.'), 
     11924(43,0,'Has an increased chance for a critical hit.','Has an increased chance for a critical hit.'), 
     11925(44,0,'Hits twice in one turn.','Hits twice in one turn.'), 
     11926(45,0,'If the user misses, it takes 1/8 the damage it would have inflicted in recoil.','If the user misses, it takes 1/8 the damage it would have inflicted in recoil.'), 
     11927(46,0,'Protects the user\'s stats from being changed by opposing Pokemon\'s moves.','Protects the user\'s stats from being changed by opposing Pokemon\'s moves.'), 
     11928(47,0,'Increases the critical hit counter by 1 until the user leaves battle.','Increases the critical hit counter by 1 until the user leaves battle.'), 
     11929(48,0,'User receives 1/4 the damage it inflicts in recoil.','User receives 1/4 the damage it inflicts in recoil.'), 
     11930(49,0,'Confuses the target.','Confuses the target.'), 
     11931(50,0,'Raises the user\'s Attack by two levels.','Raises the user\'s Attack by two levels.'), 
     11932(51,0,'Raises the user\'s Defense by two levels.','Raises the user\'s Defense by two levels.'), 
     11933(52,0,'Raises the user\'s Speed by two levels.','Raises the user\'s Speed by two levels.'), 
     11934(53,0,'Raises the user\'s Special Attack by two levels.','Raises the user\'s Special Attack by two levels.'), 
     11935(54,0,'Raises the user\'s Special Defense by two levels.','Raises the user\'s Special Defense by two levels.'), 
     11936(57,0,'User becomes a copy of the target until it leaves battle.','User becomes a copy of the target until it leaves battle.  All stats are copied except HP, and all moves start with 5 PP.'), 
     11937(58,0,'Lowers the target\'s Attack by two levels.','Lowers the target\'s Attack by two levels.'), 
     11938(59,0,'Lowers the target\'s Defense by two levels.','Lowers the target\'s Defense by two levels.'), 
     11939(60,0,'Lowers the target\'s Speed by two levels.','Lowers the target\'s Speed by two levels.'), 
     11940(62,0,'Lowers the target\'s Special Defense by two levels.','Lowers the target\'s Special Defense by two levels.'), 
     11941(65,0,'Reduces damage from physical attacks by 50%.','Reduces damage from physical attacks by 50%.'), 
     11942(66,0,'Poisons the target.','Poisons the target.'), 
     11943(67,0,'Paralyzes the target.','Paralyzes the target.'), 
     11944(68,0,'Has a chance to lower the target\'s Attack.','Has a chance to lower the target\'s Attack.'), 
     11945(69,0,'Has a chance to lower the target\'s Defense.','Has a chance to lower the target\'s Defense.'), 
     11946(70,0,'Has a chance to lower the target\'s Speed.','Has a chance to lower the target\'s Speed.'), 
     11947(71,0,'Has a chance to lower the target\'s Special Attack.','Has a chance to lower the target\'s Special Attack.'), 
     11948(72,0,'Has a chance to lower the target\'s Special Defense.','Has a chance to lower the target\'s Special Defense.'), 
     11949(73,0,'Has a chance to lower the target\'s Accuracy.','Has a chance to lower the target\'s Accuracy.'), 
     11950(75,0,'User charges for one turn before attacking.  Has a chance to make the target Flinch.','User charges for one turn before attacking.  Has a chance to make the target Flinch.'), 
     11951(76,0,'Has a chance to Confuse the target.','Has a chance to Confuse the target.'), 
     11952(77,0,'Hits twice in the same turn.  Has a chance to Poison the target.','Hits twice in the same turn.  Has a chance to Poison the target.'), 
     11953(78,-1,'Never misses.','Never misses.'), 
     11954(79,0,'Transfers 1/4 of the user\'s max HP into a doll, protecting the user from further damage or status changes until it breaks.','Transfers 1/4 of the user\'s max HP into a doll, protecting the user from further damage or status changes until it breaks.'), 
     11955(80,0,'User foregoes its next turn to recharge.','User foregoes its next turn to recharge.'), 
     11956(81,0,'User can only use this move until it wins or faints, but becomes stronger each time it is hit.','User will automatically attack with this move every turn until the battle is over or it faints (without reducing PP), and its Attack will increase by 50% of its original value each time it takes damage, up to six times.  This effect does not take place if the first hit misses or does zero damage.'), 
     11957(82,0,'Copies the target\'s last used move.','Replaces this move with the target\'s last used move.  PP remains the same, and this move returns when the user leaves battle.  Fails against Metronome, Mimic, Struggle, and Sketch.'), 
     11958(83,0,'Randomly selects and uses any move in the game.','Randomly selects and uses any move in the game.  Counter, Covet, Destiny Bond, Detect, Endure, Focus Punch, Follow Me, Helping Hand, Metronome, Mimic, Mirror Coat, Protect, Sketch, Sleep Talk, Snatch, Struggle, Thief, and Trick are exempt.'), 
     11959(84,0,'Seeds the target, stealing HP from it every turn.','Leech Seeds the target, stealing 1/16 of its max HP every turn and giving it to the user (or any other Pokemon that has taken its place).  This effect is canceled if the target leaves battle or uses Rapid Spin.  Does not work on Grass Pokemon.'), 
     11960(85,0,'Does nothing.','Does nothing.'), 
     11961(86,0,'Disables the target\'s last used move for 1-8 turns.','Disables the target\'s last used move, preventing its use for 1-8 turns or until the target leaves battle.  Only one move can be Disabled at a time.'), 
     11962(87,0,'Inflicts damage equal to the user\'s level.','Inflicts damage equal to the user\'s level.'), 
     11963(88,0,'Inflicts damage between 1 HP and 1.5 times the user\'s level.','Inflicts damage between 1 HP and 1.5 times the user\'s level, determined by: level * (rand(0, 10) * 10 + 50) / 100.'), 
     11964(89,-5,'Inflicts twice the damage the user received from the last hit it took, if the move was Normal or Fighting.','Inflicts twice the damage the user received from the last hit it took, if the move was Normal or Fighting.'), 
     11965(90,0,'Forces the target to repeat its last used move every turn for 2 to 6 turns.','Forces the target to repeat its last used move every turn for 2 to 6 turns.'), 
     11966(91,0,'Sets the user\'s and targets\'s HP to the average of their current HP.','Sets the user\'s and targets\'s HP to the average of their current HP.'), 
     11967(92,0,'Has a chance to make the target Flinch.  Only works if the user is Sleeping.','Has a chance to make the target Flinch.  Only works if the user is Sleeping.'), 
     11968(93,0,'Changes the user\'s type to a random type either resistant or immune to the last move used against it.','Changes the user\'s type to a random type either resistant or immune to the last move used against it.'), 
     11969(94,0,'Ensures that the user\'s next move will hit the target.','Ensures that the user\'s next move will hit the target.'), 
     11970(95,0,'Permanently becomes the target\'s last used move.  Fails against Sketch and Struggle.','Permanently becomes the target\'s last used move.  Fails against Sketch and Struggle.'), 
     11971(97,0,'Randomly uses one of the user\'s other three moves.  Only works if the user is Sleeping.','Randomly uses one of the user\'s other three moves.  Only works if the user is Sleeping.'), 
     11972(98,0,'If the user faints this turn, the target automatically will, too.','If the user faints this turn, the target automatically will, too.'), 
     11973(99,0,'Inflicts more damage when the user has less HP, with a maximum of 200 power.','Inflicts normal damage.  Never results in a critical hit and ignores the random factor in the damage formula.  Power increases the lower the user\'s HP is relative to its max HP.\nBelow 4%      200 power\nUp to 10%    150 power\nUp to 20%    100 power\nUp to 35%    80 power\nUp to 70%     40 power\nOtherwise     20 power'), 
     11974(100,0,'Lowers the PP of the target\'s last used move by 2 to 5 points.','Lowers the PP of the target\'s last used move by 2 to 5 points.'), 
     11975(101,0,'Cannot lower the target\'s HP below 1.','Cannot lower the target\'s HP below 1.'), 
     11976(102,0,'Cures the user and the user\'s ally, if any, of major status effects.','Cures the user and the user\'s ally, if any, of major status effects.'), 
     11977(103,1,'Inflicts normal damage.','Inflicts normal damage.'), 
     11978(104,0,'Hits three times, increasing power by 10 with each successful hit.','Hits three times in the same turn, stopping if any hit misses.  Each time a hit lands, power increases by 10; i.e. all three hits landing is about the same as a single attack with six times the power.'), 
     11979(105,0,'Takes the target\'s item.','If the target is holding an item and the user is not, the user will take the item.  In in-game battles, the theft is permanent.'), 
     11980(106,0,'Prevents the target from leaving battle.','Prevents the target from leaving battle, except by fainting.'), 
     11981(107,0,'Target loses 1/4 its max HP every turn as long as it continues Sleeping.','The target will lose 1/4 its max HP every turn.  Only works on Sleeping Pokemon.  Effect ends if the target wakes up.'), 
     11982(108,0,'Raises the user\'s Evade.','Raises the user\'s Evade.'), 
     11983(109,0,'Ghosts pay half their max HP to hurt the target every turn.  Others decrease Speed but raise Attack and Defense.','If the user is a Ghost: user pays half its max HP to Curse the target, damaging it by 1/4 its max HP every turn.  Otherwise: Lowers the user\'s Speed and raises its Attack and Defense.'), 
     11984(111,3,'Prevents any moves from hitting the user this turn.','Prevents any moves from hitting the user this turn.  Accuracy (or, at least, the chance of success) is halved each time this move is used, whether or not it succeeds.'), 
     11985(112,0,'Scatters Spikes, hurting opposing Pokemon that switch in.','Scatters Spikes around the opposing field, which will damage any non-Flying opposing Pokemon by a fraction of its max HP when it enters battle.  Damage dealt increases the more Spikes are on the field, up to three layers of Spikes.  Effect is removed if any opposing Pokemon uses Rapid Spin.\nOne layer of Spikes:   1/8 max HP\nTwo layers of Spikes:       1/6 max HP\nThree or more layers of Spikes:     1/4 max HP'), 
     11986(113,0,'Forces the target to have no Evade, and allows it to be hit by Normal and Fighting moves even if it is a Ghost.','Resets the target\'s Evade to normal and prevents any further boosting.  If the target is a Ghost, it will become vulnerable to Normal and Fighting moves until it leaves battle.'), 
     11987(114,0,'User and target both faint after three turns.','User and target are given a Perish Count of 3, which drops by 1 after every turn.  Leaving battle removes the Perish Count from a Pokemon.  If a Pokemon\'s Perish Count reaches zero, the Pokemon automatically faints.'), 
     11988(115,0,'Changes the weather to a sandstorm for five turns.','Changes the weather to a sandstorm for five turns, damaging non-Rock/Ground/Steel Pokemon for 1/8 their max HP every turn.'), 
     11989(116,3,'Prevents the user\'s HP from lowering below 1 this turn.','Prevents any moves from lowering the user\'s HP below 1 this turn.  Accuracy (or, at least, the chance of success) is halved each time this move is used, whether or not it succeeds.'), 
     11990(117,0,'Power doubles every turn this move is used in succession after the first, resetting after five turns.','Power doubles every turn this move is used in succession after the first, resetting after five turns.'), 
     11991(118,0,'Raises the target\'s Attack by two levels and Confuses the target.','Raises the target\'s Attack by two levels and Confuses the target.  If the target\'s Attack cannot be raised by two levels, the Confusion is not applied; however, the Attack raise will be applied even if the target cannot be Confused.'), 
     11992(119,0,'Power doubles every turn this move is used in succession after the first, maxing out after five turns.','Power doubles every turn this move is used in succession after the first, maxing out at 16 times the original power.'), 
     11993(120,0,'Target falls in love if it has the opposite gender, and has a 50% chance to refuse attacking the user.','Causes the target to fall in love, giving it a 50% chance to refuse to attack the user.  Only works if the user and target have opposite genders.  Effect is cancelled if either Pokemon leaves battle.'), 
     11994(121,0,'Power increases with Happiness, up to a maximum of 102.','Power increases with Happiness, up to a maximum of 102, as calculated by: happiness / 2.5.'), 
     11995(122,0,'Randomly inflicts damage with power from 40 to 120 or heals the target for 1/4 its max HP.','Randomly uses one of the following effects.\nInflicts damage with 40 power:        40% chance\nInflicts damage with 80 power:      30% chance\nInflicts damage with 120 power:     10% chance\nHeals the target for 1/4 its max HP:        20% chance'), 
     11996(123,0,'Power increases as Happiness decreases, up to a maximum of 102.','Power increases as Happiness decreases, up to a maximum of 102, as calculated by: (255 - happiness) / 2.5.'), 
     11997(124,0,'Protects the user\'s field from incoming major status ailments and Confusion for five turns.','Protects the user\'s side of the field from major status ailments and Confusion caused by the target for five turns.  Does not cancel existing ailments.'), 
     11998(125,0,'Has a chance to Burn the target.  Can be used by Frozen Pokemon to thaw themselves.','Has a chance to Burn the target.  Can be used by Frozen Pokemon to thaw themselves.'), 
     11999(126,0,'Power varies randomly from 10 to 150.','Selects a number from 4 to 10 to determine the power, as follows.  Inflicts double damage if the target is using Dig.\n4        10 power        5.5% chance\n5  30 power        10% chance\n6   50 power        20% chance\n7   70 power        30% chance\n8   90 power        20% chance\n9   110 power       10% chance\n10  150 power       5.5% chance'), 
     12000(127,0,'Allows the trainer to switch out the user and pass effects along to its replacement.','Allows the user\'s trainer to switch it out regardless of any trapping moves or other rules; any temporary stat effects (good or bad) on the user will be passed on to its replacement.'), 
     12001(128,0,'If the target leaves battle this turn, user will hit the target with double power and then hit its replacement normally.','If the target leaves battle this turn, user will hit the target with double power and then hit its replacement normally.'), 
     12002(129,0,'Frees the user from binding moves, removes Leech Seed, and blows away Spikes.','Frees the user from binding moves, removes Leech Seed, and blows away Spikes.'), 
     12003(130,0,'Inflicts 20 points of damage.','Inflicts 20 points of damage.'), 
     12004(132,0,'Heals the user by half its max HP at the right time of day, or 1/4 otherwise.','Heals the user by half of its max HP during the corresponding time of day or in link battles; heals by 1/4 its max HP any other time.  Healing power is doubled in sunny weather and halved in rain.'), 
     12005(135,0,'Power and type depend upon user\'s IVs.  Power can range from 30 to 70.','Power and type depend upon user\'s IVs.  Power can range from 30 to 70.'), 
     12006(136,0,'Changes the weather to rain for five turns.','Changes the weather to rain for five turns.  Increases all water damage by 1/2.  Decreases all fire damage by 1/2.  Makes Thunder a guaranteed hit.  Halves the damage of Solarbeam.  Prevents Frozen Pokemon from thawing.  Halves the effectiveness of Morning Sun, Synthesis, and Moonlight.'), 
     12007(137,0,'Changes the weather to sunny for five turns.','Changes the weather to sunny for five turns.  Decreases all water damage by 1/2.  Increases all fire damage by 1/2.  Halves the accuracy of Thunder.  Bypasses the charge for Solarbeam.  Gives Frozen Pokemon an extra 10% chance to thaw, and prevents any further Freezing.  Doubles the effectiveness of Morning Sun, Synthesis, and Moonlight.'), 
     12008(138,0,'Has a chance to raise the user\'s Defense.','Has a chance to raise the user\'s Defense.'), 
     12009(139,0,'Has a chance to raise the user\'s Attack.','Has a chance to raise the user\'s Attack.'), 
     12010(140,0,'Has a chance to raise all of the user\'s stats.','Has a chance to raise all of the user\'s stats.'), 
     12011(142,0,'User pays half its max HP to raise its Attack as high as is allowed by stat changes.','User pays half its max HP to raise its Attack as high as is allowed by stat changes.'), 
     12012(143,0,'Discards the user\'s stat changes and copies the target\'s.','Discards the user\'s stat changes and copies the target\'s.'), 
     12013(144,-5,'If the user takes Special damage this turn, inflicts twice the damage taken to the target.','If the user takes Special damage this turn, inflicts twice the damage taken to the target.'), 
     12014(145,0,'Raises the user\'s Defense.  User charges for one turn before attacking.','Raises the user\'s Defense.  User charges for one turn before attacking.'), 
     12015(146,0,'Has chance to make the target Flinch.','Has chance to make the target Flinch.  Inflicts double damage against Pokemon using Dive.'), 
     12016(147,0,'Inflicts normal damage.','Inflicts double damage against Pokemon using Dig.'), 
     12017(148,0,'Hits the target two turns later.','Inflicts typeless damage two turns later.  If the target is switched out, this move will hit the replacement.'), 
     12018(149,0,'Inflicts normal damage.','Inflicts double damage against Pokemon using Fly or Bounce.'), 
     12019(150,0,'Has a chance to make the target Flinch.','Has a chance to make the target Flinch.  Inflicts double damage against Pokemon that have used Minimize.'), 
     12020(151,0,'Requires a turn to charge before attacking.','Requires a turn to charge before attacking, except during Sunny Day.  Damage is halved during Rain Dance.'), 
     12021(152,0,'Has a chance to Paralyze the target.','Inflicts double damage against Pokemon using Fly or Bounce.  Has a chance to Paralyze the target.  Never misses during Rain Dance.'), 
     12022(153,0,'Immediately ends wild battles.','Immediately ends wild battles.  No effect in trainer battles.'), 
     12023(154,0,'Hits once for every conscious Pokemon the user\'s trainer has.','Hits once for every Pokemon the user\'s trainer has.  Doesn\'t count Frozen, Sleeping, or Fainted Pokemon.'), 
     12024(155,0,'User flies high into the air, dodging all attacks, and hits next turn.','User flies high into the air for one turn and becomes immune to all moves except Gust, Sky Uppercut, Thunder, Twister, and Whirlwind; damage is inflicted on the next turn.'), 
     12025(156,0,'Raises user\'s Defense.  Doubles Rollout\'s power if it\'s the next move used.','Raises user\'s Defense.  Doubles Rollout\'s power if it\'s the next move used.'), 
     12026(158,1,'Can only be used as the first move after the user enters battle.  Causes the target to Flinch.','Can only be used as the first move after the user enters battle.  Causes the target to Flinch.'), 
     12027(159,0,'Prevents any Pokemon from Sleeping for 2-5 turns.','Starts an Uproar, which lasts 2-5 turns (with the same chances as all other 2-5 turn effects) and prevents any Pokemon from Sleeping.'), 
     12028(160,0,'Stores energy up to three times for use with Spit Up and Swallow.','Stores energy up to three times for use with Spit Up and Swallow.'), 
     12029(161,0,'Power is equal to 100 times the amount of energy Stockpiled.','Power is equal to 100 times the amount of energy Stockpiled.'), 
     12030(162,0,'Recovers 1/4 HP after one Stockpile, 1/2 HP after two Stockpiles, or full HP after three Stockpiles.','Recovers 1/4 HP after one Stockpile, 1/2 HP after two Stockpiles, or full HP after three Stockpiles.'), 
     12031(164,0,'Changes the weather to a hailstorm for five turns.','Changes the weather to a hailstorm for five turns, damaging non-Ice Pokemon for 1/8 their max HP every turn and giving Blizzard a 100% chance to Freeze.'), 
     12032(165,0,'Prevents the target from using the same move twice in a row until it leaves battle.','Prevents the target from using the same move twice in a row until it leaves battle.'), 
     12033(166,0,'Raises the target\'s Special Attack by two levels and Confuses the target.','Raises the target\'s Special Attack by two levels and Confuses the target.  If the target\'s Special Attack cannot be raised by two levels, the Confusion is not applied; however, the Special Attack raise will be applied even if the target cannot be Confused.'), 
     12034(167,0,'Burns the target.','Burns the target.'), 
     12035(168,0,'Lowers the target\'s Attack and Special Attack by two levels.  User faints.','Lowers the target\'s Attack and Special Attack by two levels.  User faints.'), 
     12036(169,0,'Power doubles if user is Burned, Paralyzed, or Poisoned.','Power doubles if user is Burned, Paralyzed, or Poisoned.'), 
     12037(170,-3,'User charges for one turn before attacking.','User charges for one turn before attacking.  If the user takes damage between charging and attacking, the attack is canceled.'), 
     12038(171,0,'If the target is Paralyzed, inflicts double damage and cures the Paralysis.','If the target is Paralyzed, inflicts double damage and cures the Paralysis.'), 
     12039(172,3,'Redirects the target\'s single-target effects to the user for this turn.','Until the end of this turn, if the target uses any move that affects only one target, it will affect the user of this move instead.'), 
     12040(173,0,'Uses a move which depends upon the terrain.','Uses a move chosen according to the terrain.\nGrass:      Stun Spore\nTall grass: Razor Leaf\nSand:       Earthquake\nCave:       Shadow Ball\nMountains: Rock Slide\nShallow water:      Bubblebeam\nDeep water: Surf\nUnderwater:       Hydro Pump\nAnywhere else:      Swift'), 
     12041(174,0,'Raises the user\'s Special Defense.  User\'s Electric moves inflict double damage next turn.','Raises the user\'s Special Defense.  User\'s Electric moves inflict double damage next turn.'), 
     12042(175,0,'For the next two turns, the target can only use moves that inflict damage.','For the next two turns, the target can only use moves that inflict damage.'), 
     12043(176,5,'User\'s ally\'s next move inflicts 50% more damage.','User\'s ally\'s next move inflicts 50% more damage.'), 
     12044(177,0,'User and target swap items until the end of the battle.','User and target swap items until the end of the battle.  Fails if either is holding an Enigma Berry.'), 
     12045(178,0,'User\'s ability is replaced with the target\'s until the user leaves battle.','User\'s ability is replaced with the target\'s until the user leaves battle.'), 
     12046(179,0,'User or its replacement will recover half its max HP at the end of the next turn.','At the end of the next turn, user will recover half of its max HP.  If the user is switched out, its replacement will be healed instead.'), 
     12047(180,0,'Randomly selects and uses one of the target\'s moves.','Randomly selects and uses one of the target\'s moves.'), 
     12048(181,0,'Prevents the user from leaving battle, except by fainting.  User regains 1/16 of its max HP every turn.','Prevents the user from leaving battle, except by fainting.  User regains 1/16 of its max HP every turn.'), 
     12049(182,0,'Lowers the user\'s Attack and Defense after inflicting damage.','Lowers the user\'s Attack and Defense after inflicting damage.'), 
     12050(183,4,'Reflects back any effects the target tries to use on the user this turn.','If the target uses a non-damaging move on the user later during this turn, any major or minor status effect, stat change, or trap effect will be reflected back at the target.'), 
     12051(184,0,'User regains the item it was holding when it entered battle, if it is no longer holding an item.','User regains the item it was holding when it entered battle, if it is no longer holding an item.'), 
     12052(185,-4,'Inflicts double damage if the user takes damage before attacking this turn.','Inflicts double damage if the user takes damage before attacking this turn.'), 
     12053(186,0,'Cancels the effects of Reflect and Light Screen.','Cancels the effects of Reflect and Light Screen.'), 
     12054(187,0,'Target Sleeps at the end of the next turn.','Target becomes Drowsy, and falls Asleep at the end of the next turn.  Effect is canceled if the target leaves battle.'), 
     12055(188,0,'Target drops its held item.','Causes the target to drop its held item, if any.  Target reclaims its item when the battle ends.'), 
     12056(189,0,'Lowers the target\'s HP to equal the user\'s.','Inflicts exactly enough damage to lower the target\'s HP to equal the user\'s.  Does nothing if the user has more HP than the target.'), 
     12057(190,0,'Power increases the higher the user\'s HP is.','Never results in a critical hit and ignores the random factor in the damage formula.  Power increases the higher the user\'s HP is.\nBelow 4% HP:       20 power\n5 - 10% HP:   40 power\n11 - 20% HP:  80 power\n21 - 35% HP:  100 power\n36 - 70% HP: 150 power\n71% HP and up:       200 power'), 
     12058(191,0,'User and target swap abilities.','User and target swap abilities.  Doesn\'t work if either ability is Truant or Wonder Guard.'), 
     12059(192,0,'Prevents the target from using any moves that the user also knows.','Prevents the target from using any moves that the user also knows.'), 
     12060(193,0,'Cleanses the user of a Burn, Paralysis, or Poison.','Cleanses the user of a Burn, Paralysis, or Poison.'), 
     12061(194,0,'When the user faints, the PP of the move that fainted it will be reduced to 0.','When the user faints, the PP of the move that fainted it will be reduced to 0.'), 
     12062(195,4,'Steals the target\'s move, if it is self-targeted.','If the target uses a move on itself or itself and its ally this turn, user will steal the target\'s move and gain its effect instead.'), 
     12063(196,0,'Inflicts more damage to heavier targets, with a maximum of 120 power.','Power increases according to the target\'s weight in kilograms.\nBelow 10 kg:   20 power\n10.1 kg - 25 kg:      40 power\n25.1 kg - 50 kg:      60 power\n50.1 kg - 100 kg:     80 power\n100.1 kg - 200 kg:    100 power\n200.1 kg and up:     120 power'), 
     12064(197,0,'Has a chance to inflict a status effect which depends upon the terrain.','Has a chance to inflict a status effect, depending upon the terrain.\nGrass:  Poison\nTall grass:     Sleep\nSand:    decreased Accuracy\nCave:       Flinch\nMountains:      Confusion\nShallow water:       decreased Speed\nDeep water:    decreased Attack\nUnderwater:   decreased Defense\nAnywhere else:       Paralysis'), 
     12065(198,0,'User receives 1/4 the damage inflicted in recoil.','User receives 1/4 the damage inflicted in recoil.'), 
     12066(199,0,'Target becomes Confused.','Target becomes Confused.'), 
     12067(200,0,'Has an increased chance for a critical hit and a chance to Burn the target.','Has an increased chance for a critical hit and a chance to Burn the target.'), 
     12068(201,0,'All damage from Electric moves is halved until the end of the battle.','All damage from Electric moves is halved until the end of the battle.'), 
     12069(202,0,'Has a chance to badly Poison the target.','Has a chance to badly Poison the target.'), 
     12070(203,0,'If there be weather, the damage inflicted will be doubled and have the weather\'s type.','If there be weather, the damage inflicted will be doubled and have the weather\'s type.'), 
     12071(204,0,'Lowers the user\'s Special Attack by two levels after inflicting damage.','Lowers the user\'s Special Attack by two levels after inflicting damage.'), 
     12072(205,0,'Lowers the target\'s Attack and Defense.','Lowers the target\'s Attack and Defense.'), 
     12073(206,0,'Raises the user\'s Defense and Special Defense.','Raises the user\'s Defense and Special Defense.'), 
     12074(207,0,'Can hit Pokemon that are using Fly.','Can hit Pokemon that are using Fly.'), 
     12075(208,0,'Raises the user\'s Attack and Defense.','Raises the user\'s Attack and Defense.'), 
     12076(209,0,'Has an increased chance for a critical hit and a chance to Poison the target.','Has an increased chance for a critical hit and a chance to Poison the target.'), 
     12077(210,0,'All damage from Fire moves is halved until the end of the battle.','All damage from Fire moves is halved until the end of the battle.'), 
     12078(211,0,'Raises the user\'s Special Attack and Special Defense.','Raises the user\'s Special Attack and Special Defense.'), 
     12079(212,0,'Raises the user\'s Attack and Speed.','Raises the user\'s Attack and Speed.'), 
     12080(213,0,'User\'s type changes to match the terrain.','User\'s type changes to match the terrain.'), 
     12081(214,0,'Heals the user by half its max HP.','Heals the user by half its max HP.'), 
     12082(215,0,'Disables moves that involve flying or levitating for five turns.','Disables moves that involve flying or levitating for five turns.'), 
     12083(216,0,'Forces the target to have no Evade, and allows it to be hit by Psychic moves even if it is Dark.','Resets the target\'s Evade to normal and prevents any further boosting.  If the target is Dark, it will become vulnerable to Psychic moves until it leaves battle.'), 
     12084(217,0,'If the target is Sleeping, inflicts double damage and wakes it up.','If the target is Sleeping, inflicts double damage and wakes it up.'), 
     12085(218,0,'Lowers user\'s Speed.','Lowers user\'s Speed.'), 
     12086(219,0,'Inflicts more damage when the user has lower Speed.','XXX: Power depends on user\'s Speed.'), 
     12087(220,0,'If the user faints this turn, its replacement will have its HP fully restored and any major status effect removed.','If the user faints this turn, its replacement will have its HP fully restored and any major status effect removed.'), 
     12088(221,0,'Inflicts double damage against Pokemon that have less than half their max HP remaining.','Inflicts double damage against Pokemon that have less than half their max HP remaining.'), 
     12089(222,0,'Power and type depend on the held berry.','Power and type depend on the held berry.'), 
     12090(223,2,'Only works if the target uses Protect or Detect on this turn.','Only works if the target uses Protect or Detect on this turn.'), 
     12091(224,0,'Inflicts double damage if the user is holding a berry.','Inflicts double damage if the user is holding a berry.'), 
     12092(225,0,'For five turns, any Pokemon on the user\'s field have raised Speed.','For five turns, any Pokemon on the user\'s field have raised Speed.'), 
     12093(226,0,'Raises one of the user\'s stats at random by two levels.','Raises one of the user\'s stats at random by two levels.'), 
     12094(227,0,'Inflicts double the damage the user receives this turn prior to using this move..','Inflicts double the damage the user receives this turn prior to using this move..'), 
     12095(228,0,'User must switch out after attacking.','User must switch out after attacking.'), 
     12096(229,0,'Lowers the user\'s Defense and Special Defense after inflicting damage.','Lowers the user\'s Defense and Special Defense after inflicting damage.'), 
     12097(230,0,'Inflicts double damage if the user receives damage before using this move.','Inflicts double damage if the user receives damage before using this move.'), 
     12098(231,0,'Inflicts double damage if the target has already received damage this turn.','Inflicts double damage if the target has already received damage this turn.'), 
     12099(232,0,'Target cannot use held items until it leaves battle.','Target cannot use held items until it leaves battle.'), 
     12100(233,0,'Throws held item at the target; power depends on the item.','Throws held item at the target; power depends on the item.'), 
     12101(234,0,'Transfers the user\'s major status effect to the target, if it has one.','Transfers the user\'s major status effect to the target, if it has one.'), 
     12102(235,0,'Inflicts more damage when this move has less PP.','XXX: Power increases when PP drops.'), 
     12103(236,0,'Prevents target from restoring its HP for five turns.','Prevents target from restoring its HP for five turns.'), 
     12104(237,0,'Inflicts more damage to targets with more HP remaining.','XXX: Power depends on target\'s remaining HP.'), 
     12105(238,0,'User swaps Attack and Defense.','User swaps Attack and Defense.'), 
     12106(239,0,'Nullifies target\'s ability until it leaves battle.','Nullifies target\'s ability until it leaves battle.'), 
     12107(240,0,'Prevents the target from inflicting critical hits for five turns.','Prevents the target from inflicting critical hits for five turns.'), 
     12108(241,0,'Uses the target\'s move against it before it attacks, with power increased by 50%.','Uses the target\'s move against it before it attacks, with power increased by 50%.'), 
     12109(242,0,'Uses the target\'s last used move.','Uses the target\'s last used move.'), 
     12110(243,0,'User swaps Attack and Special Attack with the target.','User swaps Attack and Special Attack with the target.'), 
     12111(244,0,'User swaps Defense and Special Defense with the target.','User swaps Defense and Special Defense with the target.'), 
     12112(245,0,'Inflicts more damage to targets with more positive stat changes.','XXX: Power depends on target\'s stat?'), 
     12113(246,0,'Can only be used after all of the user\'s other moves have been used.','Can only be used after all of the user\'s other moves have been used at least once since it entered battle.'), 
     12114(247,0,'Changes the target\'s ability to Insomnia.','Changes the target\'s ability to Insomnia.'), 
     12115(248,1,'Only works if the target uses a damaging move this turn.','Only works if the target uses a damaging move this turn.'), 
     12116(249,0,'XXX: Similar to Spikes.','XXX: Similar to Spikes.'), 
     12117(250,0,'User and target swap stat changes.','User and target swap stat changes.'), 
     12118(251,0,'Restores HP every turn.','XXX: Restores HP every turn.'), 
     12119(252,0,'Changes the user\'s ability to Levitate.','Changes the user\'s ability to Levitate.'), 
     12120(253,0,'XXX: User takes recoil.','XXX: User takes recoil.'), 
     12121(254,0,'User receives 1/4 the damage inflicted in recoil.','User receives 1/4 the damage inflicted in recoil.'), 
     12122(255,0,'User dives underwater, dodging all attacks, and hits next turn.','User dives underwater for one turn and becomes immune to all moves except Surf and Whirlpool and takes no damage from Sandstorm or Hail; damage is inflicted on the second turn.'), 
     12123(256,0,'User digs underground, dodging all attacks, and hits next turn.','User digs a hole for one turn and becomes immune to all moves except Earthquake, Magnitude, and Fissure; damage is inflicted on the second turn.'), 
     12124(257,0,'Inflicts normal damage.','Inflicts double damage against Pokemon using Dive.'), 
     12125(258,0,'Lowers the target\'s Evade.','Lowers the target\'s Evade.'), 
     12126(259,-7,'For five turns, slower Pokemon will act before faster Pokemon.','For five turns, slower Pokemon will act before faster Pokemon.'), 
     12127(260,0,'Has a chance to Freeze the target.  Chance becomes 100% during Hail.','Has a chance to Freeze the target.  Chance becomes 100% during Hail.'), 
     12128(261,0,'Prevents the target from leaving battle and inflicts 1/16 its max HP in damage for 2-5 turns.','Prevents the target from leaving battle and inflicts 1/16 its max HP in damage for 2-5 turns.'), 
     12129(262,0,'User receives 1/3 the damage inflicted in recoil.  May be changed in D/P.','User receives 1/3 the damage inflicted in recoil.  May be changed in D/P.'), 
     12130(263,0,'User bounces high into the air, dodging all attacks, and hits next turn.','User bounces high into the air for one turn and becomes immune to all moves except Gust, Thunder, Twister, and Whirlwind; damage is inflicted on the second turn.  Has a chance to Paralyze the target.'), 
     12131(265,0,'Lowers the target\'s Special Attack by two levels if it is the opposite gender.','Lowers the target\'s Special Attack by two levels.  Only works if the user has a gender and the target has the opposite gender.'), 
     12132(266,0,'Causes damage when Pokemon switch in to where the target is now.','Causes damage when Pokemon switch in to where the target is now.'), 
     12133(267,0,'Target becomes Confused.','Confuses the target and inflicts damage using words the user has learned.'), 
     12134(268,0,'If the user is holding a plate, the damage inflicted will match it.','If the user is holding a plate, the damage inflicted will match it.'), 
     12135(269,0,'XXX: User takes recoil.','XXX: User takes recoil.'), 
     12136(270,0,'User faints, and its replacement\'s HP is completely restored.','User faints, and its replacement\'s HP is completely restored.'), 
     12137(271,0,'Lowers the target\'s Special Defense.','Lowers the target\'s Special Defense.'), 
     12138(272,0,'User vanishes, dodging all attacks, and hits next turn.  Works against Protect and Detect.','User vanishes the first turn and becomes immune to all moves; damage is inflicted on the second turn.  Protect and Detect do not work against this move.'), 
     12139(273,0,'Has a chance to Burn the target and make it Flinch.','Has a chance to Burn the target and make it Flinch.'), 
     12140(274,0,'Has a chance to Freeze the target and make it Flinch.','Has a chance to Freeze the target and make it Flinch.'), 
     12141(275,0,'Has a chance to Paralyze the target and make it Flinch.','Has a chance to Paralyze the target and make it Flinch.'), 
     12142(276,0,'Has a chance to raise the user\'s Special Attack.','Has a chance to raise the user\'s Special Attack.'); 
    1214212143/*!40000 ALTER TABLE move_effects ENABLE KEYS */; 
    1214312144UNLOCK TABLES;