Show
Ignore:
Timestamp:
06/04/07 21:49:33 (18 months ago)
Author:
eevee
Message:

Fixed description for Eruption and Water Spout.

Files:
1 modified

Legend:

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

    r223 r224  
    1227712277(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.'), 
    1227812278(98,0,'If the user faints this turn, the target automatically will, too.','If the user faints this turn, the target automatically will, too.'), 
    12279 (99,0,'Inflicts more damage when the user has less HP, with a maximum of 200 power.','Inflicts regular 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'), 
     12279(99,0,'Inflicts more damage when the user has less HP remaining, with a maximum of 200 power.','Inflicts regular 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'), 
    1228012280(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.'), 
    1228112281(101,0,'Cannot lower the target\'s HP below 1.','Cannot lower the target\'s HP below 1.'), 
     
    1236112361(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.'), 
    1236212362(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.'), 
    12363 (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'), 
     12363(190,0,'Inflicts more damage when the user has more HP remaining, with a maximum of 150 power.','Never results in a critical hit and ignores the random factor in the damage formula.  Power increases the higher the user\'s HP is, according to: cur HP * 150 / max HP.'), 
    1236412364(191,0,'User and target swap abilities.','User and target swap abilities.  Doesn\'t work if either ability is Truant or Wonder Guard.'), 
    1236512365(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.'),