pets_stats.sql 85 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926
  1. #----------------------------
  2. # Table structure for pets_stats
  3. #----------------------------
  4. DROP TABLE IF EXISTS `pets_stats`;
  5. CREATE TABLE `pets_stats` (
  6. `type` varchar(25) NOT NULL default '',
  7. `typeID` int(5) NOT NULL default '0',
  8. `level` int(11) NOT NULL default '0',
  9. `expMax` int(11) NOT NULL default '0',
  10. `hpMax` int(11) NOT NULL default '0',
  11. `mpMax` int(11) NOT NULL default '0',
  12. `patk` int(11) NOT NULL default '0',
  13. `pdef` int(11) NOT NULL default '0',
  14. `matk` int(11) NOT NULL default '0',
  15. `mdef` int(11) NOT NULL default '0',
  16. `acc` int(11) NOT NULL default '0',
  17. `evasion` int(11) NOT NULL default '0',
  18. `crit` int(11) NOT NULL default '0',
  19. `speed` int(11) NOT NULL default '0',
  20. `atk_speed` int(11) NOT NULL default '0',
  21. `cast_speed` int(11) NOT NULL default '0',
  22. `feedMax` int(11) NOT NULL default '0',
  23. `feedbattle` int(11) NOT NULL default '0',
  24. `feednormal` int(11) NOT NULL default '0',
  25. `loadMax` int(11) NOT NULL default '0',
  26. `hpregen` int(11) NOT NULL default '0',
  27. `mpregen` int(11) NOT NULL default '0',
  28. PRIMARY KEY (`typeID`,`level`)
  29. ) TYPE=MyISAM;
  30. #----------------------------
  31. # Records for table pets_stats
  32. #----------------------------
  33. INSERT INTO `pets_stats` (`type`, `typeID`, `level`, `expMax`, `hpMax`, `mpMax`, `patk`, `pdef`, `matk`, `mdef`, `acc`, `evasion`, `crit`, `speed`, `atk_speed`, `cast_speed`, `feedMax`, `feedbattle`, `feednormal`, `loadMax`, `hpregen`, `mpregen`) VALUES
  34. ('wolf',12077,1,0,20,20,2,11,1,8,37,33,40,137,282,333,248,2,2,0,2,1),
  35. ('wolf',12077,2,636,24,24,2,12,2,8,38,34,40,137,282,333,244,2,2,0,2,1),
  36. ('wolf',12077,3,798,29,27,3,12,2,9,39,35,40,137,282,333,320,2,2,0,2,1),
  37. ('wolf',12077,4,1236,34,31,3,12,2,9,40,36,40,137,282,333,400,3,2,0,2,1),
  38. ('wolf',12077,5,2158,40,35,3,13,2,9,41,37,40,137,282,333,512,4,2,0,2,1),
  39. ('wolf',12077,6,3836,47,39,3,13,2,10,42,38,40,137,282,333,624,5,2,0,2,1),
  40. ('wolf',12077,7,6598,54,42,4,14,3,10,43,39,40,137,282,333,704,5,2,0,2,1),
  41. ('wolf',12077,8,10836,62,46,4,14,3,11,44,40,40,137,282,333,808,6,2,0,2,1),
  42. ('wolf',12077,9,16998,72,50,4,15,3,11,45,41,40,137,282,333,872,7,2,0,2,1),
  43. ('wolf',12077,10,25596,82,54,5,15,3,11,46,42,40,137,282,333,948,7,2,0,2,1),
  44. ('wolf',12077,11,37198,93,58,5,16,4,12,47,43,40,137,282,333,1160,9,2,0,3,1),
  45. ('wolf',12077,12,52436,100,62,6,17,4,12,48,44,40,137,282,333,1168,9,2,0,3,1),
  46. ('wolf',12077,13,71998,107,66,6,17,4,13,49,45,40,137,282,333,1160,9,2,0,3,1),
  47. ('wolf',12077,14,96636,115,70,7,18,5,13,50,46,40,137,282,333,1160,9,2,0,3,1),
  48. ('wolf',12077,15,127158,123,75,11,27,5,13,51,47,40,137,282,333,1160,9,2,0,3,1),
  49. ('wolf',12077,16,164436,132,79,12,28,5,14,52,48,40,137,282,333,1148,9,2,0,3,1),
  50. ('wolf',12077,17,209398,141,83,13,29,6,14,53,49,40,137,282,333,1140,9,2,0,3,1),
  51. ('wolf',12077,18,263036,151,87,13,29,6,15,54,50,40,137,282,333,1132,9,2,0,3,1),
  52. ('wolf',12077,19,326398,161,92,14,30,7,15,55,51,40,137,282,333,1124,9,2,0,3,1),
  53. ('wolf',12077,20,400596,171,96,15,31,8,16,56,52,40,137,282,333,1116,9,2,0,3,1),
  54. ('wolf',12077,21,486798,182,103,16,31,8,16,57,53,40,137,282,333,1480,12,2,0,4,2),
  55. ('wolf',12077,22,586236,194,109,17,32,9,17,58,54,40,137,282,333,1512,12,2,0,4,2),
  56. ('wolf',12077,23,700198,205,116,18,33,10,17,59,55,40,137,282,333,1468,12,2,0,4,2),
  57. ('wolf',12077,24,830036,218,123,19,34,10,18,60,56,40,137,282,333,1552,12,2,0,4,2),
  58. ('wolf',12077,25,977158,230,130,20,34,11,19,61,57,40,137,282,333,1572,13,2,0,4,2),
  59. ('wolf',12077,26,1143036,244,137,21,35,12,19,62,58,40,137,282,333,1604,13,2,0,4,2),
  60. ('wolf',12077,27,1329198,258,143,23,36,13,20,63,59,40,137,282,333,1616,13,2,0,4,2),
  61. ('wolf',12077,28,1537236,272,150,24,37,14,20,64,60,40,137,282,333,1644,13,2,0,4,2),
  62. ('wolf',12077,29,1768798,287,158,26,38,15,21,65,61,40,137,282,333,1664,13,2,0,4,2),
  63. ('wolf',12077,30,2025596,302,165,27,39,16,22,66,62,40,137,282,333,1684,14,2,0,4,2),
  64. ('wolf',12077,31,2309398,318,172,29,39,17,22,67,63,40,137,282,333,2116,17,3,0,5,2),
  65. ('wolf',12077,32,2622036,334,179,31,40,18,23,68,64,40,137,282,333,2172,18,3,0,5,2),
  66. ('wolf',12077,33,2965398,351,186,32,41,19,24,69,65,40,137,282,333,2236,18,3,0,5,2),
  67. ('wolf',12077,34,3341436,368,194,34,42,21,24,70,66,40,137,282,333,2288,19,3,0,5,2),
  68. ('wolf',12077,35,3752158,386,201,36,43,22,25,71,67,40,137,282,333,2348,19,3,0,5,2),
  69. ('wolf',12077,36,4199636,405,209,38,44,24,26,72,68,40,137,282,333,2408,20,4,0,5,2),
  70. ('wolf',12077,37,4685998,424,216,41,45,25,26,73,69,40,137,282,333,2464,20,4,0,5,2),
  71. ('wolf',12077,38,5213436,443,224,43,46,27,27,74,70,40,137,282,333,2520,21,4,0,5,2),
  72. ('wolf',12077,39,5784198,463,232,46,47,28,28,75,71,40,137,282,333,2580,21,4,0,5,2),
  73. ('wolf',12077,40,6400596,483,239,48,48,30,29,76,72,40,137,282,333,2636,21,4,0,5,2),
  74. ('wolf',12077,41,7064998,504,252,51,49,32,29,77,73,40,137,282,333,3168,26,5,0,6,2),
  75. ('wolf',12077,42,7779836,525,266,54,50,34,30,78,74,40,137,282,333,3236,26,5,0,6,2),
  76. ('wolf',12077,43,8547598,547,279,57,51,36,31,79,75,40,137,282,333,3308,27,5,0,6,2),
  77. ('wolf',12077,44,9370836,569,292,60,52,38,32,80,76,40,137,282,333,3380,28,5,0,6,2),
  78. ('wolf',12077,45,10252158,592,305,63,53,40,33,81,77,40,137,282,333,3452,28,5,0,6,2),
  79. ('wolf',12077,46,11194236,615,319,66,55,42,33,82,78,40,137,282,333,3524,29,5,0,6,2),
  80. ('wolf',12077,47,12199798,638,333,69,56,45,34,83,79,40,137,282,333,3592,29,5,0,6,2),
  81. ('wolf',12077,48,13271636,662,346,73,57,47,35,84,80,40,137,282,333,3668,30,6,0,6,2),
  82. ('wolf',12077,49,14412598,686,360,77,58,50,36,85,81,40,137,282,333,3740,31,6,0,6,2),
  83. ('wolf',12077,50,15625596,711,374,80,59,52,37,86,82,40,137,282,333,3596,29,5,0,6,2),
  84. ('wolf',12077,51,17557599,735,388,84,60,55,37,87,83,40,137,282,333,4244,35,7,0,7,2),
  85. ('wolf',12077,52,19606656,760,402,88,61,58,38,88,84,40,137,282,333,4364,36,7,0,7,2),
  86. ('wolf',12077,53,21777399,785,416,92,63,60,39,89,85,40,137,282,333,4484,37,7,0,7,2),
  87. ('wolf',12077,54,24074556,811,431,97,64,63,40,90,86,40,137,282,333,4600,38,7,0,7,2),
  88. ('wolf',12077,55,26502939,837,445,101,65,66,41,91,87,40,137,282,333,4532,37,7,0,7,2),
  89. ('wolf',12077,56,29922294,862,459,105,66,69,42,92,88,40,137,282,333,4672,38,7,0,7,2),
  90. ('wolf',12077,57,33529819,888,474,110,67,72,43,93,89,40,137,282,333,4804,40,8,0,7,2),
  91. ('wolf',12077,58,37332294,914,489,115,68,76,44,94,90,40,137,282,333,4932,41,8,0,7,2),
  92. ('wolf',12077,59,41336619,940,504,119,70,79,44,95,91,40,137,282,333,5060,42,8,0,7,2),
  93. ('wolf',12077,60,45549814,967,518,124,71,82,45,96,92,40,137,282,333,4928,41,8,0,7,2),
  94. ('wolf',12077,61,52193622,993,533,129,72,86,46,97,93,40,137,282,333,5716,47,9,0,8,3),
  95. ('wolf',12077,62,59172334,1019,549,134,73,89,47,98,94,40,137,282,333,5892,49,9,0,8,3),
  96. ('wolf',12077,63,66497022,1045,564,139,75,92,48,99,95,40,137,282,333,6064,50,10,0,8,3),
  97. ('wolf',12077,64,74178934,1071,579,145,76,96,49,100,96,40,137,282,333,6228,51,10,0,8,3),
  98. ('wolf',12077,65,82229502,1097,594,150,77,99,50,101,97,40,137,282,333,6176,51,10,0,8,3),
  99. ('wolf',12077,66,93470612,1122,610,155,78,103,51,102,98,40,137,282,333,6368,53,10,0,8,3),
  100. ('wolf',12077,67,105234462,1148,626,160,79,107,52,103,99,40,137,282,333,6556,54,10,0,8,3),
  101. ('wolf',12077,68,117537012,1173,641,166,81,110,52,104,100,40,137,282,333,6740,56,11,0,8,3),
  102. ('wolf',12077,69,130394462,1198,657,171,82,114,53,105,101,40,137,282,333,6924,57,11,0,8,3),
  103. ('wolf',12077,70,143823252,1222,673,176,83,118,54,106,102,40,137,282,333,7108,59,11,0,8,3),
  104. ('wolf',12077,71,157840062,1246,689,182,84,121,55,107,103,40,137,282,333,7388,61,12,0,8,3),
  105. ('wolf',12077,72,176117249,1270,705,187,85,125,56,108,104,40,137,282,333,7688,64,12,0,8,3),
  106. ('wolf',12077,73,198983024,1293,721,192,87,129,57,109,105,40,137,282,333,7956,66,13,0,8,3),
  107. ('wolf',12077,74,226778887,1316,738,197,88,132,58,110,106,40,137,282,333,8196,68,13,0,8,3),
  108. ('wolf',12077,75,259859867,1338,754,203,89,136,58,111,107,40,137,282,333,8428,70,14,0,8,3),
  109. ('wolf',12077,76,298594764,1360,770,208,90,139,59,112,108,40,137,282,333,8704,72,14,0,8,3),
  110. ('wolf',12077,77,352320714,1381,787,213,91,143,60,113,109,40,137,282,333,8916,74,14,0,8,3),
  111. ('wolf',12077,78,412836202,1401,804,218,92,146,61,114,110,40,137,282,333,9124,76,15,0,8,3),
  112. ('wolf',12077,79,480562077,1421,821,223,93,149,62,115,111,40,137,282,333,9340,77,15,0,8,3),
  113. ('wolf',12077,80,555934039,1440,837,228,94,153,62,116,112,40,137,282,333,9552,79,15,0,8,3),
  114. ('wolf',12077,81,639402879,1458,838,229,95,154,63,117,113,40,137,282,333,9552,79,15,0,9,4),
  115. ('hatchling_of_wind',12311,1,0,20,40,1,44,3,33,37,33,40,154,282,333,696,5,2,0,2,1),
  116. ('hatchling_of_wind',12311,2,7,24,47,1,46,3,34,38,34,40,154,282,333,676,5,2,0,2,1),
  117. ('hatchling_of_wind',12311,3,42,29,55,1,48,3,35,39,35,40,154,282,333,892,7,2,0,2,1),
  118. ('hatchling_of_wind',12311,4,140,34,62,1,50,4,36,40,36,40,154,282,333,1112,9,2,0,2,1),
  119. ('hatchling_of_wind',12311,5,357,40,70,1,52,4,38,41,37,40,154,282,333,1428,11,2,0,2,1),
  120. ('hatchling_of_wind',12311,6,769,47,77,1,54,4,39,42,38,40,154,282,333,1740,14,2,0,2,1),
  121. ('hatchling_of_wind',12311,7,1481,54,85,1,56,5,41,43,39,40,154,282,333,1944,16,3,0,2,1),
  122. ('hatchling_of_wind',12311,8,2629,62,93,1,58,5,42,44,40,40,154,282,333,2228,18,3,0,2,1),
  123. ('hatchling_of_wind',12311,9,4388,72,100,1,60,6,44,45,41,40,154,282,333,2392,19,3,0,2,1),
  124. ('hatchling_of_wind',12311,10,6980,82,108,1,62,6,45,46,42,40,154,282,333,2584,21,4,0,2,1),
  125. ('hatchling_of_wind',12311,11,10682,93,116,1,64,7,47,47,43,40,154,282,333,2840,23,4,0,3,1),
  126. ('hatchling_of_wind',12311,12,15295,100,124,1,66,8,49,48,44,40,154,282,333,2824,23,4,0,3,1),
  127. ('hatchling_of_wind',12311,13,21417,107,133,1,69,8,50,49,45,40,154,282,333,2788,23,4,0,3,1),
  128. ('hatchling_of_wind',12311,14,29393,115,141,1,71,9,52,50,46,40,154,282,333,2772,23,4,0,3,1),
  129. ('hatchling_of_wind',12311,15,39618,123,149,1,74,10,54,51,47,40,154,282,333,2760,23,4,0,3,1),
  130. ('hatchling_of_wind',12311,16,51729,132,158,1,76,11,56,52,48,40,154,282,333,2716,22,4,0,3,1),
  131. ('hatchling_of_wind',12311,17,67878,141,166,1,79,11,58,53,49,40,154,282,333,2700,22,4,0,3,1),
  132. ('hatchling_of_wind',12311,18,87835,151,175,1,81,12,60,54,50,40,154,282,333,2664,22,4,0,3,1),
  133. ('hatchling_of_wind',12311,19,112262,161,183,1,84,13,62,55,51,40,154,282,333,2636,21,4,0,3,1),
  134. ('hatchling_of_wind',12311,20,141904,171,192,1,87,15,64,56,52,40,154,282,333,2620,21,4,0,3,1),
  135. ('hatchling_of_wind',12311,21,177595,182,205,1,90,16,66,57,53,40,154,282,333,3040,25,5,0,4,2),
  136. ('hatchling_of_wind',12311,22,212623,194,219,1,93,17,68,58,54,40,154,282,333,3112,25,5,0,4,2),
  137. ('hatchling_of_wind',12311,23,409075,205,232,1,96,18,70,59,55,40,154,282,333,3004,25,5,0,4,2),
  138. ('hatchling_of_wind',12311,24,501816,218,246,1,99,20,72,60,56,40,154,282,333,3208,26,5,0,4,2),
  139. ('hatchling_of_wind',12311,25,605973,230,259,1,102,21,75,61,57,40,154,282,333,3256,27,5,0,4,2),
  140. ('hatchling_of_wind',12311,26,722379,244,273,1,105,23,77,62,58,40,154,282,333,3312,27,5,0,4,2),
  141. ('hatchling_of_wind',12311,27,851883,258,287,1,108,25,79,63,59,40,154,282,333,3344,27,5,0,4,2),
  142. ('hatchling_of_wind',12311,28,995357,272,301,1,112,26,82,64,60,40,154,282,333,3396,28,5,0,4,2),
  143. ('hatchling_of_wind',12311,29,1153690,287,315,1,115,28,84,65,61,40,154,282,333,3432,28,5,0,4,2),
  144. ('hatchling_of_wind',12311,30,1327790,302,329,1,118,30,87,66,62,40,154,282,333,3472,28,5,0,4,2),
  145. ('hatchling_of_wind',12311,31,1518582,318,344,1,122,32,89,67,63,40,154,282,333,3992,33,6,0,5,2),
  146. ('hatchling_of_wind',12311,32,1727007,334,358,2,126,35,92,68,64,40,154,282,333,4100,34,6,0,5,2),
  147. ('hatchling_of_wind',12311,33,1954023,351,373,2,129,37,95,69,65,40,154,282,333,4224,35,7,0,5,2),
  148. ('hatchling_of_wind',12311,34,2200605,368,388,3,133,40,97,70,66,40,154,282,333,4324,36,7,0,5,2),
  149. ('hatchling_of_wind',12311,35,2467742,386,403,3,137,42,100,71,67,40,154,282,333,4436,36,7,0,5,2),
  150. ('hatchling_of_wind',12311,36,2756437,405,418,4,141,45,103,72,68,40,154,282,333,4548,37,7,0,5,2),
  151. ('hatchling_of_wind',12311,37,3067709,424,433,4,144,48,106,73,69,40,154,282,333,4652,38,7,0,5,2),
  152. ('hatchling_of_wind',12311,38,3402590,443,448,5,148,51,109,74,70,40,154,282,333,4752,39,7,0,5,2),
  153. ('hatchling_of_wind',12311,39,3762126,463,463,6,152,54,112,75,71,40,154,282,333,4860,40,8,0,5,2),
  154. ('hatchling_of_wind',12311,40,4147374,483,479,6,157,58,115,76,72,40,154,282,333,4952,41,8,0,5,2),
  155. ('hatchling_of_wind',12311,41,4559407,504,505,7,161,61,118,77,73,40,154,282,333,5584,46,9,0,6,2),
  156. ('hatchling_of_wind',12311,42,4999307,525,531,8,165,65,121,78,74,40,154,282,333,5700,47,9,0,6,2),
  157. ('hatchling_of_wind',12311,43,5468169,547,557,9,169,69,124,79,75,40,154,282,333,5828,48,9,0,6,2),
  158. ('hatchling_of_wind',12311,44,5967101,569,584,10,173,73,127,80,76,40,154,282,333,5944,49,9,0,6,2),
  159. ('hatchling_of_wind',12311,45,6497220,592,611,11,178,77,130,81,77,40,154,282,333,6068,50,10,0,6,2),
  160. ('hatchling_of_wind',12311,46,7059654,615,638,12,182,81,133,82,78,40,154,282,333,6184,51,10,0,6,2),
  161. ('hatchling_of_wind',12311,47,7655543,638,665,13,187,86,137,83,79,40,154,282,333,6292,52,10,0,6,2),
  162. ('hatchling_of_wind',12311,48,8286036,662,692,14,191,90,140,84,80,40,154,282,333,6408,53,10,0,6,2),
  163. ('hatchling_of_wind',12311,49,8952291,686,720,15,196,95,143,85,81,40,154,282,333,6520,54,10,0,6,2),
  164. ('hatchling_of_wind',12311,50,9655478,711,748,16,200,100,147,86,82,40,154,282,333,6636,55,11,0,6,2),
  165. ('hatchling_of_wind',12311,51,10767423,735,776,17,205,105,150,87,83,40,154,282,333,7380,61,12,0,7,2),
  166. ('hatchling_of_wind',12311,52,11938312,760,804,18,210,110,153,88,84,40,154,282,333,7512,62,12,0,7,2),
  167. ('hatchling_of_wind',12311,53,13169940,785,832,19,214,113,157,89,85,40,154,282,333,7648,63,12,0,7,2),
  168. ('hatchling_of_wind',12311,54,14464112,811,861,20,219,116,160,90,86,40,154,282,333,7788,64,12,0,7,2),
  169. ('hatchling_of_wind',12311,55,15822648,837,890,21,224,119,164,91,87,40,154,282,333,7920,66,13,0,7,2),
  170. ('hatchling_of_wind',12311,56,17722290,862,919,23,228,121,167,92,88,40,154,282,333,8056,67,13,0,7,2),
  171. ('hatchling_of_wind',12311,57,19712649,888,948,24,233,125,171,93,89,40,154,282,333,8196,68,13,0,7,2),
  172. ('hatchling_of_wind',12311,58,21796197,914,977,25,238,130,174,94,90,40,154,282,333,8328,69,13,0,7,2),
  173. ('hatchling_of_wind',12311,59,23975421,940,1007,27,243,136,178,95,91,40,154,282,333,8464,70,14,0,7,2),
  174. ('hatchling_of_wind',12311,60,26252824,967,1037,28,248,142,181,96,92,40,154,282,333,8600,71,14,0,7,2),
  175. ('hatchling_of_wind',12311,61,29819969,993,1067,29,252,148,185,97,93,40,154,282,333,9468,78,15,0,8,3),
  176. ('hatchling_of_wind',12311,62,33541949,1019,1097,31,257,153,188,98,94,40,154,282,333,9632,80,16,0,8,3),
  177. ('hatchling_of_wind',12311,63,37422578,1045,1127,32,262,159,192,99,95,40,154,282,333,9796,81,16,0,8,3),
  178. ('hatchling_of_wind',12311,64,41465690,1071,1158,34,267,166,195,100,96,40,154,282,333,9964,83,16,0,8,3),
  179. ('hatchling_of_wind',12311,65,45675137,1097,1189,35,272,172,199,101,97,40,154,282,333,10136,84,16,0,8,3),
  180. ('hatchling_of_wind',12311,66,51514675,1122,1220,37,277,178,202,102,98,40,154,282,333,10308,85,17,0,8,3),
  181. ('hatchling_of_wind',12311,67,57586339,1148,1251,38,282,184,206,103,99,40,154,282,333,10480,87,17,0,8,3),
  182. ('hatchling_of_wind',12311,68,63895339,1173,1282,40,286,190,210,104,100,40,154,282,333,10656,88,17,0,8,3),
  183. ('hatchling_of_wind',12311,69,70446906,1198,1314,41,291,197,213,105,101,40,154,282,333,10832,90,18,0,8,3),
  184. ('hatchling_of_wind',12311,70,77246293,1222,1346,43,296,203,217,106,102,40,154,282,333,11024,91,18,0,8,3),
  185. ('hatchling_of_wind',12311,71,84298776,1246,1378,44,301,209,220,107,103,40,154,282,333,10864,90,18,0,9,3),
  186. ('hatchling_of_wind',12311,72,93437370,1270,1410,46,305,215,223,108,104,40,154,282,333,11048,92,18,0,9,3),
  187. ('hatchling_of_wind',12311,73,104799246,1293,1442,47,310,222,227,109,105,40,154,282,333,11240,93,18,0,9,3),
  188. ('hatchling_of_wind',12311,74,118525598,1316,1475,49,315,228,230,110,106,40,154,282,333,11428,95,19,0,9,3),
  189. ('hatchling_of_wind',12311,75,134761662,1338,1508,50,319,234,234,111,107,40,154,282,333,11628,96,19,0,9,3),
  190. ('hatchling_of_wind',12311,76,153656733,1360,1541,52,324,240,237,112,108,40,154,282,333,11824,98,19,0,9,3),
  191. ('hatchling_of_wind',12311,77,179705679,1381,1574,53,328,246,240,113,109,40,154,282,333,12028,100,20,0,9,3),
  192. ('hatchling_of_wind',12311,78,208869769,1401,1607,55,333,252,243,114,110,40,154,282,333,12236,101,20,0,9,3),
  193. ('hatchling_of_wind',12311,79,241313302,1421,1641,56,337,258,247,115,111,40,154,282,333,12448,103,20,0,9,3),
  194. ('hatchling_of_wind',12311,80,277204713,1440,1675,57,341,263,250,116,112,40,154,282,333,12664,105,21,0,9,3),
  195. ('hatchling_of_wind',12311,81,316716590,1458,1709,59,346,268,253,117,113,40,154,282,333,12664,105,21,0,10,4),
  196. ('hatchling_of_star',12312,1,0,20,40,2,44,1,33,37,33,40,154,282,333,508,5,2,0,2,1),
  197. ('hatchling_of_star',12312,2,7,24,47,2,46,1,34,38,34,40,154,282,333,492,5,2,0,2,1),
  198. ('hatchling_of_star',12312,3,42,29,55,3,48,1,35,39,35,40,154,282,333,608,7,2,0,2,1),
  199. ('hatchling_of_star',12312,4,140,34,62,3,50,1,36,40,36,40,154,282,333,756,9,2,0,2,1),
  200. ('hatchling_of_star',12312,5,357,40,70,3,52,1,38,41,37,40,154,282,333,932,11,2,0,2,1),
  201. ('hatchling_of_star',12312,6,769,47,77,3,54,1,39,42,38,40,154,282,333,1124,14,2,0,2,1),
  202. ('hatchling_of_star',12312,7,1481,54,85,4,56,1,41,43,39,40,154,282,333,1200,16,3,0,2,1),
  203. ('hatchling_of_star',12312,8,2629,62,93,4,58,1,42,44,40,40,154,282,333,1336,18,3,0,2,1),
  204. ('hatchling_of_star',12312,9,4388,72,100,4,60,1,44,45,41,40,154,282,333,1432,19,3,0,2,1),
  205. ('hatchling_of_star',12312,10,6980,82,108,5,62,1,45,46,42,40,154,282,333,1492,21,4,0,2,1),
  206. ('hatchling_of_star',12312,11,10682,93,116,5,64,1,47,47,43,40,154,282,333,1784,23,4,0,3,1),
  207. ('hatchling_of_star',12312,12,15295,100,124,6,66,2,49,48,44,40,154,282,333,1796,23,4,0,3,1),
  208. ('hatchling_of_star',12312,13,21417,107,133,6,69,2,50,49,45,40,154,282,333,1724,23,4,0,3,1),
  209. ('hatchling_of_star',12312,14,29393,115,141,7,71,2,52,50,46,40,154,282,333,1664,23,4,0,3,1),
  210. ('hatchling_of_star',12312,15,39618,123,149,7,74,2,54,51,47,40,154,282,333,1608,23,4,0,3,1),
  211. ('hatchling_of_star',12312,16,51729,132,158,8,76,2,56,52,48,40,154,282,333,1548,22,4,0,3,1),
  212. ('hatchling_of_star',12312,17,67878,141,166,9,79,2,58,53,49,40,154,282,333,1512,22,4,0,3,1),
  213. ('hatchling_of_star',12312,18,87835,151,175,9,81,2,60,54,50,40,154,282,333,1464,22,4,0,3,1),
  214. ('hatchling_of_star',12312,19,112262,161,183,10,84,3,62,55,51,40,154,282,333,1456,21,4,0,3,1),
  215. ('hatchling_of_star',12312,20,141904,171,192,11,87,3,64,56,52,40,154,282,333,1460,21,4,0,3,1),
  216. ('hatchling_of_star',12312,21,177595,182,205,12,90,3,66,57,53,40,154,282,333,1908,25,5,0,4,2),
  217. ('hatchling_of_star',12312,22,212623,194,219,13,93,3,68,58,54,40,154,282,333,1912,25,5,0,4,2),
  218. ('hatchling_of_star',12312,23,350264,205,232,14,96,4,70,59,55,40,154,282,333,1804,25,5,0,4,2),
  219. ('hatchling_of_star',12312,24,466190,218,246,15,99,4,72,60,56,40,154,282,333,1900,26,5,0,4,2),
  220. ('hatchling_of_star',12312,25,596387,230,259,16,102,4,75,61,57,40,154,282,333,1896,27,5,0,4,2),
  221. ('hatchling_of_star',12312,26,741894,244,273,17,105,5,77,62,58,40,154,282,333,1896,27,5,0,4,2),
  222. ('hatchling_of_star',12312,27,903774,258,287,19,108,5,79,63,59,40,154,282,333,1844,27,5,0,4,2),
  223. ('hatchling_of_star',12312,28,1083117,272,301,20,112,5,82,64,60,40,154,282,333,1856,28,5,0,4,2),
  224. ('hatchling_of_star',12312,29,1281033,287,315,22,115,6,84,65,61,40,154,282,333,1848,28,5,0,4,2),
  225. ('hatchling_of_star',12312,30,1498658,302,329,23,118,6,87,66,62,40,154,282,333,1880,28,5,0,4,2),
  226. ('hatchling_of_star',12312,31,1737148,318,344,25,122,6,89,67,63,40,154,282,333,2384,33,6,0,5,2),
  227. ('hatchling_of_star',12312,32,1997679,334,358,27,126,7,92,68,64,40,154,282,333,2376,34,6,0,5,2),
  228. ('hatchling_of_star',12312,33,2281450,351,373,28,129,7,95,69,65,40,154,282,333,2416,35,7,0,5,2),
  229. ('hatchling_of_star',12312,34,2589677,368,388,30,133,8,97,70,66,40,154,282,333,2452,36,7,0,5,2),
  230. ('hatchling_of_star',12312,35,2923598,386,403,32,137,8,100,71,67,40,154,282,333,2488,36,7,0,5,2),
  231. ('hatchling_of_star',12312,36,3284467,405,418,34,141,9,103,72,68,40,154,282,333,2524,37,7,0,5,2),
  232. ('hatchling_of_star',12312,37,3673557,424,433,37,144,10,106,73,69,40,154,282,333,2516,38,7,0,5,2),
  233. ('hatchling_of_star',12312,38,4092158,443,448,39,148,10,109,74,70,40,154,282,333,2548,39,7,0,5,2),
  234. ('hatchling_of_star',12312,39,4541577,463,463,42,152,11,112,75,71,40,154,282,333,2584,40,8,0,5,2),
  235. ('hatchling_of_star',12312,40,5023138,483,479,44,157,12,115,76,72,40,154,282,333,2576,41,8,0,5,2),
  236. ('hatchling_of_star',12312,41,5538179,504,505,47,161,12,118,77,73,40,154,282,333,3156,46,9,0,6,2),
  237. ('hatchling_of_star',12312,42,6088054,525,531,50,165,13,121,78,74,40,154,282,333,3200,47,9,0,6,2),
  238. ('hatchling_of_star',12312,43,6674132,547,557,53,169,14,124,79,75,40,154,282,333,3244,48,9,0,6,2),
  239. ('hatchling_of_star',12312,44,7297797,569,584,56,173,15,127,80,76,40,154,282,333,3244,49,9,0,6,2),
  240. ('hatchling_of_star',12312,45,7960445,592,611,59,178,15,130,81,77,40,154,282,333,3292,50,10,0,6,2),
  241. ('hatchling_of_star',12312,46,8663488,615,638,62,182,16,133,82,78,40,154,282,333,3332,51,10,0,6,2),
  242. ('hatchling_of_star',12312,47,9408349,638,665,65,187,17,137,83,79,40,154,282,333,3328,52,10,0,6,2),
  243. ('hatchling_of_star',12312,48,10196465,662,692,69,191,18,140,84,80,40,154,282,333,3368,53,10,0,6,2),
  244. ('hatchling_of_star',12312,49,11029284,686,720,73,196,19,143,85,81,40,154,282,333,3376,54,10,0,6,2),
  245. ('hatchling_of_star',12312,50,11908268,711,748,76,200,20,147,86,82,40,154,282,333,3416,55,11,0,6,2),
  246. ('hatchling_of_star',12312,51,13298199,735,776,80,205,21,150,87,83,40,154,282,333,4084,61,12,0,7,2),
  247. ('hatchling_of_star',12312,52,14761810,760,804,84,210,22,153,88,84,40,154,282,333,4132,62,12,0,7,2),
  248. ('hatchling_of_star',12312,53,16301345,785,832,88,214,23,157,89,85,40,154,282,333,4148,63,12,0,7,2),
  249. ('hatchling_of_star',12312,54,17919061,811,861,93,219,24,160,90,86,40,154,282,333,4200,64,12,0,7,2),
  250. ('hatchling_of_star',12312,55,19617231,837,890,97,224,25,164,91,87,40,154,282,333,4208,66,13,0,7,2),
  251. ('hatchling_of_star',12312,56,21991783,862,919,101,228,27,167,92,88,40,154,282,333,4264,67,13,0,7,2),
  252. ('hatchling_of_star',12312,57,24479731,888,948,106,233,28,171,93,89,40,154,282,333,4316,68,13,0,7,2),
  253. ('hatchling_of_star',12312,58,27084166,914,977,111,238,29,174,94,90,40,154,282,333,4328,69,13,0,7,2),
  254. ('hatchling_of_star',12312,59,29808197,940,1007,115,243,30,178,95,91,40,154,282,333,4384,70,14,0,7,2),
  255. ('hatchling_of_star',12312,60,32654950,967,1037,120,248,32,181,96,92,40,154,282,333,4392,71,14,0,7,2),
  256. ('hatchling_of_star',12312,61,37113882,993,1067,125,252,33,185,97,93,40,154,282,333,5164,78,15,0,8,3),
  257. ('hatchling_of_star',12312,62,41766357,1019,1097,130,257,34,188,98,94,40,154,282,333,5232,80,16,0,8,3),
  258. ('hatchling_of_star',12312,63,46617143,1045,1127,135,262,35,192,99,95,40,154,282,333,5300,81,16,0,8,3),
  259. ('hatchling_of_star',12312,64,51671033,1071,1158,141,267,37,195,100,96,40,154,282,333,5328,83,16,0,8,3),
  260. ('hatchling_of_star',12312,65,56932842,1097,1189,146,272,38,199,101,97,40,154,282,333,5400,84,16,0,8,3),
  261. ('hatchling_of_star',12312,66,64232264,1122,1220,151,277,40,202,102,98,40,154,282,333,5472,85,17,0,8,3),
  262. ('hatchling_of_star',12312,67,71821844,1148,1251,156,282,41,206,103,99,40,154,282,333,5544,87,17,0,8,3),
  263. ('hatchling_of_star',12312,68,79708094,1173,1282,162,286,42,210,104,100,40,154,282,333,5576,88,17,0,8,3),
  264. ('hatchling_of_star',12312,69,87897553,1198,1314,167,291,44,213,105,101,40,154,282,333,5648,90,18,0,8,3),
  265. ('hatchling_of_star',12312,70,96396787,1222,1346,172,296,45,217,106,102,40,154,282,333,5728,91,18,0,8,3),
  266. ('hatchling_of_star',12312,71,105212391,1246,1378,178,301,46,220,107,103,40,154,282,333,5948,90,18,0,9,3),
  267. ('hatchling_of_star',12312,72,116635633,1270,1410,183,305,48,223,108,104,40,154,282,333,6028,92,18,0,9,3),
  268. ('hatchling_of_star',12312,73,130837978,1293,1442,188,310,49,227,109,105,40,154,282,333,6116,93,18,0,9,3),
  269. ('hatchling_of_star',12312,74,147995918,1316,1475,193,315,51,230,110,106,40,154,282,333,6200,95,19,0,9,3),
  270. ('hatchling_of_star',12312,75,168290997,1338,1508,199,319,52,234,111,107,40,154,282,333,6288,96,19,0,9,3),
  271. ('hatchling_of_star',12312,76,191909837,1360,1541,204,324,53,237,112,108,40,154,282,333,6376,98,19,0,9,3),
  272. ('hatchling_of_star',12312,77,224471019,1381,1574,209,328,55,240,113,109,40,154,282,333,6468,100,20,0,9,3),
  273. ('hatchling_of_star',12312,78,260926132,1401,1607,214,333,56,243,114,110,40,154,282,333,6556,101,20,0,9,3),
  274. ('hatchling_of_star',12312,79,301480548,1421,1641,219,337,57,247,115,111,40,154,282,333,6656,103,20,0,9,3),
  275. ('hatchling_of_star',12312,80,346344812,1440,1675,224,341,59,250,116,112,40,154,282,333,6748,105,21,0,9,3),
  276. ('hatchling_of_star',12312,81,395734658,1458,1709,228,346,60,253,117,113,40,154,282,333,6748,105,21,0,10,4),
  277. ('hatchling_of_twilight',12313,1,0,20,40,0,0,0,8,37,33,40,154,282,333,12,1,1,0,2,1),
  278. ('hatchling_of_twilight',12313,2,7,24,47,0,0,1,8,38,34,40,154,282,333,8,1,1,0,2,1),
  279. ('hatchling_of_twilight',12313,3,42,29,55,0,0,1,9,39,35,40,154,282,333,12,1,1,0,2,1),
  280. ('hatchling_of_twilight',12313,4,140,34,62,0,0,1,9,40,36,40,154,282,333,20,1,1,0,2,1),
  281. ('hatchling_of_twilight',12313,5,357,40,70,0,0,1,9,41,37,40,154,282,333,24,1,1,0,2,1),
  282. ('hatchling_of_twilight',12313,6,769,47,77,0,0,1,10,42,38,40,154,282,333,32,1,1,0,2,1),
  283. ('hatchling_of_twilight',12313,7,1481,54,85,0,0,1,10,43,39,40,154,282,333,36,1,1,0,2,1),
  284. ('hatchling_of_twilight',12313,8,2629,62,93,0,0,1,11,44,40,40,154,282,333,44,1,1,0,2,1),
  285. ('hatchling_of_twilight',12313,9,4388,72,100,0,0,1,11,45,41,40,154,282,333,48,1,1,0,2,1),
  286. ('hatchling_of_twilight',12313,10,6980,82,108,0,0,1,11,46,42,40,154,282,333,56,1,1,0,2,1),
  287. ('hatchling_of_twilight',12313,11,10682,93,116,0,0,1,12,47,43,40,154,282,333,60,1,1,0,3,1),
  288. ('hatchling_of_twilight',12313,12,15295,100,124,0,0,1,12,48,44,40,154,282,333,64,1,1,0,3,1),
  289. ('hatchling_of_twilight',12313,13,21417,107,133,0,1,1,13,49,45,40,154,282,333,64,1,1,0,3,1),
  290. ('hatchling_of_twilight',12313,14,29393,115,141,0,1,1,13,50,46,40,154,282,333,64,1,1,0,3,1),
  291. ('hatchling_of_twilight',12313,15,39618,123,149,0,1,2,13,51,47,40,154,282,333,64,1,1,0,3,1),
  292. ('hatchling_of_twilight',12313,16,51729,132,158,0,2,2,14,52,48,40,154,282,333,64,1,1,0,3,1),
  293. ('hatchling_of_twilight',12313,17,67878,141,166,0,2,2,14,53,49,40,154,282,333,64,1,1,0,3,1),
  294. ('hatchling_of_twilight',12313,18,87835,151,175,0,2,2,15,54,50,40,154,282,333,68,1,1,0,3,1),
  295. ('hatchling_of_twilight',12313,19,112262,161,183,0,3,2,15,55,51,40,154,282,333,68,1,1,0,3,1),
  296. ('hatchling_of_twilight',12313,20,141904,171,192,0,3,2,16,56,52,40,154,282,333,68,1,1,0,3,1),
  297. ('hatchling_of_twilight',12313,21,177595,182,205,0,3,3,16,57,53,40,154,282,333,76,1,1,0,4,2),
  298. ('hatchling_of_twilight',12313,22,212623,194,219,0,4,3,17,58,54,40,154,282,333,80,1,1,0,4,2),
  299. ('hatchling_of_twilight',12313,23,254072,205,232,0,4,3,17,59,55,40,154,282,333,76,1,1,0,4,2),
  300. ('hatchling_of_twilight',12313,24,302838,218,246,0,4,3,18,60,56,40,154,282,333,84,1,1,0,4,2),
  301. ('hatchling_of_twilight',12313,25,359907,230,259,0,5,4,19,61,57,40,154,282,333,88,1,1,0,4,2),
  302. ('hatchling_of_twilight',12313,26,426364,244,273,0,5,4,19,62,58,40,154,282,333,92,1,1,0,4,2),
  303. ('hatchling_of_twilight',12313,27,503400,258,287,0,6,4,20,63,59,40,154,282,333,92,1,1,0,4,2),
  304. ('hatchling_of_twilight',12313,28,592316,272,301,0,6,4,20,64,60,40,154,282,333,96,1,1,0,4,2),
  305. ('hatchling_of_twilight',12313,29,694532,287,315,0,6,5,21,65,61,40,154,282,333,100,1,1,0,4,2),
  306. ('hatchling_of_twilight',12313,30,811593,302,329,0,7,5,22,66,62,40,154,282,333,104,1,1,0,4,2),
  307. ('hatchling_of_twilight',12313,31,945176,318,344,1,7,5,22,67,63,40,154,282,333,112,1,1,0,5,2),
  308. ('hatchling_of_twilight',12313,32,1074521,334,358,1,8,6,23,68,64,40,154,282,333,116,1,1,0,5,2),
  309. ('hatchling_of_twilight',12313,33,1220860,351,373,1,8,6,24,69,65,40,154,282,333,124,1,1,0,5,2),
  310. ('hatchling_of_twilight',12313,34,1385938,368,388,1,9,7,24,70,66,40,154,282,333,128,1,1,0,5,2),
  311. ('hatchling_of_twilight',12313,35,1571632,386,403,2,9,7,25,71,67,40,154,282,333,136,1,1,0,5,2),
  312. ('hatchling_of_twilight',12313,36,1625762,405,418,2,10,7,26,72,68,40,154,282,333,144,1,1,0,5,2),
  313. ('hatchling_of_twilight',12313,37,1684126,424,433,2,10,8,26,73,69,40,154,282,333,148,1,1,0,5,2),
  314. ('hatchling_of_twilight',12313,38,1746916,443,448,3,11,8,27,74,70,40,154,282,333,156,1,1,0,5,2),
  315. ('hatchling_of_twilight',12313,39,1814329,463,463,3,11,9,28,75,71,40,154,282,333,164,1,1,0,5,2),
  316. ('hatchling_of_twilight',12313,40,1886563,483,479,3,12,10,29,76,72,40,154,282,333,172,1,1,0,5,2),
  317. ('hatchling_of_twilight',12313,41,1963819,504,505,4,12,10,29,77,73,40,154,282,333,180,1,1,0,6,2),
  318. ('hatchling_of_twilight',12313,42,2046300,525,531,4,13,11,30,78,74,40,154,282,333,188,1,1,0,6,2),
  319. ('hatchling_of_twilight',12313,43,2134212,547,557,4,13,11,31,79,75,40,154,282,333,196,1,1,0,6,2),
  320. ('hatchling_of_twilight',12313,44,2227762,569,584,5,14,12,32,80,76,40,154,282,333,204,1,1,0,6,2),
  321. ('hatchling_of_twilight',12313,45,2327159,592,611,5,14,13,33,81,77,40,154,282,333,212,1,1,0,6,2),
  322. ('hatchling_of_twilight',12313,46,2432616,615,638,6,15,13,33,82,78,40,154,282,333,220,1,1,0,6,2),
  323. ('hatchling_of_twilight',12313,47,2544345,638,665,6,15,14,34,83,79,40,154,282,333,228,1,1,0,6,2),
  324. ('hatchling_of_twilight',12313,48,2662562,662,692,7,16,15,35,84,80,40,154,282,333,236,1,1,0,6,2),
  325. ('hatchling_of_twilight',12313,49,2787485,686,720,7,16,16,36,85,81,40,154,282,333,248,2,1,0,6,2),
  326. ('hatchling_of_twilight',12313,50,2919333,711,748,8,17,17,37,86,82,40,154,282,333,256,2,1,0,6,2),
  327. ('hatchling_of_twilight',12313,51,3127822,735,776,8,18,17,37,87,83,40,154,282,333,264,2,1,0,7,2),
  328. ('hatchling_of_twilight',12313,52,3347364,760,804,9,18,18,38,88,84,40,154,282,333,276,2,1,0,7,2),
  329. ('hatchling_of_twilight',12313,53,3578294,785,832,10,19,19,39,89,85,40,154,282,333,284,2,1,0,7,2),
  330. ('hatchling_of_twilight',12313,54,3820951,811,861,10,19,20,40,90,86,40,154,282,333,296,2,1,0,7,2),
  331. ('hatchling_of_twilight',12313,55,4075677,837,890,11,20,21,41,91,87,40,154,282,333,308,2,1,0,7,2),
  332. ('hatchling_of_twilight',12313,56,4431860,862,919,11,21,22,42,92,88,40,154,282,333,316,2,1,0,7,2),
  333. ('hatchling_of_twilight',12313,57,4805052,888,948,12,21,23,43,93,89,40,154,282,333,328,2,1,0,7,2),
  334. ('hatchling_of_twilight',12313,58,5195717,914,977,13,22,24,44,94,90,40,154,282,333,340,2,1,0,7,2),
  335. ('hatchling_of_twilight',12313,59,5604322,940,1007,13,22,25,44,95,91,40,154,282,333,352,2,1,0,7,2),
  336. ('hatchling_of_twilight',12313,60,6031335,967,1037,14,23,26,45,96,92,40,154,282,333,364,3,1,0,7,2),
  337. ('hatchling_of_twilight',12313,61,6700175,993,1067,15,24,27,46,97,93,40,154,282,333,372,3,1,0,8,3),
  338. ('hatchling_of_twilight',12313,62,7398046,1019,1097,15,24,28,47,98,94,40,154,282,333,388,3,1,0,8,3),
  339. ('hatchling_of_twilight',12313,63,8125664,1045,1127,16,25,29,48,99,95,40,154,282,333,400,3,1,0,8,3),
  340. ('hatchling_of_twilight',12313,64,8883747,1071,1158,17,25,30,49,100,96,40,154,282,333,412,3,1,0,8,3),
  341. ('hatchling_of_twilight',12313,65,9673019,1097,1189,18,26,32,50,101,97,40,154,282,333,424,3,1,0,8,3),
  342. ('hatchling_of_twilight',12313,66,10767932,1122,1220,18,27,33,51,102,98,40,154,282,333,440,3,1,0,8,3),
  343. ('hatchling_of_twilight',12313,67,11906369,1148,1251,19,27,34,52,103,99,40,154,282,333,452,3,1,0,8,3),
  344. ('hatchling_of_twilight',12313,68,13089306,1173,1282,20,28,35,52,104,100,40,154,282,333,468,3,1,0,8,3),
  345. ('hatchling_of_twilight',12313,69,14317725,1198,1314,21,28,36,53,105,101,40,154,282,333,480,4,1,0,8,3),
  346. ('hatchling_of_twilight',12313,70,15592610,1222,1346,21,29,37,54,106,102,40,154,282,333,496,4,1,0,8,3),
  347. ('hatchling_of_twilight',12313,71,16914951,1246,1378,22,30,38,55,107,103,40,154,282,333,456,3,1,0,9,3),
  348. ('hatchling_of_twilight',12313,72,18628437,1270,1410,23,30,40,56,108,104,40,154,282,333,468,3,1,0,9,3),
  349. ('hatchling_of_twilight',12313,73,20758789,1293,1442,24,31,41,57,109,105,40,154,282,333,484,4,1,0,9,3),
  350. ('hatchling_of_twilight',12313,74,23332480,1316,1475,24,31,42,58,110,106,40,154,282,333,496,4,1,0,9,3),
  351. ('hatchling_of_twilight',12313,75,26376742,1338,1508,25,32,43,58,111,107,40,154,282,333,512,4,1,0,9,3),
  352. ('hatchling_of_twilight',12313,76,29919568,1360,1541,26,32,44,59,112,108,40,154,282,333,524,4,1,0,9,3),
  353. ('hatchling_of_twilight',12313,77,34803745,1381,1574,27,33,45,60,113,109,40,154,282,333,540,4,1,0,9,3),
  354. ('hatchling_of_twilight',12313,78,40272012,1401,1607,27,34,46,61,114,110,40,154,282,333,552,4,1,0,9,3),
  355. ('hatchling_of_twilight',12313,79,46355175,1421,1641,28,34,47,62,115,111,40,154,282,333,568,4,1,0,9,3),
  356. ('hatchling_of_twilight',12313,80,53084814,1440,1675,29,35,48,62,116,112,40,154,282,333,584,4,1,0,9,3),
  357. ('hatchling_of_twilight',12313,81,60493291,1458,1709,30,36,49,63,117,113,40,154,282,333,584,4,1,0,10,4),
  358. ('strider_of_wind',12526,1,0,20,40,1,44,3,33,37,33,40,187,278,333,696,5,2,0,2,1),
  359. ('strider_of_wind',12526,2,7,24,47,1,46,3,34,38,34,40,187,278,333,676,5,2,0,2,1),
  360. ('strider_of_wind',12526,3,42,29,55,1,48,3,35,39,35,40,187,278,333,892,7,2,0,2,1),
  361. ('strider_of_wind',12526,4,140,34,62,1,50,4,36,40,36,40,187,278,333,1112,9,2,0,2,1),
  362. ('strider_of_wind',12526,5,357,40,70,1,52,4,38,41,37,40,187,278,333,1428,11,2,0,2,1),
  363. ('strider_of_wind',12526,6,769,47,77,1,54,4,39,42,38,40,187,278,333,1740,14,2,0,2,1),
  364. ('strider_of_wind',12526,7,1481,54,85,1,56,5,41,43,39,40,187,278,333,1944,16,3,0,2,1),
  365. ('strider_of_wind',12526,8,2629,62,93,1,58,5,42,44,40,40,187,278,333,2228,18,3,0,2,1),
  366. ('strider_of_wind',12526,9,4388,72,100,1,60,6,44,45,41,40,187,278,333,2392,19,3,0,2,1),
  367. ('strider_of_wind',12526,10,6980,82,108,1,62,6,45,46,42,40,187,278,333,2584,21,4,0,2,1),
  368. ('strider_of_wind',12526,11,10682,93,116,1,64,7,47,47,43,40,187,278,333,2840,23,4,0,3,1),
  369. ('strider_of_wind',12526,12,15295,100,124,1,66,8,49,48,44,40,187,278,333,2824,23,4,0,3,1),
  370. ('strider_of_wind',12526,13,21417,107,133,1,69,8,50,49,45,40,187,278,333,2788,23,4,0,3,1),
  371. ('strider_of_wind',12526,14,29393,115,141,1,71,9,52,50,46,40,187,278,333,2772,23,4,0,3,1),
  372. ('strider_of_wind',12526,15,39618,123,149,1,74,10,54,51,47,40,187,278,333,2760,23,4,0,3,1),
  373. ('strider_of_wind',12526,16,51729,132,158,1,76,11,56,52,48,40,187,278,333,2716,22,4,0,3,1),
  374. ('strider_of_wind',12526,17,67878,141,166,1,79,11,58,53,49,40,187,278,333,2700,22,4,0,3,1),
  375. ('strider_of_wind',12526,18,87835,151,175,1,81,12,60,54,50,40,187,278,333,2664,22,4,0,3,1),
  376. ('strider_of_wind',12526,19,112262,161,183,1,84,13,62,55,51,40,187,278,333,2636,21,4,0,3,1),
  377. ('strider_of_wind',12526,20,141904,171,192,1,87,15,64,56,52,40,187,278,333,2620,21,4,0,3,1),
  378. ('strider_of_wind',12526,21,177595,182,205,1,90,16,66,57,53,40,187,278,333,3040,25,5,0,4,2),
  379. ('strider_of_wind',12526,22,212623,194,219,1,93,17,68,58,54,40,187,278,333,3112,25,5,0,4,2),
  380. ('strider_of_wind',12526,23,409075,205,232,1,96,18,70,59,55,40,187,278,333,3004,25,5,0,4,2),
  381. ('strider_of_wind',12526,24,501816,218,246,1,99,20,72,60,56,40,187,278,333,3208,26,5,0,4,2),
  382. ('strider_of_wind',12526,25,605973,230,259,1,102,21,75,61,57,40,187,278,333,3256,27,5,0,4,2),
  383. ('strider_of_wind',12526,26,722379,244,273,1,105,23,77,62,58,40,187,278,333,3312,27,5,0,4,2),
  384. ('strider_of_wind',12526,27,851883,258,287,1,108,25,79,63,59,40,187,278,333,3344,27,5,0,4,2),
  385. ('strider_of_wind',12526,28,995357,272,301,1,112,26,82,64,60,40,187,278,333,3396,28,5,0,4,2),
  386. ('strider_of_wind',12526,29,1153690,287,315,1,115,28,84,65,61,40,187,278,333,3432,28,5,0,4,2),
  387. ('strider_of_wind',12526,30,1327790,302,329,1,118,30,87,66,62,40,187,278,333,3472,28,5,0,4,2),
  388. ('strider_of_wind',12526,31,1518582,318,344,1,122,32,89,67,63,40,187,278,333,3992,33,6,0,5,2),
  389. ('strider_of_wind',12526,32,1727007,334,358,2,126,35,92,68,64,40,187,278,333,4100,34,6,0,5,2),
  390. ('strider_of_wind',12526,33,1954023,351,373,2,129,37,95,69,65,40,187,278,333,4224,35,7,0,5,2),
  391. ('strider_of_wind',12526,34,2200605,368,388,3,133,40,97,70,66,40,187,278,333,4324,36,7,0,5,2),
  392. ('strider_of_wind',12526,35,2467742,386,403,3,137,42,100,71,67,40,187,278,333,4436,36,7,0,5,2),
  393. ('strider_of_wind',12526,36,2756437,405,418,4,141,45,103,72,68,40,187,278,333,4548,37,7,0,5,2),
  394. ('strider_of_wind',12526,37,3067709,424,433,4,144,48,106,73,69,40,187,278,333,4652,38,7,0,5,2),
  395. ('strider_of_wind',12526,38,3402590,443,448,5,148,51,109,74,70,40,187,278,333,4752,39,7,0,5,2),
  396. ('strider_of_wind',12526,39,3762126,463,463,6,152,54,112,75,71,40,187,278,333,4860,40,8,0,5,2),
  397. ('strider_of_wind',12526,40,4147374,483,479,6,157,58,115,76,72,40,187,278,333,4952,41,8,0,5,2),
  398. ('strider_of_wind',12526,41,4559407,504,505,7,161,61,118,77,73,40,187,278,333,5584,46,9,0,6,2),
  399. ('strider_of_wind',12526,42,4999307,525,531,8,165,65,121,78,74,40,187,278,333,5700,47,9,0,6,2),
  400. ('strider_of_wind',12526,43,5468169,547,557,9,169,69,124,79,75,40,187,278,333,5828,48,9,0,6,2),
  401. ('strider_of_wind',12526,44,5967101,569,584,10,173,73,127,80,76,40,187,278,333,5944,49,9,0,6,2),
  402. ('strider_of_wind',12526,45,6497220,592,611,11,178,77,130,81,77,40,187,278,333,6068,50,10,0,6,2),
  403. ('strider_of_wind',12526,46,7059654,615,638,12,182,81,133,82,78,40,187,278,333,6184,51,10,0,6,2),
  404. ('strider_of_wind',12526,47,7655543,638,665,13,187,86,137,83,79,40,187,278,333,6292,52,10,0,6,2),
  405. ('strider_of_wind',12526,48,8286036,662,692,14,191,90,140,84,80,40,187,278,333,6408,53,10,0,6,2),
  406. ('strider_of_wind',12526,49,8952291,686,720,15,196,95,143,85,81,40,187,278,333,6520,54,10,0,6,2),
  407. ('strider_of_wind',12526,50,9655478,711,748,16,200,100,147,86,82,40,187,278,333,6636,55,11,0,6,2),
  408. ('strider_of_wind',12526,51,10767423,735,776,17,205,105,150,87,83,40,187,278,333,7380,61,12,0,7,2),
  409. ('strider_of_wind',12526,52,11938312,760,804,18,210,110,153,88,84,40,187,278,333,7512,62,12,0,7,2),
  410. ('strider_of_wind',12526,53,13169940,785,832,19,214,113,157,89,85,40,187,278,333,7648,63,12,0,7,2),
  411. ('strider_of_wind',12526,54,14464112,811,861,20,219,116,160,90,86,40,187,278,333,7788,64,12,0,7,2),
  412. ('strider_of_wind',12526,55,15822648,837,890,21,224,119,164,91,87,40,187,278,333,7920,66,13,0,7,2),
  413. ('strider_of_wind',12526,56,17722290,862,919,23,228,121,167,92,88,40,187,278,333,8056,67,13,0,7,2),
  414. ('strider_of_wind',12526,57,19712649,888,948,24,233,125,171,93,89,40,187,278,333,8196,68,13,0,7,2),
  415. ('strider_of_wind',12526,58,21796197,914,977,25,238,130,174,94,90,40,187,278,333,8328,69,13,0,7,2),
  416. ('strider_of_wind',12526,59,23975421,940,1007,27,243,136,178,95,91,40,187,278,333,8464,70,14,0,7,2),
  417. ('strider_of_wind',12526,60,26252824,967,1037,28,248,142,181,96,92,40,187,278,333,8600,71,14,0,7,2),
  418. ('strider_of_wind',12526,61,29819969,993,1067,29,252,148,185,97,93,40,187,278,333,9468,78,15,0,8,3),
  419. ('strider_of_wind',12526,62,33541949,1019,1097,31,257,153,188,98,94,40,187,278,333,9632,80,16,0,8,3),
  420. ('strider_of_wind',12526,63,37422578,1045,1127,32,262,159,192,99,95,40,187,278,333,9796,81,16,0,8,3),
  421. ('strider_of_wind',12526,64,41465690,1071,1158,34,267,166,195,100,96,40,187,278,333,9964,83,16,0,8,3),
  422. ('strider_of_wind',12526,65,45675137,1097,1189,35,272,172,199,101,97,40,187,278,333,10136,84,16,0,8,3),
  423. ('strider_of_wind',12526,66,51514675,1122,1220,37,277,178,202,102,98,40,187,278,333,10308,85,17,0,8,3),
  424. ('strider_of_wind',12526,67,57586339,1148,1251,38,282,184,206,103,99,40,187,278,333,10480,87,17,0,8,3),
  425. ('strider_of_wind',12526,68,63895339,1173,1282,40,286,190,210,104,100,40,187,278,333,10656,88,17,0,8,3),
  426. ('strider_of_wind',12526,69,70446906,1198,1314,41,291,197,213,105,101,40,187,278,333,10832,90,18,0,8,3),
  427. ('strider_of_wind',12526,70,77246293,1222,1346,43,296,203,217,106,102,40,187,278,333,11024,91,18,0,8,3),
  428. ('strider_of_wind',12526,71,84298776,1246,1378,44,301,209,220,107,103,40,187,278,333,10864,90,18,0,9,3),
  429. ('strider_of_wind',12526,72,93437370,1270,1410,46,305,215,223,108,104,40,187,278,333,11048,92,18,0,9,3),
  430. ('strider_of_wind',12526,73,104799246,1293,1442,47,310,222,227,109,105,40,187,278,333,11240,93,18,0,9,3),
  431. ('strider_of_wind',12526,74,118525598,1316,1475,49,315,228,230,110,106,40,187,278,333,11428,95,19,0,9,3),
  432. ('strider_of_wind',12526,75,134761662,1338,1508,50,319,234,234,111,107,40,187,278,333,11628,96,19,0,9,3),
  433. ('strider_of_wind',12526,76,153656733,1360,1541,52,324,240,237,112,108,40,187,278,333,11824,98,19,0,9,3),
  434. ('strider_of_wind',12526,77,179705679,1381,1574,53,328,246,240,113,109,40,187,278,333,12028,100,20,0,9,3),
  435. ('strider_of_wind',12526,78,208869769,1401,1607,55,333,252,243,114,110,40,187,278,333,12236,101,20,0,9,3),
  436. ('strider_of_wind',12526,79,241313302,1421,1641,56,337,258,247,115,111,40,187,278,333,12448,103,20,0,9,3),
  437. ('strider_of_wind',12526,80,277204713,1440,1675,57,341,263,250,116,112,40,187,278,333,12664,105,21,0,9,3),
  438. ('strider_of_wind',12526,81,316716590,1458,1709,59,346,268,253,117,113,40,187,278,333,12664,105,21,0,10,4),
  439. ('strider_of_star',12527,1,0,20,40,2,44,1,33,37,33,40,187,278,333,508,5,2,0,2,1),
  440. ('strider_of_star',12527,2,7,24,47,2,46,1,34,38,34,40,187,278,333,492,5,2,0,2,1),
  441. ('strider_of_star',12527,3,42,29,55,3,48,1,35,39,35,40,187,278,333,608,7,2,0,2,1),
  442. ('strider_of_star',12527,4,140,34,62,3,50,1,36,40,36,40,187,278,333,756,9,2,0,2,1),
  443. ('strider_of_star',12527,5,357,40,70,3,52,1,38,41,37,40,187,278,333,932,11,2,0,2,1),
  444. ('strider_of_star',12527,6,769,47,77,3,54,1,39,42,38,40,187,278,333,1124,14,2,0,2,1),
  445. ('strider_of_star',12527,7,1481,54,85,4,56,1,41,43,39,40,187,278,333,1200,16,3,0,2,1),
  446. ('strider_of_star',12527,8,2629,62,93,4,58,1,42,44,40,40,187,278,333,1336,18,3,0,2,1),
  447. ('strider_of_star',12527,9,4388,72,100,4,60,1,44,45,41,40,187,278,333,1432,19,3,0,2,1),
  448. ('strider_of_star',12527,10,6980,82,108,5,62,1,45,46,42,40,187,278,333,1492,21,4,0,2,1),
  449. ('strider_of_star',12527,11,10682,93,116,5,64,1,47,47,43,40,187,278,333,1784,23,4,0,3,1),
  450. ('strider_of_star',12527,12,15295,100,124,6,66,2,49,48,44,40,187,278,333,1796,23,4,0,3,1),
  451. ('strider_of_star',12527,13,21417,107,133,6,69,2,50,49,45,40,187,278,333,1724,23,4,0,3,1),
  452. ('strider_of_star',12527,14,29393,115,141,7,71,2,52,50,46,40,187,278,333,1664,23,4,0,3,1),
  453. ('strider_of_star',12527,15,39618,123,149,7,74,2,54,51,47,40,187,278,333,1608,23,4,0,3,1),
  454. ('strider_of_star',12527,16,51729,132,158,8,76,2,56,52,48,40,187,278,333,1548,22,4,0,3,1),
  455. ('strider_of_star',12527,17,67878,141,166,9,79,2,58,53,49,40,187,278,333,1512,22,4,0,3,1),
  456. ('strider_of_star',12527,18,87835,151,175,9,81,2,60,54,50,40,187,278,333,1464,22,4,0,3,1),
  457. ('strider_of_star',12527,19,112262,161,183,10,84,3,62,55,51,40,187,278,333,1456,21,4,0,3,1),
  458. ('strider_of_star',12527,20,141904,171,192,11,87,3,64,56,52,40,187,278,333,1460,21,4,0,3,1),
  459. ('strider_of_star',12527,21,177595,182,205,12,90,3,66,57,53,40,187,278,333,1908,25,5,0,4,2),
  460. ('strider_of_star',12527,22,212623,194,219,13,93,3,68,58,54,40,187,278,333,1912,25,5,0,4,2),
  461. ('strider_of_star',12527,23,350264,205,232,14,96,4,70,59,55,40,187,278,333,1804,25,5,0,4,2),
  462. ('strider_of_star',12527,24,466190,218,246,15,99,4,72,60,56,40,187,278,333,1900,26,5,0,4,2),
  463. ('strider_of_star',12527,25,596387,230,259,16,102,4,75,61,57,40,187,278,333,1896,27,5,0,4,2),
  464. ('strider_of_star',12527,26,741894,244,273,17,105,5,77,62,58,40,187,278,333,1896,27,5,0,4,2),
  465. ('strider_of_star',12527,27,903774,258,287,19,108,5,79,63,59,40,187,278,333,1844,27,5,0,4,2),
  466. ('strider_of_star',12527,28,1083117,272,301,20,112,5,82,64,60,40,187,278,333,1856,28,5,0,4,2),
  467. ('strider_of_star',12527,29,1281033,287,315,22,115,6,84,65,61,40,187,278,333,1848,28,5,0,4,2),
  468. ('strider_of_star',12527,30,1498658,302,329,23,118,6,87,66,62,40,187,278,333,1880,28,5,0,4,2),
  469. ('strider_of_star',12527,31,1737148,318,344,25,122,6,89,67,63,40,187,278,333,2384,33,6,0,5,2),
  470. ('strider_of_star',12527,32,1997679,334,358,27,126,7,92,68,64,40,187,278,333,2376,34,6,0,5,2),
  471. ('strider_of_star',12527,33,2281450,351,373,28,129,7,95,69,65,40,187,278,333,2416,35,7,0,5,2),
  472. ('strider_of_star',12527,34,2589677,368,388,30,133,8,97,70,66,40,187,278,333,2452,36,7,0,5,2),
  473. ('strider_of_star',12527,35,2923598,386,403,32,137,8,100,71,67,40,187,278,333,2488,36,7,0,5,2),
  474. ('strider_of_star',12527,36,3284467,405,418,34,141,9,103,72,68,40,187,278,333,2524,37,7,0,5,2),
  475. ('strider_of_star',12527,37,3673557,424,433,37,144,10,106,73,69,40,187,278,333,2516,38,7,0,5,2),
  476. ('strider_of_star',12527,38,4092158,443,448,39,148,10,109,74,70,40,187,278,333,2548,39,7,0,5,2),
  477. ('strider_of_star',12527,39,4541577,463,463,42,152,11,112,75,71,40,187,278,333,2584,40,8,0,5,2),
  478. ('strider_of_star',12527,40,5023138,483,479,44,157,12,115,76,72,40,187,278,333,2576,41,8,0,5,2),
  479. ('strider_of_star',12527,41,5538179,504,505,47,161,12,118,77,73,40,187,278,333,3156,46,9,0,6,2),
  480. ('strider_of_star',12527,42,6088054,525,531,50,165,13,121,78,74,40,187,278,333,3200,47,9,0,6,2),
  481. ('strider_of_star',12527,43,6674132,547,557,53,169,14,124,79,75,40,187,278,333,3244,48,9,0,6,2),
  482. ('strider_of_star',12527,44,7297797,569,584,56,173,15,127,80,76,40,187,278,333,3244,49,9,0,6,2),
  483. ('strider_of_star',12527,45,7960445,592,611,59,178,15,130,81,77,40,187,278,333,3292,50,10,0,6,2),
  484. ('strider_of_star',12527,46,8663488,615,638,62,182,16,133,82,78,40,187,278,333,3332,51,10,0,6,2),
  485. ('strider_of_star',12527,47,9408349,638,665,65,187,17,137,83,79,40,187,278,333,3328,52,10,0,6,2),
  486. ('strider_of_star',12527,48,10196465,662,692,69,191,18,140,84,80,40,187,278,333,3368,53,10,0,6,2),
  487. ('strider_of_star',12527,49,11029284,686,720,73,196,19,143,85,81,40,187,278,333,3376,54,10,0,6,2),
  488. ('strider_of_star',12527,50,11908268,711,748,76,200,20,147,86,82,40,187,278,333,3416,55,11,0,6,2),
  489. ('strider_of_star',12527,51,13298199,735,776,80,205,21,150,87,83,40,187,278,333,4084,61,12,0,7,2),
  490. ('strider_of_star',12527,52,14761810,760,804,84,210,22,153,88,84,40,187,278,333,4132,62,12,0,7,2),
  491. ('strider_of_star',12527,53,16301345,785,832,88,214,23,157,89,85,40,187,278,333,4148,63,12,0,7,2),
  492. ('strider_of_star',12527,54,17919061,811,861,93,219,24,160,90,86,40,187,278,333,4200,64,12,0,7,2),
  493. ('strider_of_star',12527,55,19617231,837,890,97,224,25,164,91,87,40,187,278,333,4208,66,13,0,7,2),
  494. ('strider_of_star',12527,56,21991783,862,919,101,228,27,167,92,88,40,187,278,333,4264,67,13,0,7,2),
  495. ('strider_of_star',12527,57,24479731,888,948,106,233,28,171,93,89,40,187,278,333,4316,68,13,0,7,2),
  496. ('strider_of_star',12527,58,27084166,914,977,111,238,29,174,94,90,40,187,278,333,4328,69,13,0,7,2),
  497. ('strider_of_star',12527,59,29808197,940,1007,115,243,30,178,95,91,40,187,278,333,4384,70,14,0,7,2),
  498. ('strider_of_star',12527,60,32654950,967,1037,120,248,32,181,96,92,40,187,278,333,4392,71,14,0,7,2),
  499. ('strider_of_star',12527,61,37113882,993,1067,125,252,33,185,97,93,40,187,278,333,5164,78,15,0,8,3),
  500. ('strider_of_star',12527,62,41766357,1019,1097,130,257,34,188,98,94,40,187,278,333,5232,80,16,0,8,3),
  501. ('strider_of_star',12527,63,46617143,1045,1127,135,262,35,192,99,95,40,187,278,333,5300,81,16,0,8,3),
  502. ('strider_of_star',12527,64,51671033,1071,1158,141,267,37,195,100,96,40,187,278,333,5328,83,16,0,8,3),
  503. ('strider_of_star',12527,65,56932842,1097,1189,146,272,38,199,101,97,40,187,278,333,5400,84,16,0,8,3),
  504. ('strider_of_star',12527,66,64232264,1122,1220,151,277,40,202,102,98,40,187,278,333,5472,85,17,0,8,3),
  505. ('strider_of_star',12527,67,71821844,1148,1251,156,282,41,206,103,99,40,187,278,333,5544,87,17,0,8,3),
  506. ('strider_of_star',12527,68,79708094,1173,1282,162,286,42,210,104,100,40,187,278,333,5576,88,17,0,8,3),
  507. ('strider_of_star',12527,69,87897553,1198,1314,167,291,44,213,105,101,40,187,278,333,5648,90,18,0,8,3),
  508. ('strider_of_star',12527,70,96396787,1222,1346,172,296,45,217,106,102,40,187,278,333,5728,91,18,0,8,3),
  509. ('strider_of_star',12527,71,105212391,1246,1378,178,301,46,220,107,103,40,187,278,333,5948,90,18,0,9,3),
  510. ('strider_of_star',12527,72,116635633,1270,1410,183,305,48,223,108,104,40,187,278,333,6028,92,18,0,9,3),
  511. ('strider_of_star',12527,73,130837978,1293,1442,188,310,49,227,109,105,40,187,278,333,6116,93,18,0,9,3),
  512. ('strider_of_star',12527,74,147995918,1316,1475,193,315,51,230,110,106,40,187,278,333,6200,95,19,0,9,3),
  513. ('strider_of_star',12527,75,168290997,1338,1508,199,319,52,234,111,107,40,187,278,333,6288,96,19,0,9,3),
  514. ('strider_of_star',12527,76,191909837,1360,1541,204,324,53,237,112,108,40,187,278,333,6376,98,19,0,9,3),
  515. ('strider_of_star',12527,77,224471019,1381,1574,209,328,55,240,113,109,40,187,278,333,6468,100,20,0,9,3),
  516. ('strider_of_star',12527,78,260926132,1401,1607,214,333,56,243,114,110,40,187,278,333,6556,101,20,0,9,3),
  517. ('strider_of_star',12527,79,301480548,1421,1641,219,337,57,247,115,111,40,187,278,333,6656,103,20,0,9,3),
  518. ('strider_of_star',12527,80,346344812,1440,1675,224,341,59,250,116,112,40,187,278,333,6748,105,21,0,9,3),
  519. ('strider_of_star',12527,81,395734658,1458,1709,228,346,60,253,117,113,40,187,278,333,6748,105,21,0,10,4),
  520. ('strider_of_twilight',12528,1,0,20,40,0,0,0,8,37,33,40,187,278,333,12,1,1,0,2,1),
  521. ('strider_of_twilight',12528,2,7,24,47,0,0,1,8,38,34,40,187,278,333,8,1,1,0,2,1),
  522. ('strider_of_twilight',12528,3,42,29,55,0,0,1,9,39,35,40,187,278,333,12,1,1,0,2,1),
  523. ('strider_of_twilight',12528,4,140,34,62,0,0,1,9,40,36,40,187,278,333,20,1,1,0,2,1),
  524. ('strider_of_twilight',12528,5,357,40,70,0,0,1,9,41,37,40,187,278,333,24,1,1,0,2,1),
  525. ('strider_of_twilight',12528,6,769,47,77,0,0,1,10,42,38,40,187,278,333,32,1,1,0,2,1),
  526. ('strider_of_twilight',12528,7,1481,54,85,0,0,1,10,43,39,40,187,278,333,36,1,1,0,2,1),
  527. ('strider_of_twilight',12528,8,2629,62,93,0,0,1,11,44,40,40,187,278,333,44,1,1,0,2,1),
  528. ('strider_of_twilight',12528,9,4388,72,100,0,0,1,11,45,41,40,187,278,333,48,1,1,0,2,1),
  529. ('strider_of_twilight',12528,10,6980,82,108,0,0,1,11,46,42,40,187,278,333,56,1,1,0,2,1),
  530. ('strider_of_twilight',12528,11,10682,93,116,0,0,1,12,47,43,40,187,278,333,60,1,1,0,3,1),
  531. ('strider_of_twilight',12528,12,15295,100,124,0,0,1,12,48,44,40,187,278,333,64,1,1,0,3,1),
  532. ('strider_of_twilight',12528,13,21417,107,133,0,1,1,13,49,45,40,187,278,333,64,1,1,0,3,1),
  533. ('strider_of_twilight',12528,14,29393,115,141,0,1,1,13,50,46,40,187,278,333,64,1,1,0,3,1),
  534. ('strider_of_twilight',12528,15,39618,123,149,0,1,2,13,51,47,40,187,278,333,64,1,1,0,3,1),
  535. ('strider_of_twilight',12528,16,51729,132,158,0,2,2,14,52,48,40,187,278,333,64,1,1,0,3,1),
  536. ('strider_of_twilight',12528,17,67878,141,166,0,2,2,14,53,49,40,187,278,333,64,1,1,0,3,1),
  537. ('strider_of_twilight',12528,18,87835,151,175,0,2,2,15,54,50,40,187,278,333,68,1,1,0,3,1),
  538. ('strider_of_twilight',12528,19,112262,161,183,0,3,2,15,55,51,40,187,278,333,68,1,1,0,3,1),
  539. ('strider_of_twilight',12528,20,141904,171,192,0,3,2,16,56,52,40,187,278,333,68,1,1,0,3,1),
  540. ('strider_of_twilight',12528,21,177595,182,205,0,3,3,16,57,53,40,187,278,333,76,1,1,0,4,2),
  541. ('strider_of_twilight',12528,22,212623,194,219,0,4,3,17,58,54,40,187,278,333,80,1,1,0,4,2),
  542. ('strider_of_twilight',12528,23,254072,205,232,0,4,3,17,59,55,40,187,278,333,76,1,1,0,4,2),
  543. ('strider_of_twilight',12528,24,302838,218,246,0,4,3,18,60,56,40,187,278,333,84,1,1,0,4,2),
  544. ('strider_of_twilight',12528,25,359907,230,259,0,5,4,19,61,57,40,187,278,333,88,1,1,0,4,2),
  545. ('strider_of_twilight',12528,26,426364,244,273,0,5,4,19,62,58,40,187,278,333,92,1,1,0,4,2),
  546. ('strider_of_twilight',12528,27,503400,258,287,0,6,4,20,63,59,40,187,278,333,92,1,1,0,4,2),
  547. ('strider_of_twilight',12528,28,592316,272,301,0,6,4,20,64,60,40,187,278,333,96,1,1,0,4,2),
  548. ('strider_of_twilight',12528,29,694532,287,315,0,6,5,21,65,61,40,187,278,333,100,1,1,0,4,2),
  549. ('strider_of_twilight',12528,30,811593,302,329,0,7,5,22,66,62,40,187,278,333,104,1,1,0,4,2),
  550. ('strider_of_twilight',12528,31,945176,318,344,1,7,5,22,67,63,40,187,278,333,112,1,1,0,5,2),
  551. ('strider_of_twilight',12528,32,1074521,334,358,1,8,6,23,68,64,40,187,278,333,116,1,1,0,5,2),
  552. ('strider_of_twilight',12528,33,1220860,351,373,1,8,6,24,69,65,40,187,278,333,124,1,1,0,5,2),
  553. ('strider_of_twilight',12528,34,1385938,368,388,1,9,7,24,70,66,40,187,278,333,128,1,1,0,5,2),
  554. ('strider_of_twilight',12528,35,1571632,386,403,2,9,7,25,71,67,40,187,278,333,136,1,1,0,5,2),
  555. ('strider_of_twilight',12528,36,1625762,405,418,2,10,7,26,72,68,40,187,278,333,144,1,1,0,5,2),
  556. ('strider_of_twilight',12528,37,1684126,424,433,2,10,8,26,73,69,40,187,278,333,148,1,1,0,5,2),
  557. ('strider_of_twilight',12528,38,1746916,443,448,3,11,8,27,74,70,40,187,278,333,156,1,1,0,5,2),
  558. ('strider_of_twilight',12528,39,1814329,463,463,3,11,9,28,75,71,40,187,278,333,164,1,1,0,5,2),
  559. ('strider_of_twilight',12528,40,1886563,483,479,3,12,10,29,76,72,40,187,278,333,172,1,1,0,5,2),
  560. ('strider_of_twilight',12528,41,1963819,504,505,4,12,10,29,77,73,40,187,278,333,180,1,1,0,6,2),
  561. ('strider_of_twilight',12528,42,2046300,525,531,4,13,11,30,78,74,40,187,278,333,188,1,1,0,6,2),
  562. ('strider_of_twilight',12528,43,2134212,547,557,4,13,11,31,79,75,40,187,278,333,196,1,1,0,6,2),
  563. ('strider_of_twilight',12528,44,2227762,569,584,5,14,12,32,80,76,40,187,278,333,204,1,1,0,6,2),
  564. ('strider_of_twilight',12528,45,2327159,592,611,5,14,13,33,81,77,40,187,278,333,212,1,1,0,6,2),
  565. ('strider_of_twilight',12528,46,2432616,615,638,6,15,13,33,82,78,40,187,278,333,220,1,1,0,6,2),
  566. ('strider_of_twilight',12528,47,2544345,638,665,6,15,14,34,83,79,40,187,278,333,228,1,1,0,6,2),
  567. ('strider_of_twilight',12528,48,2662562,662,692,7,16,15,35,84,80,40,187,278,333,236,1,1,0,6,2),
  568. ('strider_of_twilight',12528,49,2787485,686,720,7,16,16,36,85,81,40,187,278,333,248,2,1,0,6,2),
  569. ('strider_of_twilight',12528,50,2919333,711,748,8,17,17,37,86,82,40,187,278,333,256,2,1,0,6,2),
  570. ('strider_of_twilight',12528,51,3127822,735,776,8,18,17,37,87,83,40,187,278,333,264,2,1,0,7,2),
  571. ('strider_of_twilight',12528,52,3347364,760,804,9,18,18,38,88,84,40,187,278,333,276,2,1,0,7,2),
  572. ('strider_of_twilight',12528,53,3578294,785,832,10,19,19,39,89,85,40,187,278,333,284,2,1,0,7,2),
  573. ('strider_of_twilight',12528,54,3820951,811,861,10,19,20,40,90,86,40,187,278,333,296,2,1,0,7,2),
  574. ('strider_of_twilight',12528,55,4075677,837,890,11,20,21,41,91,87,40,187,278,333,308,2,1,0,7,2),
  575. ('strider_of_twilight',12528,56,4431860,862,919,11,21,22,42,92,88,40,187,278,333,316,2,1,0,7,2),
  576. ('strider_of_twilight',12528,57,4805052,888,948,12,21,23,43,93,89,40,187,278,333,328,2,1,0,7,2),
  577. ('strider_of_twilight',12528,58,5195717,914,977,13,22,24,44,94,90,40,187,278,333,340,2,1,0,7,2),
  578. ('strider_of_twilight',12528,59,5604322,940,1007,13,22,25,44,95,91,40,187,278,333,352,2,1,0,7,2),
  579. ('strider_of_twilight',12528,60,6031335,967,1037,14,23,26,45,96,92,40,187,278,333,364,3,1,0,7,2),
  580. ('strider_of_twilight',12528,61,6700175,993,1067,15,24,27,46,97,93,40,187,278,333,372,3,1,0,8,3),
  581. ('strider_of_twilight',12528,62,7398046,1019,1097,15,24,28,47,98,94,40,187,278,333,388,3,1,0,8,3),
  582. ('strider_of_twilight',12528,63,8125664,1045,1127,16,25,29,48,99,95,40,187,278,333,400,3,1,0,8,3),
  583. ('strider_of_twilight',12528,64,8883747,1071,1158,17,25,30,49,100,96,40,187,278,333,412,3,1,0,8,3),
  584. ('strider_of_twilight',12528,65,9673019,1097,1189,18,26,32,50,101,97,40,187,278,333,424,3,1,0,8,3),
  585. ('strider_of_twilight',12528,66,10767932,1122,1220,18,27,33,51,102,98,40,187,278,333,440,3,1,0,8,3),
  586. ('strider_of_twilight',12528,67,11906369,1148,1251,19,27,34,52,103,99,40,187,278,333,452,3,1,0,8,3),
  587. ('strider_of_twilight',12528,68,13089306,1173,1282,20,28,35,52,104,100,40,187,278,333,468,3,1,0,8,3),
  588. ('strider_of_twilight',12528,69,14317725,1198,1314,21,28,36,53,105,101,40,187,278,333,480,4,1,0,8,3),
  589. ('strider_of_twilight',12528,70,15592610,1222,1346,21,29,37,54,106,102,40,187,278,333,496,4,1,0,8,3),
  590. ('strider_of_twilight',12528,71,16914951,1246,1378,22,30,38,55,107,103,40,187,278,333,456,3,1,0,9,3),
  591. ('strider_of_twilight',12528,72,18628437,1270,1410,23,30,40,56,108,104,40,187,278,333,468,3,1,0,9,3),
  592. ('strider_of_twilight',12528,73,20758789,1293,1442,24,31,41,57,109,105,40,187,278,333,484,4,1,0,9,3),
  593. ('strider_of_twilight',12528,74,23332480,1316,1475,24,31,42,58,110,106,40,187,278,333,496,4,1,0,9,3),
  594. ('strider_of_twilight',12528,75,26376742,1338,1508,25,32,43,58,111,107,40,187,278,333,512,4,1,0,9,3),
  595. ('strider_of_twilight',12528,76,29919568,1360,1541,26,32,44,59,112,108,40,187,278,333,524,4,1,0,9,3),
  596. ('strider_of_twilight',12528,77,34803745,1381,1574,27,33,45,60,113,109,40,187,278,333,540,4,1,0,9,3),
  597. ('strider_of_twilight',12528,78,40272012,1401,1607,27,34,46,61,114,110,40,187,278,333,552,4,1,0,9,3),
  598. ('strider_of_twilight',12528,79,46355175,1421,1641,28,34,47,62,115,111,40,187,278,333,568,4,1,0,9,3),
  599. ('strider_of_twilight',12528,80,53084814,1440,1675,29,35,48,62,116,112,40,187,278,333,584,4,1,0,9,3),
  600. ('strider_of_twilight',12528,81,60493291,1458,1709,30,36,49,63,117,113,40,187,278,333,584,4,1,0,10,4),
  601. ('wyvern',12621,1,0,18,20,10,20,6,64,37,33,40,220,278,333,508,4,2,0,2,1),
  602. ('wyvern',12621,2,1,22,24,10,21,7,68,38,34,40,220,278,333,492,4,2,0,2,1),
  603. ('wyvern',12621,3,2,26,27,10,21,7,71,39,35,40,220,278,333,608,5,2,0,2,1),
  604. ('wyvern',12621,4,3,31,31,10,22,8,74,40,36,40,220,278,333,756,6,2,0,2,1),
  605. ('wyvern',12621,5,4,36,35,10,22,8,78,41,37,40,220,278,333,932,7,2,0,2,1),
  606. ('wyvern',12621,6,5,42,39,10,23,9,82,42,38,40,220,278,333,1124,9,2,0,2,1),
  607. ('wyvern',12621,7,6,49,42,10,23,10,86,43,39,40,220,278,333,1200,10,2,0,2,1),
  608. ('wyvern',12621,8,7,56,46,11,24,10,90,44,40,40,220,278,333,1336,11,2,0,2,1),
  609. ('wyvern',12621,9,8,64,50,11,24,11,94,45,41,40,220,278,333,1432,11,2,0,2,1),
  610. ('wyvern',12621,10,9,73,54,11,25,12,99,46,42,40,220,278,333,1492,12,2,0,2,1),
  611. ('wyvern',12621,11,10,83,58,11,25,13,103,47,43,40,220,278,333,1784,14,2,0,3,1),
  612. ('wyvern',12621,12,11,90,62,12,26,13,108,48,44,40,220,278,333,1796,14,2,0,3,1),
  613. ('wyvern',12621,13,12,97,66,12,26,14,113,49,45,40,220,278,333,1724,14,2,0,3,1),
  614. ('wyvern',12621,14,13,104,70,12,27,15,118,50,46,40,220,278,333,1664,13,2,0,3,1),
  615. ('wyvern',12621,15,14,111,75,12,28,16,123,51,47,40,220,278,333,1608,13,2,0,3,1),
  616. ('wyvern',12621,16,15,119,79,13,28,17,129,52,48,40,220,278,333,1548,12,2,0,3,1),
  617. ('wyvern',12621,17,16,127,83,13,29,18,134,53,49,40,220,278,333,1512,12,2,0,3,1),
  618. ('wyvern',12621,18,17,136,87,13,29,20,140,54,50,40,220,278,333,1464,12,2,0,3,1),
  619. ('wyvern',12621,19,9411,145,92,14,30,21,146,55,51,40,220,278,333,1456,12,2,0,3,1),
  620. ('wyvern',12621,20,78112,154,96,14,31,22,152,56,52,40,220,278,333,1460,12,2,0,3,1),
  621. ('wyvern',12621,21,157197,164,103,15,32,24,159,57,53,40,220,278,333,1908,15,3,0,4,2),
  622. ('wyvern',12621,22,247595,174,109,15,32,25,166,58,54,40,220,278,333,1912,15,3,0,4,2),
  623. ('wyvern',12621,23,350264,185,116,16,33,26,172,59,55,40,220,278,333,1804,15,3,0,4,2),
  624. ('wyvern',12621,24,466190,196,123,16,34,28,180,60,56,40,220,278,333,1900,15,3,0,4,2),
  625. ('wyvern',12621,25,596387,207,130,17,35,30,187,61,57,40,220,278,333,1896,15,3,0,4,2),
  626. ('wyvern',12621,26,741894,219,137,17,35,31,194,62,58,40,220,278,333,1896,15,3,0,4,2),
  627. ('wyvern',12621,27,903774,232,143,18,36,33,202,63,59,40,220,278,333,1844,15,3,0,4,2),
  628. ('wyvern',12621,28,1083117,245,150,19,37,35,210,64,60,40,220,278,333,1856,15,3,0,4,2),
  629. ('wyvern',12621,29,1281033,258,158,19,38,37,218,65,61,40,220,278,333,1848,15,3,0,4,2),
  630. ('wyvern',12621,30,1498658,272,165,20,39,39,227,66,62,40,220,278,333,1880,15,3,0,4,2),
  631. ('wyvern',12621,31,1737148,286,172,21,40,41,236,67,63,40,220,278,333,2384,19,3,0,5,2),
  632. ('wyvern',12621,32,1997679,301,179,22,41,43,245,68,64,40,220,278,333,2376,19,3,0,5,2),
  633. ('wyvern',12621,33,2281450,316,186,23,41,45,254,69,65,40,220,278,333,2416,20,4,0,5,2),
  634. ('wyvern',12621,34,2589677,332,194,24,42,48,263,70,66,40,220,278,333,2452,20,4,0,5,2),
  635. ('wyvern',12621,35,2923598,348,201,25,43,50,273,71,67,40,220,278,333,2488,20,4,0,5,2),
  636. ('wyvern',12621,36,3284467,364,209,27,45,52,283,72,68,40,220,278,333,2524,21,4,0,5,2),
  637. ('wyvern',12621,37,3673557,381,216,29,46,55,293,73,69,40,220,278,333,2516,20,4,0,5,2),
  638. ('wyvern',12621,38,4092158,399,224,31,48,58,304,74,70,40,220,278,333,2548,21,4,0,5,2),
  639. ('wyvern',12621,39,4541577,417,232,33,49,60,314,75,71,40,220,278,333,2584,21,4,0,5,2),
  640. ('wyvern',12621,40,5023138,435,239,35,51,63,325,76,72,40,220,278,333,2576,21,4,0,5,2),
  641. ('wyvern',12621,41,5538179,454,252,37,52,66,336,77,73,40,220,278,333,3156,26,5,0,6,2),
  642. ('wyvern',12621,42,6088054,473,266,40,54,69,348,78,74,40,220,278,333,3200,26,5,0,6,2),
  643. ('wyvern',12621,43,6674132,492,279,42,55,72,359,79,75,40,220,278,333,3244,27,5,0,6,2),
  644. ('wyvern',12621,44,7297797,512,292,45,57,75,371,80,76,40,220,278,333,3244,27,5,0,6,2),
  645. ('wyvern',12621,45,7960445,533,305,47,59,78,384,81,77,40,220,278,333,3292,27,5,0,6,2),
  646. ('wyvern',12621,46,8663488,553,319,50,60,81,396,82,78,40,220,278,333,3332,27,5,0,6,2),
  647. ('wyvern',12621,47,9408349,574,333,53,62,84,409,83,79,40,220,278,333,3328,27,5,0,6,2),
  648. ('wyvern',12621,48,10196465,596,346,56,64,87,422,84,80,40,220,278,333,3368,28,5,0,6,2),
  649. ('wyvern',12621,49,11029284,617,360,59,65,91,435,85,81,40,220,278,333,3376,28,5,0,6,2),
  650. ('wyvern',12621,50,11908268,639,374,63,67,94,448,86,82,40,220,278,333,3416,28,5,0,6,2),
  651. ('wyvern',12621,51,13298199,662,388,66,69,97,462,87,83,40,220,278,333,4084,34,6,0,7,2),
  652. ('wyvern',12621,52,14761810,684,402,69,71,101,476,88,84,40,220,278,333,4132,34,6,0,7,2),
  653. ('wyvern',12621,53,16301345,707,416,73,72,104,490,89,85,40,220,278,333,4148,34,6,0,7,2),
  654. ('wyvern',12621,54,17919061,730,431,77,74,108,504,90,86,40,220,278,333,4200,35,7,0,7,2),
  655. ('wyvern',12621,55,19617231,753,445,80,76,111,518,91,87,40,220,278,333,4208,35,7,0,7,2),
  656. ('wyvern',12621,56,21991783,776,459,84,78,115,533,92,88,40,220,278,333,4264,35,7,0,7,2),
  657. ('wyvern',12621,57,24479731,799,474,88,79,118,548,93,89,40,220,278,333,4316,35,7,0,7,2),
  658. ('wyvern',12621,58,27084166,823,489,92,81,122,563,94,90,40,220,278,333,4328,36,7,0,7,2),
  659. ('wyvern',12621,59,29808197,846,504,96,83,125,579,95,91,40,220,278,333,4384,36,7,0,7,2),
  660. ('wyvern',12621,60,32654950,870,518,100,85,129,594,96,92,40,220,278,333,4392,36,7,0,7,2),
  661. ('wyvern',12621,61,37113882,894,533,105,87,132,610,97,93,40,220,278,333,5164,43,8,0,8,3),
  662. ('wyvern',12621,62,41766357,917,549,109,89,136,626,98,94,40,220,278,333,5232,43,8,0,8,3),
  663. ('wyvern',12621,63,46617143,940,564,113,90,139,642,99,95,40,220,278,333,5300,44,8,0,8,3),
  664. ('wyvern',12621,64,51671033,964,579,118,92,143,658,100,96,40,220,278,333,5328,44,8,0,8,3),
  665. ('wyvern',12621,65,56932842,987,594,122,94,146,674,101,97,40,220,278,333,5400,45,9,0,8,3),
  666. ('wyvern',12621,66,64232264,1010,610,127,96,149,691,102,98,40,220,278,333,5472,45,9,0,8,3),
  667. ('wyvern',12621,67,71821844,1033,626,131,98,152,707,103,99,40,220,278,333,5544,46,9,0,8,3),
  668. ('wyvern',12621,68,79708094,1056,641,136,99,156,724,104,100,40,220,278,333,5576,46,9,0,8,3),
  669. ('wyvern',12621,69,87897553,1078,657,140,101,159,741,105,101,40,220,278,333,5648,47,9,0,8,3),
  670. ('wyvern',12621,70,96396787,1100,673,145,103,162,757,106,102,40,220,278,333,5728,47,9,0,8,3),
  671. ('wyvern',12621,71,105212391,1122,689,149,105,165,774,107,103,40,220,278,333,5948,49,9,0,9,3),
  672. ('wyvern',12621,72,116635633,1143,705,154,107,168,791,108,104,40,220,278,333,6028,50,10,0,9,3),
  673. ('wyvern',12621,73,130837978,1164,721,159,108,170,809,109,105,40,220,278,333,6116,50,10,0,9,3),
  674. ('wyvern',12621,74,147995918,1184,738,163,110,173,826,110,106,40,220,278,333,6200,51,10,0,9,3),
  675. ('wyvern',12621,75,168290997,1204,754,168,112,175,843,111,107,40,220,278,333,6288,52,10,0,9,3),
  676. ('wyvern',12621,76,191909837,1224,770,172,113,178,860,112,108,40,220,278,333,6376,53,10,0,9,3),
  677. ('wyvern',12621,77,224471019,1243,787,176,115,180,877,113,109,40,220,278,333,6468,53,10,0,9,3),
  678. ('wyvern',12621,78,260926132,1261,804,181,117,182,894,114,110,40,220,278,333,6556,54,10,0,9,3),
  679. ('wyvern',12621,79,301480548,1279,821,185,118,184,912,115,111,40,220,278,333,6656,55,11,0,9,3),
  680. ('wyvern',12621,80,346344812,1296,837,189,120,186,929,116,112,40,220,278,333,6748,56,11,0,9,3),
  681. ('wyvern',12621,81,395734658,1297,838,190,121,188,946,117,113,40,220,278,333,6748,56,11,0,10,4),
  682. ('baby buffalo',12780,1,1,13,13,1,1,1,8,38,33,40,132,282,333,12,1,1,0,6,3),
  683. ('baby buffalo',12780,2,125001,16,16,1,1,1,8,39,34,40,132,282,333,8,1,1,0,6,3),
  684. ('baby buffalo',12780,3,250001,19,18,1,1,1,9,40,35,40,132,282,333,12,1,1,0,6,3),
  685. ('baby buffalo',12780,4,375001,23,21,1,1,1,9,41,36,40,132,282,333,20,1,1,0,6,3),
  686. ('baby buffalo',12780,5,500001,27,23,1,1,1,9,42,37,40,132,282,333,24,1,1,0,6,3),
  687. ('baby buffalo',12780,6,625001,31,26,1,1,1,10,43,38,40,132,282,333,32,1,1,0,6,3),
  688. ('baby buffalo',12780,7,750001,36,28,1,1,1,10,44,39,40,132,282,333,36,1,1,0,6,3),
  689. ('baby buffalo',12780,8,875001,41,31,1,1,1,11,45,40,40,132,282,333,44,1,1,0,6,3),
  690. ('baby buffalo',12780,9,1000001,47,33,1,1,1,11,46,41,40,132,282,333,48,1,1,0,6,3),
  691. ('baby buffalo',12780,10,1125001,54,36,1,1,1,11,47,42,40,132,282,333,56,1,1,0,6,3),
  692. ('baby buffalo',12780,11,1250001,61,38,1,1,1,12,48,43,40,132,282,333,60,1,1,0,8,4),
  693. ('baby buffalo',12780,12,1375001,66,41,1,1,1,12,49,44,40,132,282,333,64,1,1,0,8,4),
  694. ('baby buffalo',12780,13,1500001,71,44,1,1,1,13,50,45,40,132,282,333,64,1,1,0,8,4),
  695. ('baby buffalo',12780,14,1625001,76,47,1,1,1,13,51,46,40,132,282,333,64,1,1,0,8,4),
  696. ('baby buffalo',12780,15,1750001,82,49,1,1,2,13,52,47,40,132,282,333,64,1,1,0,8,4),
  697. ('baby buffalo',12780,16,1875001,87,52,1,2,2,14,53,48,40,132,282,333,64,1,1,0,8,4),
  698. ('baby buffalo',12780,17,2000001,93,55,1,2,2,14,54,49,40,132,282,333,64,1,1,0,8,4),
  699. ('baby buffalo',12780,18,2125001,100,58,1,2,2,15,55,50,40,132,282,333,68,1,1,0,8,4),
  700. ('baby buffalo',12780,19,2250001,106,61,1,3,2,15,56,51,40,132,282,333,68,1,1,0,8,4),
  701. ('baby buffalo',12780,20,2375001,113,63,1,3,2,16,57,52,40,132,282,333,68,1,1,0,8,4),
  702. ('baby buffalo',12780,21,2500001,120,68,1,3,3,16,58,53,40,132,282,333,76,1,1,0,11,5),
  703. ('baby buffalo',12780,22,2625001,128,72,1,4,3,17,59,54,40,132,282,333,80,1,1,0,11,5),
  704. ('baby buffalo',12780,23,2750001,136,77,1,4,3,17,60,55,40,132,282,333,76,1,1,0,11,5),
  705. ('baby buffalo',12780,24,2875001,144,81,1,4,3,18,61,56,40,132,282,333,84,1,1,0,11,5),
  706. ('baby buffalo',12780,25,3000001,152,86,1,5,4,19,62,57,40,132,282,333,88,1,1,0,11,5),
  707. ('baby buffalo',12780,26,3125001,161,90,1,5,4,19,63,58,40,132,282,333,92,1,1,0,11,5),
  708. ('baby buffalo',12780,27,3250001,170,95,1,6,4,20,64,59,40,132,282,333,92,1,1,0,11,5),
  709. ('baby buffalo',12780,28,3375001,180,99,1,6,4,20,65,60,40,132,282,333,96,1,1,0,11,5),
  710. ('baby buffalo',12780,29,3500001,189,104,1,6,5,21,66,61,40,132,282,333,100,1,1,0,11,5),
  711. ('baby buffalo',12780,30,3625001,199,109,1,7,5,22,67,62,40,132,282,333,104,1,1,0,11,5),
  712. ('baby buffalo',12780,31,3750001,210,114,1,7,5,22,68,63,40,132,282,333,112,1,1,0,14,5),
  713. ('baby buffalo',12780,32,3875001,221,118,1,8,6,23,69,64,40,132,282,333,116,1,1,0,14,5),
  714. ('baby buffalo',12780,33,4000001,232,123,1,8,6,24,70,65,40,132,282,333,124,1,1,0,14,5),
  715. ('baby buffalo',12780,34,4125001,243,128,1,9,7,24,71,66,40,132,282,333,128,1,1,0,14,5),
  716. ('baby buffalo',12780,35,4250001,255,133,2,9,7,25,72,67,40,132,282,333,136,1,1,0,14,5),
  717. ('baby buffalo',12780,36,4375001,267,138,2,10,7,26,73,68,40,132,282,333,144,1,1,0,14,5),
  718. ('baby buffalo',12780,37,4500001,280,143,2,10,8,26,74,69,40,132,282,333,148,1,1,0,14,5),
  719. ('baby buffalo',12780,38,4625001,292,148,3,11,8,27,75,70,40,132,282,333,156,1,1,0,14,5),
  720. ('baby buffalo',12780,39,4750001,306,153,3,11,9,28,76,71,40,132,282,333,164,1,1,0,14,5),
  721. ('baby buffalo',12780,40,4875001,319,158,3,12,10,29,77,72,40,132,282,333,172,1,1,0,14,5),
  722. ('baby buffalo',12780,41,5000001,333,167,4,12,10,29,78,73,40,132,282,333,180,1,1,0,17,6),
  723. ('baby buffalo',12780,42,5125001,347,175,4,13,11,30,79,74,40,132,282,333,188,1,1,0,17,6),
  724. ('baby buffalo',12780,43,5250001,361,184,4,13,11,31,80,75,40,132,282,333,196,1,1,0,17,6),
  725. ('baby buffalo',12780,44,5375001,376,193,5,14,12,32,81,76,40,132,282,333,204,1,1,0,17,6),
  726. ('baby buffalo',12780,45,5500001,391,202,5,14,13,33,82,77,40,132,282,333,212,1,1,0,17,6),
  727. ('baby buffalo',12780,46,5625001,406,211,6,15,13,33,83,78,40,132,282,333,220,1,1,0,17,6),
  728. ('baby buffalo',12780,47,5750001,421,220,6,15,14,34,84,79,40,132,282,333,228,1,1,0,17,6),
  729. ('baby buffalo',12780,48,5875001,437,229,7,16,15,35,85,80,40,132,282,333,236,1,1,0,17,6),
  730. ('baby buffalo',12780,49,6000001,453,238,7,16,16,36,86,81,40,132,282,333,248,1,1,0,17,6),
  731. ('baby buffalo',12780,50,6125001,469,247,8,17,17,37,87,82,40,132,282,333,256,1,1,0,17,6),
  732. ('baby buffalo',12780,51,6250001,485,256,8,18,17,37,88,83,40,132,282,333,264,1,1,0,20,7),
  733. ('baby buffalo',12780,52,6375001,502,265,9,18,18,38,89,84,40,132,282,333,276,1,1,0,20,7),
  734. ('baby buffalo',12780,53,6500001,518,275,10,19,19,39,90,85,40,132,282,333,284,1,1,0,20,7),
  735. ('baby buffalo',12780,54,6625001,535,284,10,19,20,40,91,86,40,132,282,333,296,1,1,0,20,7),
  736. ('baby buffalo',12780,55,6750001,552,294,11,20,21,41,92,87,40,132,282,333,308,2,1,0,20,7),
  737. ('baby buffalo',12780,56,6875001,569,303,11,21,22,42,93,88,40,132,282,333,316,2,1,0,20,7),
  738. ('baby buffalo',12780,57,7000001,586,313,12,21,23,43,94,89,40,132,282,333,328,2,1,0,20,7),
  739. ('baby buffalo',12780,58,7125001,604,323,13,22,24,44,95,90,40,132,282,333,340,2,1,0,20,7),
  740. ('baby buffalo',12780,59,7250001,621,332,13,22,25,44,96,91,40,132,282,333,352,2,1,0,20,7),
  741. ('baby buffalo',12780,60,7375001,638,342,14,23,26,45,97,92,40,132,282,333,364,2,1,0,20,7),
  742. ('baby buffalo',12780,61,7500001,655,352,15,24,27,46,98,93,40,132,282,333,372,2,1,0,23,8),
  743. ('baby buffalo',12780,62,7625001,673,362,15,24,28,47,99,94,40,132,282,333,388,2,1,0,23,8),
  744. ('baby buffalo',12780,63,7750001,690,372,16,25,29,48,100,95,40,132,282,333,400,2,1,0,23,8),
  745. ('baby buffalo',12780,64,7875001,707,382,17,25,30,49,101,96,40,132,282,333,412,2,1,0,23,8),
  746. ('baby buffalo',12780,65,8000001,724,392,18,26,32,50,102,97,40,132,282,333,424,2,1,0,23,8),
  747. ('baby buffalo',12780,66,8125001,741,403,18,27,33,51,103,98,40,132,282,333,440,2,1,0,23,8),
  748. ('baby buffalo',12780,67,8250001,758,413,19,27,34,52,104,99,40,132,282,333,452,2,1,0,23,8),
  749. ('baby buffalo',12780,68,8375001,774,423,20,28,35,52,105,100,40,132,282,333,468,2,1,0,23,8),
  750. ('baby buffalo',12780,69,8500001,791,434,21,28,36,53,106,101,40,132,282,333,480,2,1,0,23,8),
  751. ('baby buffalo',12780,70,8625001,807,444,21,29,37,54,107,102,40,132,282,333,496,2,1,0,23,8),
  752. ('baby buffalo',12780,71,8750001,823,455,22,30,38,55,108,103,40,132,282,333,456,2,1,0,26,9),
  753. ('baby buffalo',12780,72,8875001,838,465,23,30,40,56,109,104,40,132,282,333,468,2,1,0,26,9),
  754. ('baby buffalo',12780,73,9000001,854,476,24,31,41,57,110,105,40,132,282,333,484,2,1,0,26,9),
  755. ('baby buffalo',12780,74,9125001,869,487,24,31,42,58,111,106,40,132,282,333,496,2,1,0,26,9),
  756. ('baby buffalo',12780,75,9250001,883,498,25,32,43,58,112,107,40,132,282,333,512,2,1,0,26,9),
  757. ('baby buffalo',12780,76,9375001,898,509,26,32,44,59,113,108,40,132,282,333,524,2,1,0,26,9),
  758. ('baby buffalo',12780,77,9500001,912,519,27,33,45,60,114,109,40,132,282,333,540,2,1,0,26,9),
  759. ('baby buffalo',12780,78,9625001,925,530,27,34,46,61,115,110,40,132,282,333,552,2,1,0,26,9),
  760. ('baby buffalo',12780,79,9750001,938,542,28,34,47,62,116,111,40,132,282,333,568,2,1,0,26,9),
  761. ('baby buffalo',12780,80,9875001,951,553,29,35,48,62,117,112,40,132,282,333,584,2,1,0,26,9),
  762. ('baby buffalo',12780,81,10000001,963,564,30,36,49,64,118,113,40,132,282,333,584,2,1,0,26,9),
  763. ('baby kookaburra',12781,1,1,13,13,1,1,1,8,38,33,40,132,282,333,12,1,1,0,6,3),
  764. ('baby kookaburra',12781,2,125001,16,16,1,1,1,8,39,34,40,132,282,333,8,1,1,0,6,3),
  765. ('baby kookaburra',12781,3,250001,19,18,1,1,1,9,40,35,40,132,282,333,12,1,1,0,6,3),
  766. ('baby kookaburra',12781,4,375001,23,21,1,1,1,9,41,36,40,132,282,333,20,1,1,0,6,3),
  767. ('baby kookaburra',12781,5,500001,27,23,1,1,1,9,42,37,40,132,282,333,24,1,1,0,6,3),
  768. ('baby kookaburra',12781,6,625001,31,26,1,1,1,10,43,38,40,132,282,333,32,1,1,0,6,3),
  769. ('baby kookaburra',12781,7,750001,36,28,1,1,1,10,44,39,40,132,282,333,36,1,1,0,6,3),
  770. ('baby kookaburra',12781,8,875001,41,31,1,1,1,11,45,40,40,132,282,333,44,1,1,0,6,3),
  771. ('baby kookaburra',12781,9,1000001,47,33,1,1,1,11,46,41,40,132,282,333,48,1,1,0,6,3),
  772. ('baby kookaburra',12781,10,1125001,54,36,1,1,1,11,47,42,40,132,282,333,56,1,1,0,6,3),
  773. ('baby kookaburra',12781,11,1250001,61,38,1,1,1,12,48,43,40,132,282,333,60,1,1,0,8,4),
  774. ('baby kookaburra',12781,12,1375001,66,41,1,1,1,12,49,44,40,132,282,333,64,1,1,0,8,4),
  775. ('baby kookaburra',12781,13,1500001,71,44,1,1,1,13,50,45,40,132,282,333,64,1,1,0,8,4),
  776. ('baby kookaburra',12781,14,1625001,76,47,1,1,1,13,51,46,40,132,282,333,64,1,1,0,8,4),
  777. ('baby kookaburra',12781,15,1750001,82,49,1,1,2,13,52,47,40,132,282,333,64,1,1,0,8,4),
  778. ('baby kookaburra',12781,16,1875001,87,52,1,2,2,14,53,48,40,132,282,333,64,1,1,0,8,4),
  779. ('baby kookaburra',12781,17,2000001,93,55,1,2,2,14,54,49,40,132,282,333,64,1,1,0,8,4),
  780. ('baby kookaburra',12781,18,2125001,100,58,1,2,2,15,55,50,40,132,282,333,68,1,1,0,8,4),
  781. ('baby kookaburra',12781,19,2250001,106,61,1,3,2,15,56,51,40,132,282,333,68,1,1,0,8,4),
  782. ('baby kookaburra',12781,20,2375001,113,63,1,3,2,16,57,52,40,132,282,333,68,1,1,0,8,4),
  783. ('baby kookaburra',12781,21,2500001,120,68,1,3,3,16,58,53,40,132,282,333,76,1,1,0,11,5),
  784. ('baby kookaburra',12781,22,2625001,128,72,1,4,3,17,59,54,40,132,282,333,80,1,1,0,11,5),
  785. ('baby kookaburra',12781,23,2750001,136,77,1,4,3,17,60,55,40,132,282,333,76,1,1,0,11,5),
  786. ('baby kookaburra',12781,24,2875001,144,81,1,4,3,18,61,56,40,132,282,333,84,1,1,0,11,5),
  787. ('baby kookaburra',12781,25,3000001,152,86,1,5,4,19,62,57,40,132,282,333,88,1,1,0,11,5),
  788. ('baby kookaburra',12781,26,3125001,161,90,1,5,4,19,63,58,40,132,282,333,92,1,1,0,11,5),
  789. ('baby kookaburra',12781,27,3250001,170,95,1,6,4,20,64,59,40,132,282,333,92,1,1,0,11,5),
  790. ('baby kookaburra',12781,28,3375001,180,99,1,6,4,20,65,60,40,132,282,333,96,1,1,0,11,5),
  791. ('baby kookaburra',12781,29,3500001,189,104,1,6,5,21,66,61,40,132,282,333,100,1,1,0,11,5),
  792. ('baby kookaburra',12781,30,3625001,199,109,1,7,5,22,67,62,40,132,282,333,104,1,1,0,11,5),
  793. ('baby kookaburra',12781,31,3750001,210,114,1,7,5,22,68,63,40,132,282,333,112,1,1,0,14,5),
  794. ('baby kookaburra',12781,32,3875001,221,118,1,8,6,23,69,64,40,132,282,333,116,1,1,0,14,5),
  795. ('baby kookaburra',12781,33,4000001,232,123,1,8,6,24,70,65,40,132,282,333,124,1,1,0,14,5),
  796. ('baby kookaburra',12781,34,4125001,243,128,1,9,7,24,71,66,40,132,282,333,128,1,1,0,14,5),
  797. ('baby kookaburra',12781,35,4250001,255,133,2,9,7,25,72,67,40,132,282,333,136,1,1,0,14,5),
  798. ('baby kookaburra',12781,36,4375001,267,138,2,10,7,26,73,68,40,132,282,333,144,1,1,0,14,5),
  799. ('baby kookaburra',12781,37,4500001,280,143,2,10,8,26,74,69,40,132,282,333,148,1,1,0,14,5),
  800. ('baby kookaburra',12781,38,4625001,292,148,3,11,8,27,75,70,40,132,282,333,156,1,1,0,14,5),
  801. ('baby kookaburra',12781,39,4750001,306,153,3,11,9,28,76,71,40,132,282,333,164,1,1,0,14,5),
  802. ('baby kookaburra',12781,40,4875001,319,158,3,12,10,29,77,72,40,132,282,333,172,1,1,0,14,5),
  803. ('baby kookaburra',12781,41,5000001,333,167,4,12,10,29,78,73,40,132,282,333,180,1,1,0,17,6),
  804. ('baby kookaburra',12781,42,5125001,347,175,4,13,11,30,79,74,40,132,282,333,188,1,1,0,17,6),
  805. ('baby kookaburra',12781,43,5250001,361,184,4,13,11,31,80,75,40,132,282,333,196,1,1,0,17,6),
  806. ('baby kookaburra',12781,44,5375001,376,193,5,14,12,32,81,76,40,132,282,333,204,1,1,0,17,6),
  807. ('baby kookaburra',12781,45,5500001,391,202,5,14,13,33,82,77,40,132,282,333,212,1,1,0,17,6),
  808. ('baby kookaburra',12781,46,5625001,406,211,6,15,13,33,83,78,40,132,282,333,220,1,1,0,17,6),
  809. ('baby kookaburra',12781,47,5750001,421,220,6,15,14,34,84,79,40,132,282,333,228,1,1,0,17,6),
  810. ('baby kookaburra',12781,48,5875001,437,229,7,16,15,35,85,80,40,132,282,333,236,1,1,0,17,6),
  811. ('baby kookaburra',12781,49,6000001,453,238,7,16,16,36,86,81,40,132,282,333,248,1,1,0,17,6),
  812. ('baby kookaburra',12781,50,6125001,469,247,8,17,17,37,87,82,40,132,282,333,256,1,1,0,17,6),
  813. ('baby kookaburra',12781,51,6250001,485,256,8,18,17,37,88,83,40,132,282,333,264,1,1,0,20,7),
  814. ('baby kookaburra',12781,52,6375001,502,265,9,18,18,38,89,84,40,132,282,333,276,1,1,0,20,7),
  815. ('baby kookaburra',12781,53,6500001,518,275,10,19,19,39,90,85,40,132,282,333,284,1,1,0,20,7),
  816. ('baby kookaburra',12781,54,6625001,535,284,10,19,20,40,91,86,40,132,282,333,296,1,1,0,20,7),
  817. ('baby kookaburra',12781,55,6750001,552,294,11,20,21,41,92,87,40,132,282,333,308,2,1,0,20,7),
  818. ('baby kookaburra',12781,56,6875001,569,303,11,21,22,42,93,88,40,132,282,333,316,2,1,0,20,7),
  819. ('baby kookaburra',12781,57,7000001,586,313,12,21,23,43,94,89,40,132,282,333,328,2,1,0,20,7),
  820. ('baby kookaburra',12781,58,7125001,604,323,13,22,24,44,95,90,40,132,282,333,340,2,1,0,20,7),
  821. ('baby kookaburra',12781,59,7250001,621,332,13,22,25,44,96,91,40,132,282,333,352,2,1,0,20,7),
  822. ('baby kookaburra',12781,60,7375001,638,342,14,23,26,45,97,92,40,132,282,333,364,2,1,0,20,7),
  823. ('baby kookaburra',12781,61,7500001,655,352,15,24,27,46,98,93,40,132,282,333,372,2,1,0,23,8),
  824. ('baby kookaburra',12781,62,7625001,673,362,15,24,28,47,99,94,40,132,282,333,388,2,1,0,23,8),
  825. ('baby kookaburra',12781,63,7750001,690,372,16,25,29,48,100,95,40,132,282,333,400,2,1,0,23,8),
  826. ('baby kookaburra',12781,64,7875001,707,382,17,25,30,49,101,96,40,132,282,333,412,2,1,0,23,8),
  827. ('baby kookaburra',12781,65,8000001,724,392,18,26,32,50,102,97,40,132,282,333,424,2,1,0,23,8),
  828. ('baby kookaburra',12781,66,8125001,741,403,18,27,33,51,103,98,40,132,282,333,440,2,1,0,23,8),
  829. ('baby kookaburra',12781,67,8250001,758,413,19,27,34,52,104,99,40,132,282,333,452,2,1,0,23,8),
  830. ('baby kookaburra',12781,68,8375001,774,423,20,28,35,52,105,100,40,132,282,333,468,2,1,0,23,8),
  831. ('baby kookaburra',12781,69,8500001,791,434,21,28,36,53,106,101,40,132,282,333,480,2,1,0,23,8),
  832. ('baby kookaburra',12781,70,8625001,807,444,21,29,37,54,107,102,40,132,282,333,496,2,1,0,23,8),
  833. ('baby kookaburra',12781,71,8750001,823,455,22,30,38,55,108,103,40,132,282,333,456,2,1,0,26,9),
  834. ('baby kookaburra',12781,72,8875001,838,465,23,30,40,56,109,104,40,132,282,333,468,2,1,0,26,9),
  835. ('baby kookaburra',12781,73,9000001,854,476,24,31,41,57,110,105,40,132,282,333,484,2,1,0,26,9),
  836. ('baby kookaburra',12781,74,9125001,869,487,24,31,42,58,111,106,40,132,282,333,496,2,1,0,26,9),
  837. ('baby kookaburra',12781,75,9250001,883,498,25,32,43,58,112,107,40,132,282,333,512,2,1,0,26,9),
  838. ('baby kookaburra',12781,76,9375001,898,509,26,32,44,59,113,108,40,132,282,333,524,2,1,0,26,9),
  839. ('baby kookaburra',12781,77,9500001,912,519,27,33,45,60,114,109,40,132,282,333,540,2,1,0,26,9),
  840. ('baby kookaburra',12781,78,9625001,925,530,27,34,46,61,115,110,40,132,282,333,552,2,1,0,26,9),
  841. ('baby kookaburra',12781,79,9750001,938,542,28,34,47,62,116,111,40,132,282,333,568,2,1,0,26,9),
  842. ('baby kookaburra',12781,80,9875001,951,553,29,35,48,62,117,112,40,132,282,333,584,2,1,0,26,9),
  843. ('baby kookaburra',12781,81,10000001,963,564,30,36,49,64,118,113,40,132,282,333,584,2,1,0,26,9),
  844. ('baby cougar',12782,1,1,13,13,1,1,1,8,38,33,40,132,282,333,12,1,1,0,6,3),
  845. ('baby cougar',12782,2,125001,16,16,1,1,1,8,39,34,40,132,282,333,8,1,1,0,6,3),
  846. ('baby cougar',12782,3,250001,19,18,1,1,1,9,40,35,40,132,282,333,12,1,1,0,6,3),
  847. ('baby cougar',12782,4,375001,23,21,1,1,1,9,41,36,40,132,282,333,20,1,1,0,6,3),
  848. ('baby cougar',12782,5,500001,27,23,1,1,1,9,42,37,40,132,282,333,24,1,1,0,6,3),
  849. ('baby cougar',12782,6,625001,31,26,1,1,1,10,43,38,40,132,282,333,32,1,1,0,6,3),
  850. ('baby cougar',12782,7,750001,36,28,1,1,1,10,44,39,40,132,282,333,36,1,1,0,6,3),
  851. ('baby cougar',12782,8,875001,41,31,1,1,1,11,45,40,40,132,282,333,44,1,1,0,6,3),
  852. ('baby cougar',12782,9,1000001,47,33,1,1,1,11,46,41,40,132,282,333,48,1,1,0,6,3),
  853. ('baby cougar',12782,10,1125001,54,36,1,1,1,11,47,42,40,132,282,333,56,1,1,0,6,3),
  854. ('baby cougar',12782,11,1250001,61,38,1,1,1,12,48,43,40,132,282,333,60,1,1,0,8,4),
  855. ('baby cougar',12782,12,1375001,66,41,1,1,1,12,49,44,40,132,282,333,64,1,1,0,8,4),
  856. ('baby cougar',12782,13,1500001,71,44,1,1,1,13,50,45,40,132,282,333,64,1,1,0,8,4),
  857. ('baby cougar',12782,14,1625001,76,47,1,1,1,13,51,46,40,132,282,333,64,1,1,0,8,4),
  858. ('baby cougar',12782,15,1750001,82,49,1,1,2,13,52,47,40,132,282,333,64,1,1,0,8,4),
  859. ('baby cougar',12782,16,1875001,87,52,1,2,2,14,53,48,40,132,282,333,64,1,1,0,8,4),
  860. ('baby cougar',12782,17,2000001,93,55,1,2,2,14,54,49,40,132,282,333,64,1,1,0,8,4),
  861. ('baby cougar',12782,18,2125001,100,58,1,2,2,15,55,50,40,132,282,333,68,1,1,0,8,4),
  862. ('baby cougar',12782,19,2250001,106,61,1,3,2,15,56,51,40,132,282,333,68,1,1,0,8,4),
  863. ('baby cougar',12782,20,2375001,113,63,1,3,2,16,57,52,40,132,282,333,68,1,1,0,8,4),
  864. ('baby cougar',12782,21,2500001,120,68,1,3,3,16,58,53,40,132,282,333,76,1,1,0,11,5),
  865. ('baby cougar',12782,22,2625001,128,72,1,4,3,17,59,54,40,132,282,333,80,1,1,0,11,5),
  866. ('baby cougar',12782,23,2750001,136,77,1,4,3,17,60,55,40,132,282,333,76,1,1,0,11,5),
  867. ('baby cougar',12782,24,2875001,144,81,1,4,3,18,61,56,40,132,282,333,84,1,1,0,11,5),
  868. ('baby cougar',12782,25,3000001,152,86,1,5,4,19,62,57,40,132,282,333,88,1,1,0,11,5),
  869. ('baby cougar',12782,26,3125001,161,90,1,5,4,19,63,58,40,132,282,333,92,1,1,0,11,5),
  870. ('baby cougar',12782,27,3250001,170,95,1,6,4,20,64,59,40,132,282,333,92,1,1,0,11,5),
  871. ('baby cougar',12782,28,3375001,180,99,1,6,4,20,65,60,40,132,282,333,96,1,1,0,11,5),
  872. ('baby cougar',12782,29,3500001,189,104,1,6,5,21,66,61,40,132,282,333,100,1,1,0,11,5),
  873. ('baby cougar',12782,30,3625001,199,109,1,7,5,22,67,62,40,132,282,333,104,1,1,0,11,5),
  874. ('baby cougar',12782,31,3750001,210,114,1,7,5,22,68,63,40,132,282,333,112,1,1,0,14,5),
  875. ('baby cougar',12782,32,3875001,221,118,1,8,6,23,69,64,40,132,282,333,116,1,1,0,14,5),
  876. ('baby cougar',12782,33,4000001,232,123,1,8,6,24,70,65,40,132,282,333,124,1,1,0,14,5),
  877. ('baby cougar',12782,34,4125001,243,128,1,9,7,24,71,66,40,132,282,333,128,1,1,0,14,5),
  878. ('baby cougar',12782,35,4250001,255,133,2,9,7,25,72,67,40,132,282,333,136,1,1,0,14,5),
  879. ('baby cougar',12782,36,4375001,267,138,2,10,7,26,73,68,40,132,282,333,144,1,1,0,14,5),
  880. ('baby cougar',12782,37,4500001,280,143,2,10,8,26,74,69,40,132,282,333,148,1,1,0,14,5),
  881. ('baby cougar',12782,38,4625001,292,148,3,11,8,27,75,70,40,132,282,333,156,1,1,0,14,5),
  882. ('baby cougar',12782,39,4750001,306,153,3,11,9,28,76,71,40,132,282,333,164,1,1,0,14,5),
  883. ('baby cougar',12782,40,4875001,319,158,3,12,10,29,77,72,40,132,282,333,172,1,1,0,14,5),
  884. ('baby cougar',12782,41,5000001,333,167,4,12,10,29,78,73,40,132,282,333,180,1,1,0,17,6),
  885. ('baby cougar',12782,42,5125001,347,175,4,13,11,30,79,74,40,132,282,333,188,1,1,0,17,6),
  886. ('baby cougar',12782,43,5250001,361,184,4,13,11,31,80,75,40,132,282,333,196,1,1,0,17,6),
  887. ('baby cougar',12782,44,5375001,376,193,5,14,12,32,81,76,40,132,282,333,204,1,1,0,17,6),
  888. ('baby cougar',12782,45,5500001,391,202,5,14,13,33,82,77,40,132,282,333,212,1,1,0,17,6),
  889. ('baby cougar',12782,46,5625001,406,211,6,15,13,33,83,78,40,132,282,333,220,1,1,0,17,6),
  890. ('baby cougar',12782,47,5750001,421,220,6,15,14,34,84,79,40,132,282,333,228,1,1,0,17,6),
  891. ('baby cougar',12782,48,5875001,437,229,7,16,15,35,85,80,40,132,282,333,236,1,1,0,17,6),
  892. ('baby cougar',12782,49,6000001,453,238,7,16,16,36,86,81,40,132,282,333,248,1,1,0,17,6),
  893. ('baby cougar',12782,50,6125001,469,247,8,17,17,37,87,82,40,132,282,333,256,1,1,0,17,6),
  894. ('baby cougar',12782,51,6250001,485,256,8,18,17,37,88,83,40,132,282,333,264,1,1,0,20,7),
  895. ('baby cougar',12782,52,6375001,502,265,9,18,18,38,89,84,40,132,282,333,276,1,1,0,20,7),
  896. ('baby cougar',12782,53,6500001,518,275,10,19,19,39,90,85,40,132,282,333,284,1,1,0,20,7),
  897. ('baby cougar',12782,54,6625001,535,284,10,19,20,40,91,86,40,132,282,333,296,1,1,0,20,7),
  898. ('baby cougar',12782,55,6750001,552,294,11,20,21,41,92,87,40,132,282,333,308,2,1,0,20,7),
  899. ('baby cougar',12782,56,6875001,569,303,11,21,22,42,93,88,40,132,282,333,316,2,1,0,20,7),
  900. ('baby cougar',12782,57,7000001,586,313,12,21,23,43,94,89,40,132,282,333,328,2,1,0,20,7),
  901. ('baby cougar',12782,58,7125001,604,323,13,22,24,44,95,90,40,132,282,333,340,2,1,0,20,7),
  902. ('baby cougar',12782,59,7250001,621,332,13,22,25,44,96,91,40,132,282,333,352,2,1,0,20,7),
  903. ('baby cougar',12782,60,7375001,638,342,14,23,26,45,97,92,40,132,282,333,364,2,1,0,20,7),
  904. ('baby cougar',12782,61,7500001,655,352,15,24,27,46,98,93,40,132,282,333,372,2,1,0,23,8),
  905. ('baby cougar',12782,62,7625001,673,362,15,24,28,47,99,94,40,132,282,333,388,2,1,0,23,8),
  906. ('baby cougar',12782,63,7750001,690,372,16,25,29,48,100,95,40,132,282,333,400,2,1,0,23,8),
  907. ('baby cougar',12782,64,7875001,707,382,17,25,30,49,101,96,40,132,282,333,412,2,1,0,23,8),
  908. ('baby cougar',12782,65,8000001,724,392,18,26,32,50,102,97,40,132,282,333,424,2,1,0,23,8),
  909. ('baby cougar',12782,66,8125001,741,403,18,27,33,51,103,98,40,132,282,333,440,2,1,0,23,8),
  910. ('baby cougar',12782,67,8250001,758,413,19,27,34,52,104,99,40,132,282,333,452,2,1,0,23,8),
  911. ('baby cougar',12782,68,8375001,774,423,20,28,35,52,105,100,40,132,282,333,468,2,1,0,23,8),
  912. ('baby cougar',12782,69,8500001,791,434,21,28,36,53,106,101,40,132,282,333,480,2,1,0,23,8),
  913. ('baby cougar',12782,70,8625001,807,444,21,29,37,54,107,102,40,132,282,333,496,2,1,0,23,8),
  914. ('baby cougar',12782,71,8750001,823,455,22,30,38,55,108,103,40,132,282,333,456,2,1,0,26,9),
  915. ('baby cougar',12782,72,8875001,838,465,23,30,40,56,109,104,40,132,282,333,468,2,1,0,26,9),
  916. ('baby cougar',12782,73,9000001,854,476,24,31,41,57,110,105,40,132,282,333,484,2,1,0,26,9),
  917. ('baby cougar',12782,74,9125001,869,487,24,31,42,58,111,106,40,132,282,333,496,2,1,0,26,9),
  918. ('baby cougar',12782,75,9250001,883,498,25,32,43,58,112,107,40,132,282,333,512,2,1,0,26,9),
  919. ('baby cougar',12782,76,9375001,898,509,26,32,44,59,113,108,40,132,282,333,524,2,1,0,26,9),
  920. ('baby cougar',12782,77,9500001,912,519,27,33,45,60,114,109,40,132,282,333,540,2,1,0,26,9),
  921. ('baby cougar',12782,78,9625001,925,530,27,34,46,61,115,110,40,132,282,333,552,2,1,0,26,9),
  922. ('baby cougar',12782,79,9750001,938,542,28,34,47,62,116,111,40,132,282,333,568,2,1,0,26,9),
  923. ('baby cougar',12782,80,9875001,951,553,29,35,48,62,117,112,40,132,282,333,584,2,1,0,26,9),
  924. ('baby cougar',12782,81,10000001,963,564,30,36,49,64,117,112,40,132,282,333,584,2,1,0,26,9);