Changeset 192

Show
Ignore:
Timestamp:
05/31/07 20:46:07 (3 years ago)
Author:
eevee
Message:

Deleted the three garbage moves at the end of the list. (#51)

Location:
veekun/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • veekun/trunk/lib/Vee/Dex.pm

    r186 r192  
    3939    { games => 'Gold/Silver/Crystal',             short => 'new',  abbr => 'gsc', maxid => 251, maxmoveid => 251, region => 'Johto', }, 
    4040    { games => 'Ruby/Sapphire/Emerald/Fire/Leaf', short => 'rusa', abbr => 'rse', maxid => 386, maxmoveid => 354, region => 'Hoenn', locpercents => [qw/20 20 10 10 10 10 5 5 4 4 1 1/], }, 
    41     { games => 'Diamond/Pearl',                   short => 'dp',   abbr => 'dp',  maxid => 493, maxmoveid => 470, region => 'Sinnoh', locpercents => [qw/20 20 10 10 10 10 5 5 4 4 1 1/], locsurfpercents => [qw/60 30 5 4 1/], }, 
     41    { games => 'Diamond/Pearl',                   short => 'dp',   abbr => 'dp',  maxid => 493, maxmoveid => 467, region => 'Sinnoh', locpercents => [qw/20 20 10 10 10 10 5 5 4 4 1 1/], locsurfpercents => [qw/60 30 5 4 1/], }, 
    4242); 
    4343 
  • veekun/trunk/script/pokedex.sql

    r181 r192  
    1210712107(465,'Seed Flare','','','grass',120,5,85,'enemy','special','detect,accuracy,kingsrock','yes','',40,'',NULL,271,'Lowers enemy\'s Special Defense.','','The user generates a shock wave from within its body. It may also lower the target\'s Sp. Def.','cool',0,NULL,'1011010110010'), 
    1210812108(466,'Ominous Wind','','','ghost',60,5,100,'enemy','special','detect,accuracy,kingsrock','yes','',10,'NA','at+ de+ sa+ sd+ sp+',140,'Has a 10% chance of raising all five of the user\'s stats.','','The user creates a gust of repulsive wind. It may also raise all the user\'s stats at once.','smart',0,NULL,'0101100110010'), 
    12109 (467,'Shadow Force','','','ghost',120,5,100,'enemy','physical','contact,accuracy,kingsrock','yes','',0,'',NULL,272,'User vanishes on the first turn and strikes on the second.  Protect and Detect do not work.','','The user disappears, then strikes the foe on the second turn. It hits even if the foe used Protect.','smart',0,NULL,'1011000110001'), 
    12110 (468,'Move468','','','normal',100,10,100,'enemy','special','detect,accuracy,kingsrock','yes','',0,'N',NULL,0,'Does normal damage.','','','beauty',0,NULL,'1000000110010'), 
    12111 (469,'Move469','','','normal',100,10,100,'enemy','special','detect,accuracy,kingsrock','yes','',0,'N',NULL,0,'Does normal damage.','','','cute',0,NULL,'1000100110010'), 
    12112 (470,'Move470','','','normal',100,10,100,'enemy','special','detect,accuracy','yes','',0,'N',NULL,0,'Does normal damage.','','','smart',0,NULL,'1001000110010'); 
     12109(467,'Shadow Force','','','ghost',120,5,100,'enemy','physical','contact,accuracy,kingsrock','yes','',0,'',NULL,272,'User vanishes on the first turn and strikes on the second.  Protect and Detect do not work.','','The user disappears, then strikes the foe on the second turn. It hits even if the foe used Protect.','smart',0,NULL,'1011000110001'); 
    1211312110/*!40000 ALTER TABLE moves ENABLE KEYS */; 
    1211412111UNLOCK TABLES;