fish.sql 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. DROP TABLE IF EXISTS `fish`;
  2. --
  3. -- Table structure for fish
  4. --
  5. CREATE TABLE `fish` (
  6. `id` int(5) NOT NULL default '0',
  7. `level` int(5) NOT NULL default '0',
  8. `name` varchar(25) NOT NULL default '',
  9. `hp` int(5) NOT NULL default '0',
  10. `hpregen` int(3) NOT NULL default '5',
  11. `type` int(2) NOT NULL default '0',
  12. `speed` INT(11) UNSIGNED default '0',
  13. PRIMARY KEY (`id`,`level`)
  14. ) TYPE=MyISAM;
  15. --
  16. -- Records for table fish
  17. --
  18. INSERT INTO `fish` VALUES
  19. (6412,1,'Small green ugly fish',100,8,3,0),
  20. (7726,1,'Small green nimble fish',116,8,1,0),
  21. (7728,1,'Small Green Fat Fish',132,8,2,0),
  22. (6492,1,'Small Green Treasure Ches',132,8,0,0),
  23. (7730,2,'Green Ugly Fish',150,8,3,0),
  24. (6414,2,'Green Nimble Fish',168,8,1,0),
  25. (6416,2,'Green Fat Fish',188,8,2,0),
  26. (6493,2,'Green Treasure Chest',188,8,0,0),
  27. (6418,3,'Big Green Ugly Fish',208,8,3,0),
  28. (6417,3,'Big Green Nimble Fish',230,8,1,0),
  29. (6419,3,'Big Green Fat Fish',252,8,2,0),
  30. (6494,3,'Big Green Tresure Chest',252,8,0,0),
  31. (6421,4,'Small Jade Ugly Fish',276,8,3,0),
  32. (6420,4,'Small Jade Nimble Fish',300,8,1,0),
  33. (6422,4,'Small Jade Fat fish',310,8,2,0),
  34. (6495,4,'Small Jade Treasure chest',310,8,0,0),
  35. (6424,5,'Jade Ugly Fish',320,8,3,0),
  36. (6423,5,'Jade Nimble Fish',330,8,1,0),
  37. (6425,5,'Jade Fat Fish',340,8,2,0),
  38. (6496,5,'Jade Treasure Chest',340,8,0,0),
  39. (6427,6,'Big Jade Ugly Fish',350,8,3,0),
  40. (6426,6,'Big Jade Nimble Fish',360,8,1,0),
  41. (6428,6,'Big Jade Fat Fish',370,8,2,0),
  42. (6497,6,'Big Jade Treasure Chest',370,8,0,0),
  43. (6430,7,'Small Blue Ugly Fish',380,8,3,0),
  44. (6429,7,'Small Blue Nimble Fish',390,8,1,0),
  45. (6431,7,'Small Blue Fat fish',400,8,2,0),
  46. (6498,7,'Small Blue Treasure Chest',400,8,0,0),
  47. (6433,8,'Blue Ugly Fish',410,8,3,0),
  48. (6432,8,'Blue Nimble Fish',420,8,1,0),
  49. (6434,8,'Blue Fat fish',430,8,2,0),
  50. (6499,8,'Blue Treasure Chest',430,8,0,0),
  51. (6436,9,'Big Blue Ugly Fish',506,8,3,0),
  52. (6435,9,'Big Blue Nimle Fish',518,8,1,0),
  53. (6437,9,'Big Blue Fat Fish',529,8,2,0),
  54. (6500,9,'Big Blue Treasure Chest',529,8,0,0),
  55. (6439,10,'Small Yellow Ugly Fish',541,8,3,0),
  56. (6438,10,'Small Yellow Nimble Fish',552,8,1,0),
  57. (6440,10,'Small Yellow Fat Fish',564,8,2,0),
  58. (6501,10,'Small Yellow Treasure Che',564,8,0,0),
  59. (6442,11,'Yellow Ugly Fish',575,8,3,0),
  60. (6441,11,'Yellow Nimble Fish',587,8,1,0),
  61. (6443,11,'Yellow Fat Fish',598,8,2,0),
  62. (6502,11,'Yellow Treasure Chest',598,8,0,0),
  63. (6445,12,'Big Yellow Ugly Fish',610,8,3,0),
  64. (6444,12,'Big Yellow Nimble Fish',621,8,1,0),
  65. (6446,12,'Big Yellow Fat Fish',633,8,2,0),
  66. (6503,12,'Big Yellow Treasure Chest',633,8,0,0),
  67. (6448,13,'Small Orange Ugly Fish',644,8,3,0),
  68. (6447,13,'Small Orange Nimble Fish',656,8,1,0),
  69. (6449,13,'Small Orange Fat Fish',667,8,2,0),
  70. (6504,13,'Small Orange Treasure Che',667,8,0,0),
  71. (6451,14,'Orange Ugly Fish',679,8,3,0),
  72. (6450,14,'Orange Nimble Fish',690,8,1,0),
  73. (6452,14,'Orange Fat Fish',702,8,2,0),
  74. (6505,14,'Orange Treasure Chest',702,8,0,0),
  75. (6454,15,'Big Orange Ugly Fish',713,8,3,0),
  76. (6453,15,'Big Orange Nimble Fish',819,8,1,0),
  77. (6455,15,'Big Orange Fat Fish',832,8,2,0),
  78. (6506,15,'Big Orange Treasure Chest',832,8,0,0),
  79. (6457,16,'Small Purple Ugly Fish',845,8,3,0),
  80. (6456,16,'Small Purple Nimble Fish',858,8,1,0),
  81. (6458,16,'Small Purple Fat Fish',871,8,2,0),
  82. (6507,16,'Small Purple Treasure Che',871,8,0,0),
  83. (6460,17,'Purple Ugly Fish',884,8,3,0),
  84. (6459,17,'Purple Nimble Fish',897,8,1,0),
  85. (6461,17,'Purple Fat Fish',910,8,2,0),
  86. (6508,17,'Purple Treasure Chest',910,8,0,0),
  87. (6463,18,'Big Purple Ugly Fish',923,8,3,0),
  88. (6462,18,'Big Purple Nimble Fish',936,8,1,0),
  89. (6464,18,'Big Purple Fat Fish',949,8,2,0),
  90. (6509,18,'Big Purple Treasure Chest',949,8,0,0),
  91. (6466,19,'Small Red Ugly Fish',962,8,3,0),
  92. (6465,19,'Small Red Nimble Fish',1125,8,1,0),
  93. (6467,19,'Small Red Fat Fish',1140,8,2,0),
  94. (6510,19,'Small Red Treasure Chest',1140,8,0,0),
  95. (6469,20,'Red Ugly Fish',1155,8,3,0),
  96. (6468,20,'Red Nimble Fish',1170,8,1,0),
  97. (6470,20,'Red Fat Fish',1185,8,2,0),
  98. (6511,20,'Red Treasure Chest',1185,8,0,0),
  99. (6472,21,'Big Red Ugly Fish',1200,8,3,0),
  100. (6471,21,'Big Red Nimble Fish',1215,8,1,0),
  101. (6473,21,'Big Red Fat Fish',1230,8,2,0),
  102. (6512,21,'Big Red Treasure Chest',1230,8,0,0),
  103. (6475,22,'Small White Ugly Fish',1453,8,3,0),
  104. (6474,22,'Small White Nimble Fish',1470,8,1,0),
  105. (6476,22,'Small White Fat Fish',1488,8,2,0),
  106. (6513,22,'Small White Treasure Ches',1488,8,0,0),
  107. (6478,23,'White Ugly Fish',1505,8,3,0),
  108. (6477,23,'White Nimble Fish',1523,8,1,0),
  109. (6479,23,'White Fat Fish',1540,8,2,0),
  110. (6514,23,'White Treasure Chest',1540,8,0,0),
  111. (6481,24,'Big White Ugly Fish',1558,8,3,0),
  112. (6480,24,'Big White Nimble Fish',1575,8,1,0),
  113. (6482,24,'Big White Fat Fish',1593,8,2,0),
  114. (6515,24,'Big White Treasure Chest',1593,8,0,0),
  115. (6484,25,'Small Black Ugly Fish',1610,8,3,0),
  116. (6483,25,'Small Black Nimble Fish',1628,8,1,0),
  117. (6485,25,'Small Black Fat Fish',1648,8,2,0),
  118. (6516,25,'Small Black Treasure Ches',1648,8,0,0),
  119. (6487,26,'Black Ugly Fish',1663,8,3,0),
  120. (6486,26,'Black Nimble Fish',1872,8,1,0),
  121. (6488,26,'Black Fat Fish',1892,8,2,0),
  122. (6517,26,'Black Treasure Chest',1892,8,0,0),
  123. (6490,27,'Big Black Ugly Fish',1911,8,3,0),
  124. (6489,27,'Big Black Nimble Fish',1931,8,1,0),
  125. (6491,27,'Big Black Fat Fish',1950,8,2,0),
  126. (6518,27,'Big Black Treasure Chest',1950,8,0,0);