Browse Source

Adding pets_stats sql to read pet stats from sql. For starters these are more or less c3 stats, they will be updated when enough info is gathered.
Also made some corrections to pet gear, and it should work right.
Added 4 hatch/strider skills (winging them to be honest, they'll be fixed on the fly so to speak)

Feedback -> forum or timeline bug reports

NewAge 19 years ago
parent
commit
9c452b8524

+ 32 - 18
datapack_development/data/stats/skills/4700-4799.xml

@@ -147,58 +147,72 @@
   </for>
 </skill>
 <skill id="4710" levels="12" name="Wild Stun">
-<!-- TODO -->
   <table name="#mpConsume"> 3 5 7 9 12 14 17 18 18 19 20 20 </table>
+  <table name="#power"> 123.0 148.0 175.0 206.0 241.0 279.0 320.0 364.0 410.0 459.0 509.0 559.0 </table>
   <set name="mpConsume" val="#mpConsume"/>
-  <set name="power" val="0.0"/>
+  <set name="power" val="#power"/>
+  <set name="lvlDepend" val="1"/>
   <set name="hitTime" val="1100"/>
-  <set name="target" val="TARGET_SELF"/>
-  <set name="skillType" val="PASSIVE"/>
+  <set name="target" val="TARGET_ONE"/>
+  <set name="overHit" val="true"/>
+  <set name="skillType" val="PDAM"/>
   <set name="skillTime" val="1100"/>
-  <set name="operateType" val="OP_PASSIVE"/>
-  <set name="castRange" val="40"/>
+  <set name="reuseDelay" val="10000"/>
+  <set name="operateType" val="OP_ACTIVE"/>
+  <set name="buffDuration" val="9000"/>
+  <set name="castRange" val="50"/>
   <for>
+  	<effect count="1" name="Stun" time="9" val="0"/>
   </for>
 </skill>
 <skill id="4711" levels="12" name="Wild Defense">
-<!-- TODO -->
   <table name="#mpConsume"> 46 76 104 139 179 220 258 275 288 298 305 309 </table>
+  <table name="#pDef"> 300 600 900 1200 1500 1800 2100 2400 2700 3000 3300 3600 </table>
+  <table name="#mDef"> 225 450 675 900 1125 1350 1575 1800 2025 2250 2475 2700 </table>
   <set name="mpConsume" val="#mpConsume"/>
   <set name="power" val="0.0"/>
   <set name="hitTime" val="1100"/>
   <set name="target" val="TARGET_SELF"/>
-  <set name="skillType" val="PASSIVE"/>
+  <set name="skillType" val="BUFF"/>
   <set name="skillTime" val="1100"/>
-  <set name="operateType" val="OP_PASSIVE"/>
+  <set name="reuseDelay" val="1800000"/>
+  <set name="operateType" val="OP_ACTIVE"/>
+  <set name="buffDuration" val="30000"/>
   <set name="castRange" val="-1"/>
   <for>
+   <effect count="1" name="ImobileBuff" time="30" val="0">
+    <add order="0x40" stat="pDef" val="#pDef"/>
+    <add order="0x40" stat="mDef" val="#mDef"/>
+   </effect>
   </for>
 </skill>
 <skill id="4712" levels="12" name="Bright Burst">
-<!-- TODO -->
   <table name="#mpConsume"> 6 6 7 7 8 8 9 9 10 10 11 11 </table>
+  <table name="#power"> 49.0 55.0 60.0 64.0 67.0 70.0 72.0 75.0 78.0 80.0 83.0 85.0 </table>
   <set name="mpConsume" val="#mpConsume"/>
-  <set name="power" val="0.0"/>
+  <set name="power" val="#power"/>
   <set name="hitTime" val="1500"/>
-  <set name="target" val="TARGET_SELF"/>
-  <set name="skillType" val="PASSIVE"/>
+  <set name="reuseDelay" val="10000"/>
+  <set name="target" val="TARGET_ONE"/>
+  <set name="skillType" val="MDAM"/>
   <set name="skillTime" val="1500"/>
-  <set name="operateType" val="OP_PASSIVE"/>
+  <set name="operateType" val="OP_ACTIVE"/>
   <set name="isMagic" val="true"/>
   <set name="castRange" val="600"/>
   <for>
   </for>
 </skill>
 <skill id="4713" levels="12" name="Bright Heal">
-<!-- TODO -->
   <table name="#mpConsume"> 5 9 12 15 19 23 27 28 30 30 32 32 </table>
+  <table name="#power"> 49.0 67.0 83.0 107.0 135.0 176.0 195.0 234.0 245.0 278.0 289.0 301.0 </table>
   <set name="mpConsume" val="#mpConsume"/>
-  <set name="power" val="0.0"/>
+  <set name="power" val="#power"/>
   <set name="hitTime" val="3000"/>
   <set name="target" val="TARGET_SELF"/>
-  <set name="skillType" val="PASSIVE"/>
+  <set name="skillType" val="HEAL"/>
   <set name="skillTime" val="3000"/>
-  <set name="operateType" val="OP_PASSIVE"/>
+  <set name="reuseDelay" val="10000"/>
+  <set name="operateType" val="OP_ACTIVE"/>
   <set name="isMagic" val="true"/>
   <set name="castRange" val="-1"/>
   <for>

+ 2 - 7
datapack_development/data/stats/weapon/2500-2599.xml

@@ -57,13 +57,8 @@
 </item>
 <item id='2505' name="iron_canine">
   <for>
-    <set val='4' order='0x08' stat='pAtk' />
-    <set val='5' order='0x08' stat='mAtk' />
-    <set val='8' order='0x08' stat='rCrit' />
-    <add val='0' order='0x10' stat='accCombat' />
-    <set val='277' order='0x08' stat='pAtkSpd' />
-    <enchant val='0' order='0x0C' stat='pAtk' />
-    <enchant val='0' order='0x0C' stat='mAtk' />
+    <add val='4' order='0x40' stat='pAtk' />
+    <add val='5' order='0x40' stat='mAtk' />
   </for>
 </item>
 <item id='2507' name="lizardspear">

+ 2 - 7
datapack_development/data/stats/weapon/3400-3499.xml

@@ -2,13 +2,8 @@
 <list>
 <item id='3439' name="shining_canine">
   <for>
-    <set val='7' order='0x08' stat='pAtk' />
-    <set val='8' order='0x08' stat='mAtk' />
-    <set val='8' order='0x08' stat='rCrit' />
-    <add val='0' order='0x10' stat='accCombat' />
-    <set val='277' order='0x08' stat='pAtkSpd' />
-    <enchant val='0' order='0x0C' stat='pAtk' />
-    <enchant val='0' order='0x0C' stat='mAtk' />
+    <add val='7' order='0x40' stat='pAtk' />
+    <add val='8' order='0x40' stat='mAtk' />
   </for>
 </item>
 <item id='3471' name="cybellins_dagger">

+ 34 - 119
datapack_development/data/stats/weapon/3900-3999.xml

@@ -2,189 +2,104 @@
 <list>
 <item id='3902' name="ghost_canine">
   <for>
-    <set val='11' order='0x08' stat='pAtk' />
-    <set val='10' order='0x08' stat='mAtk' />
-    <set val='8' order='0x08' stat='rCrit' />
-    <add val='0' order='0x10' stat='accCombat' />
-    <set val='277' order='0x08' stat='pAtkSpd' />
-    <enchant val='0' order='0x0C' stat='pAtk' />
-    <enchant val='0' order='0x0C' stat='mAtk' />
+    <add val='11' order='0x40' stat='pAtk' />
+    <add val='10' order='0x40' stat='mAtk' />
   </for>
 </item>
 <item id='3903' name="mithril_canine">
   <for>
-    <set val='16' order='0x08' stat='pAtk' />
-    <set val='14' order='0x08' stat='mAtk' />
-    <set val='8' order='0x08' stat='rCrit' />
-    <add val='0' order='0x10' stat='accCombat' />
-    <set val='277' order='0x08' stat='pAtkSpd' />
-    <enchant val='0' order='0x0C' stat='pAtk' />
-    <enchant val='0' order='0x0C' stat='mAtk' />
+    <add val='16' order='0x40' stat='pAtk' />
+    <add val='14' order='0x40' stat='mAtk' />
   </for>
 </item>
 <item id='3904' name="sylvan_canine">
   <for>
-    <set val='23' order='0x08' stat='pAtk' />
-    <set val='18' order='0x08' stat='mAtk' />
-    <set val='8' order='0x08' stat='rCrit' />
-    <add val='0' order='0x10' stat='accCombat' />
-    <set val='277' order='0x08' stat='pAtkSpd' />
-    <enchant val='0' order='0x0C' stat='pAtk' />
-    <enchant val='0' order='0x0C' stat='mAtk' />
+    <add val='23' order='0x40' stat='pAtk' />
+    <add val='18' order='0x40' stat='mAtk' />
   </for>
 </item>
 <item id='3905' name="orikarukon_canine">
   <for>
-    <set val='31' order='0x08' stat='pAtk' />
-    <set val='24' order='0x08' stat='mAtk' />
-    <set val='8' order='0x08' stat='rCrit' />
-    <add val='0' order='0x10' stat='accCombat' />
-    <set val='277' order='0x08' stat='pAtkSpd' />
-    <enchant val='0' order='0x0C' stat='pAtk' />
-    <enchant val='0' order='0x0C' stat='mAtk' />
+    <add val='31' order='0x40' stat='pAtk' />
+    <add val='24' order='0x40' stat='mAtk' />
   </for>
 </item>
 <item id='3906' name="fang_of_saltydog">
   <for>
-    <set val='40' order='0x08' stat='pAtk' />
-    <set val='30' order='0x08' stat='mAtk' />
-    <set val='8' order='0x08' stat='rCrit' />
-    <add val='0' order='0x10' stat='accCombat' />
-    <set val='277' order='0x08' stat='pAtkSpd' />
-    <enchant val='0' order='0x0C' stat='pAtk' />
-    <enchant val='0' order='0x0C' stat='mAtk' />
+    <add val='40' order='0x40' stat='pAtk' />
+    <add val='30' order='0x40' stat='mAtk' />
   </for>
 </item>
 <item id='3907' name="fang_of_cerberus">
   <for>
-    <set val='49' order='0x08' stat='pAtk' />
-    <set val='36' order='0x08' stat='mAtk' />
-    <set val='8' order='0x08' stat='rCrit' />
-    <add val='0' order='0x10' stat='accCombat' />
-    <set val='277' order='0x08' stat='pAtkSpd' />
-    <enchant val='0' order='0x0C' stat='pAtk' />
-    <enchant val='0' order='0x0C' stat='mAtk' />
+    <add val='49' order='0x40' stat='pAtk' />
+    <add val='36' order='0x40' stat='mAtk' />
   </for>
 </item>
 <item id='3908' name="fang_of_coyote">
   <for>
-    <set val='58' order='0x08' stat='pAtk' />
-    <set val='42' order='0x08' stat='mAtk' />
-    <set val='8' order='0x08' stat='rCrit' />
-    <add val='0' order='0x10' stat='accCombat' />
-    <set val='277' order='0x08' stat='pAtkSpd' />
-    <enchant val='0' order='0x0C' stat='pAtk' />
-    <enchant val='0' order='0x0C' stat='mAtk' />
+    <add val='58' order='0x40' stat='pAtk' />
+    <add val='42' order='0x40' stat='mAtk' />
   </for>
 </item>
 <item id='3909' name="crystalized_ice_canine">
   <for>
-    <set val='69' order='0x08' stat='pAtk' />
-    <set val='50' order='0x08' stat='mAtk' />
-    <set val='8' order='0x08' stat='rCrit' />
-    <add val='0' order='0x10' stat='accCombat' />
-    <set val='277' order='0x08' stat='pAtkSpd' />
-    <enchant val='0' order='0x0C' stat='pAtk' />
-    <enchant val='0' order='0x0C' stat='mAtk' />
+    <add val='69' order='0x40' stat='pAtk' />
+    <add val='50' order='0x40' stat='mAtk' />
   </for>
 </item>
 <item id='3910' name="fang_of_the_blue_wolf">
   <for>
-    <set val='80' order='0x08' stat='pAtk' />
-    <set val='58' order='0x08' stat='mAtk' />
-    <set val='8' order='0x08' stat='rCrit' />
-    <add val='0' order='0x10' stat='accCombat' />
-    <set val='277' order='0x08' stat='pAtkSpd' />
-    <enchant val='0' order='0x0C' stat='pAtk' />
-    <enchant val='0' order='0x0C' stat='mAtk' />
+    <add val='80' order='0x40' stat='pAtk' />
+    <add val='58' order='0x40' stat='mAtk' />
   </for>
 </item>
 <item id='3911' name="fang_of_fenril">
   <for>
-    <set val='93' order='0x08' stat='pAtk' />
-    <set val='66' order='0x08' stat='mAtk' />
-    <set val='8' order='0x08' stat='rCrit' />
-    <add val='0' order='0x10' stat='accCombat' />
-    <set val='277' order='0x08' stat='pAtkSpd' />
-    <enchant val='0' order='0x0C' stat='pAtk' />
-    <enchant val='0' order='0x0C' stat='mAtk' />
+    <add val='93' order='0x40' stat='pAtk' />
+    <add val='66' order='0x40' stat='mAtk' />
   </for>
 </item>
 <item id='3919' name="serpent_fang">
   <for>
-    <set val='8' order='0x08' stat='pAtk' />
-    <set val='7' order='0x08' stat='mAtk' />
-    <set val='8' order='0x08' stat='rCrit' />
-    <add val='0' order='0x10' stat='accCombat' />
-    <set val='277' order='0x08' stat='pAtkSpd' />
-    <enchant val='0' order='0x0C' stat='pAtk' />
-    <enchant val='0' order='0x0C' stat='mAtk' />
+    <add val='8' order='0x40' stat='pAtk' />
+    <add val='7' order='0x40' stat='mAtk' />
   </for>
 </item>
 <item id='3920' name="viperbite">
   <for>
-    <set val='9' order='0x08' stat='pAtk' />
-    <set val='10' order='0x08' stat='mAtk' />
-    <set val='8' order='0x08' stat='rCrit' />
-    <add val='0' order='0x10' stat='accCombat' />
-    <set val='277' order='0x08' stat='pAtkSpd' />
-    <enchant val='0' order='0x0C' stat='pAtk' />
-    <enchant val='0' order='0x0C' stat='mAtk' />
+    <add val='9' order='0x40' stat='pAtk' />
+    <add val='10' order='0x40' stat='mAtk' />
   </for>
 </item>
 <item id='3921' name="shadow_fang">
   <for>
-    <set val='10' order='0x08' stat='pAtk' />
-    <set val='11' order='0x08' stat='mAtk' />
-    <set val='8' order='0x08' stat='rCrit' />
-    <add val='0' order='0x10' stat='accCombat' />
-    <set val='277' order='0x08' stat='pAtkSpd' />
-    <enchant val='0' order='0x0C' stat='pAtk' />
-    <enchant val='0' order='0x0C' stat='mAtk' />
+    <add val='10' order='0x40' stat='pAtk' />
+    <add val='11' order='0x40' stat='mAtk' />
   </for>
 </item>
 <item id='3922' name="alya_fang">
   <for>
-    <set val='12' order='0x08' stat='pAtk' />
-    <set val='13' order='0x08' stat='mAtk' />
-    <set val='8' order='0x08' stat='rCrit' />
-    <add val='0' order='0x10' stat='accCombat' />
-    <set val='277' order='0x08' stat='pAtkSpd' />
-    <enchant val='0' order='0x0C' stat='pAtk' />
-    <enchant val='0' order='0x0C' stat='mAtk' />
+    <add val='12' order='0x40' stat='pAtk' />
+    <add val='13' order='0x40' stat='mAtk' />
   </for>
 </item>
 <item id='3923' name="torturer">
   <for>
-    <set val='13' order='0x08' stat='pAtk' />
-    <set val='16' order='0x08' stat='mAtk' />
-    <set val='8' order='0x08' stat='rCrit' />
-    <add val='0' order='0x10' stat='accCombat' />
-    <set val='277' order='0x08' stat='pAtkSpd' />
-    <enchant val='0' order='0x0C' stat='pAtk' />
-    <enchant val='0' order='0x0C' stat='mAtk' />
+    <add val='13' order='0x40' stat='pAtk' />
+    <add val='16' order='0x40' stat='mAtk' />
   </for>
 </item>
 <item id='3924' name="unuk_alhay_fang">
   <for>
-    <set val='15' order='0x08' stat='pAtk' />
-    <set val='18' order='0x08' stat='mAtk' />
-    <set val='8' order='0x08' stat='rCrit' />
-    <add val='0' order='0x10' stat='accCombat' />
-    <set val='277' order='0x08' stat='pAtkSpd' />
-    <enchant val='0' order='0x0C' stat='pAtk' />
-    <enchant val='0' order='0x0C' stat='mAtk' />
+    <add val='15' order='0x40' stat='pAtk' />
+    <add val='18' order='0x40' stat='mAtk' />
   </for>
 </item>
 <item id='3925' name="antiplague">
   <for>
-    <set val='17' order='0x08' stat='pAtk' />
-    <set val='21' order='0x08' stat='mAtk' />
-    <set val='8' order='0x08' stat='rCrit' />
-    <add val='0' order='0x10' stat='accCombat' />
-    <set val='277' order='0x08' stat='pAtkSpd' />
-    <enchant val='0' order='0x0C' stat='pAtk' />
-    <enchant val='0' order='0x0C' stat='mAtk' />
+    <add val='17' order='0x40' stat='pAtk' />
+    <add val='21' order='0x40' stat='mAtk' />
   </for>
 </item>
 <item id='3937' name="giant_bar">

+ 4 - 14
datapack_development/data/stats/weapon/4200-4299.xml

@@ -73,24 +73,14 @@
 </item>
 <item id='4237' name="hatchlings_level_65_weapon">
   <for>
-    <set val='24' order='0x08' stat='pAtk' />
-    <set val='32' order='0x08' stat='mAtk' />
-    <set val='8' order='0x08' stat='rCrit' />
-    <add val='0' order='0x10' stat='accCombat' />
-    <set val='277' order='0x08' stat='pAtkSpd' />
-    <enchant val='0' order='0x0C' stat='pAtk' />
-    <enchant val='0' order='0x0C' stat='mAtk' />
+    <add val='24' order='0x40' stat='pAtk' />
+    <add val='32' order='0x40' stat='mAtk' />
   </for>
 </item>
 <item id='4238' name="hatchlings_level_75_weapon">
   <for>
-    <set val='31' order='0x08' stat='pAtk' />
-    <set val='43' order='0x08' stat='mAtk' />
-    <set val='8' order='0x08' stat='rCrit' />
-    <add val='0' order='0x10' stat='accCombat' />
-    <set val='277' order='0x08' stat='pAtkSpd' />
-    <enchant val='0' order='0x0C' stat='pAtk' />
-    <enchant val='0' order='0x0C' stat='mAtk' />
+    <add val='31' order='0x40' stat='pAtk' />
+    <add val='43' order='0x40' stat='mAtk' />
   </for>
 </item>
 </list>

+ 22 - 77
datapack_development/data/stats/weapon/5100-5199.xml

@@ -79,123 +79,68 @@
 </item>
 <item id='5176' name="serpentine_spike">
   <for>
-    <set val='17' order='0x08' stat='pAtk' />
-    <set val='21' order='0x08' stat='mAtk' />
-    <set val='8' order='0x08' stat='rCrit' />
-    <add val='0' order='0x10' stat='accCombat' />
-    <set val='277' order='0x08' stat='pAtkSpd' />
-    <enchant val='0' order='0x0C' stat='pAtk' />
-    <enchant val='0' order='0x0C' stat='mAtk' />
+    <add val='17' order='0x40' stat='pAtk' />
+    <add val='21' order='0x40' stat='mAtk' />
   </for>
 </item>
 <item id='5177' name="drake_horn">
   <for>
-    <set val='19' order='0x08' stat='pAtk' />
-    <set val='24' order='0x08' stat='mAtk' />
-    <set val='8' order='0x08' stat='rCrit' />
-    <add val='0' order='0x10' stat='accCombat' />
-    <set val='277' order='0x08' stat='pAtkSpd' />
-    <enchant val='0' order='0x0C' stat='pAtk' />
-    <enchant val='0' order='0x0C' stat='mAtk' />
+    <add val='19' order='0x40' stat='pAtk' />
+    <add val='24' order='0x40' stat='mAtk' />
   </for>
 </item>
 <item id='5178' name="assult_alicorn">
   <for>
-    <set val='21' order='0x08' stat='pAtk' />
-    <set val='27' order='0x08' stat='mAtk' />
-    <set val='8' order='0x08' stat='rCrit' />
-    <add val='0' order='0x10' stat='accCombat' />
-    <set val='277' order='0x08' stat='pAtkSpd' />
-    <enchant val='0' order='0x0C' stat='pAtk' />
-    <enchant val='0' order='0x0C' stat='mAtk' />
+    <add val='21' order='0x40' stat='pAtk' />
+    <add val='27' order='0x40' stat='mAtk' />
   </for>
 </item>
 <item id='5179' name="draconic_slicer">
   <for>
-    <set val='23' order='0x08' stat='pAtk' />
-    <set val='30' order='0x08' stat='mAtk' />
-    <set val='8' order='0x08' stat='rCrit' />
-    <add val='0' order='0x10' stat='accCombat' />
-    <set val='277' order='0x08' stat='pAtkSpd' />
-    <enchant val='0' order='0x0C' stat='pAtk' />
-    <enchant val='0' order='0x0C' stat='mAtk' />
+    <add val='23' order='0x40' stat='pAtk' />
+    <add val='30' order='0x40' stat='mAtk' />
   </for>
 </item>
 <item id='5180' name="ohpdian_lance">
   <for>
-    <set val='25' order='0x08' stat='pAtk' />
-    <set val='34' order='0x08' stat='mAtk' />
-    <set val='8' order='0x08' stat='rCrit' />
-    <add val='0' order='0x10' stat='accCombat' />
-    <set val='277' order='0x08' stat='pAtkSpd' />
-    <enchant val='0' order='0x0C' stat='pAtk' />
-    <enchant val='0' order='0x0C' stat='mAtk' />
+    <add val='25' order='0x40' stat='pAtk' />
+    <add val='34' order='0x40' stat='mAtk' />
   </for>
 </item>
 <item id='5181' name="diamond_drill">
   <for>
-    <set val='27' order='0x08' stat='pAtk' />
-    <set val='37' order='0x08' stat='mAtk' />
-    <set val='8' order='0x08' stat='rCrit' />
-    <add val='0' order='0x10' stat='accCombat' />
-    <set val='277' order='0x08' stat='pAtkSpd' />
-    <enchant val='0' order='0x0C' stat='pAtk' />
-    <enchant val='0' order='0x0C' stat='mAtk' />
+    <add val='27' order='0x40' stat='pAtk' />
+    <add val='37' order='0x40' stat='mAtk' />
   </for>
 </item>
 <item id='5187' name="serpentine_grinder">
   <for>
-    <set val='19' order='0x08' stat='pAtk' />
-    <set val='24' order='0x08' stat='mAtk' />
-    <set val='8' order='0x08' stat='rCrit' />
-    <add val='0' order='0x10' stat='accCombat' />
-    <set val='277' order='0x08' stat='pAtkSpd' />
-    <enchant val='0' order='0x0C' stat='pAtk' />
-    <enchant val='0' order='0x0C' stat='mAtk' />
+    <add val='19' order='0x40' stat='pAtk' />
+    <add val='24' order='0x40' stat='mAtk' />
   </for>
 </item>
 <item id='5188' name="fang_of_dahak">
   <for>
-    <set val='21' order='0x08' stat='pAtk' />
-    <set val='27' order='0x08' stat='mAtk' />
-    <set val='8' order='0x08' stat='rCrit' />
-    <add val='0' order='0x10' stat='accCombat' />
-    <set val='277' order='0x08' stat='pAtkSpd' />
-    <enchant val='0' order='0x0C' stat='pAtk' />
-    <enchant val='0' order='0x0C' stat='mAtk' />
+    <add val='21' order='0x40' stat='pAtk' />
+    <add val='27' order='0x40' stat='mAtk' />
   </for>
 </item>
 <item id='5189' name="crimson_blood_fang">
   <for>
-    <set val='23' order='0x08' stat='pAtk' />
-    <set val='30' order='0x08' stat='mAtk' />
-    <set val='8' order='0x08' stat='rCrit' />
-    <add val='0' order='0x10' stat='accCombat' />
-    <set val='277' order='0x08' stat='pAtkSpd' />
-    <enchant val='0' order='0x0C' stat='pAtk' />
-    <enchant val='0' order='0x0C' stat='mAtk' />
+    <add val='23' order='0x40' stat='pAtk' />
+    <add val='30' order='0x40' stat='mAtk' />
   </for>
 </item>
 <item id='5190' name="draconic_chopper">
   <for>
-    <set val='25' order='0x08' stat='pAtk' />
-    <set val='34' order='0x08' stat='mAtk' />
-    <set val='8' order='0x08' stat='rCrit' />
-    <add val='0' order='0x10' stat='accCombat' />
-    <set val='277' order='0x08' stat='pAtkSpd' />
-    <enchant val='0' order='0x0C' stat='pAtk' />
-    <enchant val='0' order='0x0C' stat='mAtk' />
+    <add val='25' order='0x40' stat='pAtk' />
+    <add val='34' order='0x40' stat='mAtk' />
   </for>
 </item>
 <item id='5191' name="diabolic_grinder">
   <for>
-    <set val='27' order='0x08' stat='pAtk' />
-    <set val='37' order='0x08' stat='mAtk' />
-    <set val='8' order='0x08' stat='rCrit' />
-    <add val='0' order='0x10' stat='accCombat' />
-    <set val='277' order='0x08' stat='pAtkSpd' />
-    <enchant val='0' order='0x0C' stat='pAtk' />
-    <enchant val='0' order='0x0C' stat='mAtk' />
+    <add val='27' order='0x40' stat='pAtk' />
+    <add val='37' order='0x40' stat='mAtk' />
   </for>
 </item>
 </list>

+ 2 - 7
datapack_development/data/stats/weapon/5200-5299.xml

@@ -2,13 +2,8 @@
 <list>
 <item id='5217' name="wolf_level_75_weapon">
   <for>
-    <set val='194' order='0x08' stat='pAtk' />
-    <set val='136' order='0x08' stat='mAtk' />
-    <set val='8' order='0x08' stat='rCrit' />
-    <add val='0' order='0x10' stat='accCombat' />
-    <set val='277' order='0x08' stat='pAtkSpd' />
-    <enchant val='0' order='0x0C' stat='pAtk' />
-    <enchant val='0' order='0x0C' stat='mAtk' />
+    <add val='194' order='0x40' stat='pAtk' />
+    <add val='136' order='0x40' stat='mAtk' />
   </for>
 </item>
 <item id='5233' name="keshanberk*keshanberk">

+ 30 - 30
datapack_development/sql/armor.sql

@@ -632,25 +632,25 @@ INSERT INTO `armor` VALUES (2489, 'Gloves of Black Ore', 'gloves', 'true', 'none
 INSERT INTO `armor` VALUES (2490, 'Cloak of Silence', 'back', 'false', 'none', 250, 'leather', 'none', 0, 90, 5, 0, 0, 6770, 0, 'true');
 INSERT INTO `armor` VALUES (2491, 'Golden Yarn Cloak', 'back', 'false', 'none', 250, 'leather', 'none', 0, 90, 5, 0, 0, 12300, 0, 'true');
 INSERT INTO `armor` VALUES (2492, 'Shadow Cloak', 'back', 'true', 'none', 240, 'leather', 'c', 0, 90, 12, 0, 0, 126000, 50, 'true');
-INSERT INTO `armor` VALUES (2506, 'Wolf''s Leather Armor', 'chest', 'false', 'light', 160, 'leather', 'none', 0, 90, 9, 14, 0, 6961, 0, 'true');
-INSERT INTO `armor` VALUES (3891, 'Wolf''s Hide Armor', 'chest', 'false', 'pet', 160, 'leather', 'none', 0, 90, 13, 16, 0, 17781, 0, 'true');
-INSERT INTO `armor` VALUES (3892, 'Wolf''s Hard Leather Mail', 'chest', 'false', 'pet', 160, 'leather', 'none', 0, 90, 16, 18, 0, 32265, 0, 'true');
-INSERT INTO `armor` VALUES (3893, 'Wolf''s Wooden Armor', 'chest', 'false', 'pet', 160, 'leather', 'none', 0, 90, 19, 20, 0, 54779, 0, 'true');
-INSERT INTO `armor` VALUES (3894, 'Wolf''s Ring Mail', 'chest', 'false', 'pet', 160, 'leather', 'none', 0, 90, 22, 23, 0, 87433, 0, 'true');
-INSERT INTO `armor` VALUES (3895, 'Wolf''s Bone Armor', 'chest', 'false', 'pet', 160, 'leather', 'none', 0, 90, 26, 26, 0, 133276, 0, 'true');
-INSERT INTO `armor` VALUES (3896, 'Wolf''s Scale Male', 'chest', 'false', 'pet', 160, 'leather', 'none', 0, 90, 30, 29, 0, 195967, 0, 'true');
-INSERT INTO `armor` VALUES (3897, 'Wof''s Bronze Armor', 'chest', 'false', 'pet', 160, 'leather', 'none', 0, 90, 33, 31, 0, 256642, 0, 'true');
-INSERT INTO `armor` VALUES (3898, 'Wolf''s Plate Mail', 'chest', 'false', 'pet', 160, 'leather', 'none', 0, 90, 37, 33, 0, 331497, 0, 'true');
-INSERT INTO `armor` VALUES (3899, 'Wolf''s Steel Armor', 'chest', 'false', 'pet', 160, 'leather', 'none', 0, 90, 40, 36, 0, 422762, 0, 'true');
-INSERT INTO `armor` VALUES (3900, 'Wolf''s Luxury Plate', 'chest', 'false', 'pet', 160, 'leather', 'none', 0, 90, 43, 38, 0, 644347, 0, 'true');
-INSERT INTO `armor` VALUES (3901, 'Wolf''s Mithril Armor', 'chest', 'false', 'pet', 160, 'leather', 'none', 0, 90, 47, 41, 0, 938705, 0, 'true');
-INSERT INTO `armor` VALUES (3912, 'Hatchling''s Soft Leather', 'chest', 'false', 'pet', 160, 'leather', 'none', 0, 90, 26, 26, 0, 197143, 0, 'true');
-INSERT INTO `armor` VALUES (3913, 'Hatchling''s Scale Mail', 'chest', 'false', 'pet', 160, 'leather', 'none', 0, 90, 29, 29, 0, 314456, 0, 'true');
-INSERT INTO `armor` VALUES (3914, 'Hatchling''s Brigandine', 'chest', 'false', 'pet', 160, 'leather', 'none', 0, 90, 31, 31, 0, 422374, 0, 'true');
-INSERT INTO `armor` VALUES (3915, 'Hatchling''s Bronze Coat', 'chest', 'false', 'pet', 160, 'leather', 'none', 0, 90, 33, 33, 0, 567100, 0, 'true');
-INSERT INTO `armor` VALUES (3916, 'Hatchling''s Steel Coat', 'chest', 'false', 'pet', 160, 'leather', 'none', 0, 90, 36, 36, 0, 758241, 0, 'true');
-INSERT INTO `armor` VALUES (3917, 'Hatchling''s Shadowplate', 'chest', 'false', 'pet', 160, 'leather', 'none', 0, 90, 38, 38, 0, 1098768, 0, 'true');
-INSERT INTO `armor` VALUES (3918, 'Hatchling''s Mithril Coat', 'chest', 'false', 'pet', 160, 'leather', 'none', 0, 90, 41, 41, 0, 1567803, 0, 'true');
+INSERT INTO `armor` VALUES (2506, 'Wolf''s Leather Armor', 'wolf', 'false', 'pet', 160, 'leather', 'none', 0, 90, 9, 14, 0, 6961, 0, 'true');
+INSERT INTO `armor` VALUES (3891, 'Wolf''s Hide Armor', 'wolf', 'false', 'pet', 160, 'leather', 'none', 0, 90, 13, 16, 0, 17781, 0, 'true');
+INSERT INTO `armor` VALUES (3892, 'Wolf''s Hard Leather Mail', 'wolf', 'false', 'pet', 160, 'leather', 'none', 0, 90, 16, 18, 0, 32265, 0, 'true');
+INSERT INTO `armor` VALUES (3893, 'Wolf''s Wooden Armor', 'wolf', 'false', 'pet', 160, 'leather', 'none', 0, 90, 19, 20, 0, 54779, 0, 'true');
+INSERT INTO `armor` VALUES (3894, 'Wolf''s Ring Mail', 'wolf', 'false', 'pet', 160, 'leather', 'none', 0, 90, 22, 23, 0, 87433, 0, 'true');
+INSERT INTO `armor` VALUES (3895, 'Wolf''s Bone Armor', 'wolf', 'false', 'pet', 160, 'leather', 'none', 0, 90, 26, 26, 0, 133276, 0, 'true');
+INSERT INTO `armor` VALUES (3896, 'Wolf''s Scale Male', 'wolf', 'false', 'pet', 160, 'leather', 'none', 0, 90, 30, 29, 0, 195967, 0, 'true');
+INSERT INTO `armor` VALUES (3897, 'Wof''s Bronze Armor', 'wolf', 'false', 'pet', 160, 'leather', 'none', 0, 90, 33, 31, 0, 256642, 0, 'true');
+INSERT INTO `armor` VALUES (3898, 'Wolf''s Plate Mail', 'wolf', 'false', 'pet', 160, 'leather', 'none', 0, 90, 37, 33, 0, 331497, 0, 'true');
+INSERT INTO `armor` VALUES (3899, 'Wolf''s Steel Armor', 'wolf', 'false', 'pet', 160, 'leather', 'none', 0, 90, 40, 36, 0, 422762, 0, 'true');
+INSERT INTO `armor` VALUES (3900, 'Wolf''s Luxury Plate', 'wolf', 'false', 'pet', 160, 'leather', 'none', 0, 90, 43, 38, 0, 644347, 0, 'true');
+INSERT INTO `armor` VALUES (3901, 'Wolf''s Mithril Armor', 'wolf', 'false', 'pet', 160, 'leather', 'none', 0, 90, 47, 41, 0, 938705, 0, 'true');
+INSERT INTO `armor` VALUES (3912, 'Hatchling''s Soft Leather', 'hatchling', 'false', 'pet', 160, 'leather', 'none', 0, 90, 26, 26, 0, 197143, 0, 'true');
+INSERT INTO `armor` VALUES (3913, 'Hatchling''s Scale Mail', 'hatchling', 'false', 'pet', 160, 'leather', 'none', 0, 90, 29, 29, 0, 314456, 0, 'true');
+INSERT INTO `armor` VALUES (3914, 'Hatchling''s Brigandine', 'hatchling', 'false', 'pet', 160, 'leather', 'none', 0, 90, 31, 31, 0, 422374, 0, 'true');
+INSERT INTO `armor` VALUES (3915, 'Hatchling''s Bronze Coat', 'hatchling', 'false', 'pet', 160, 'leather', 'none', 0, 90, 33, 33, 0, 567100, 0, 'true');
+INSERT INTO `armor` VALUES (3916, 'Hatchling''s Steel Coat', 'hatchling', 'false', 'pet', 160, 'leather', 'none', 0, 90, 36, 36, 0, 758241, 0, 'true');
+INSERT INTO `armor` VALUES (3917, 'Hatchling''s Shadowplate', 'hatchling', 'false', 'pet', 160, 'leather', 'none', 0, 90, 38, 38, 0, 1098768, 0, 'true');
+INSERT INTO `armor` VALUES (3918, 'Hatchling''s Mithril Coat', 'hatchling', 'false', 'pet', 160, 'leather', 'none', 0, 90, 41, 41, 0, 1567803, 0, 'true');
 INSERT INTO `armor` VALUES (4224, 'Dream Armor', 'chest', 'true', 'heavy', 8920, 'bronze', 'none', 0, 90, 68, 0, 0, 0, 0, 'true');
 INSERT INTO `armor` VALUES (4225, 'Dream Stockings', 'legs', 'true', 'heavy', 3960, 'bronze', 'none', 0, 90, 43, 0, 0, 0, 0, 'true');
 INSERT INTO `armor` VALUES (4226, 'Dream Gloves', 'gloves', 'true', 'none', 650, 'leather', 'none', 0, 90, 17, 0, 0, 0, 0, 'true');
@@ -662,17 +662,17 @@ INSERT INTO `armor` VALUES (4231, 'Ubiquitous Boots', 'feet', 'true', 'none', 13
 INSERT INTO `armor` VALUES (4234, 'Hatchling''s Level 65 Armor', 'chest', 'false', 'pet', 160, 'leather', 'none', 0, 90, 50, 50, 0, 0, 0, 'true');
 INSERT INTO `armor` VALUES (4235, 'Hatchling''s Level 75 Armor', 'chest', 'false', 'pet', 160, 'leather', 'none', 0, 90, 58, 58, 0, 0, 0, 'true');
 INSERT INTO `armor` VALUES (4236, 'Gara Item', 'chest', 'false', 'light', 160, 'leather', 'none', 0, 90, 58, 58, 0, 0, 0, 'true');
-INSERT INTO `armor` VALUES (5170, 'Mithril Panzer Coat', 'chest', 'false', 'pet', 160, 'leather', 'none', 0, 90, 41, 41, 0, 0, 0, 'true');
-INSERT INTO `armor` VALUES (5171, 'Brigadine Panzer Coat', 'chest', 'false', 'pet', 160, 'leather', 'none', 0, 90, 44, 44, 0, 2300000, 0, 'true');
-INSERT INTO `armor` VALUES (5172, 'Draconic Panzer Coat', 'chest', 'false', 'pet', 160, 'leather', 'none', 0, 90, 46, 46, 0, 0, 0, 'true');
-INSERT INTO `armor` VALUES (5173, 'Blood Panzer Coat', 'chest', 'false', 'pet', 160, 'leather', 'none', 0, 90, 49, 49, 0, 4900000, 0, 'true');
-INSERT INTO `armor` VALUES (5174, 'Ophidian Panzer Coat', 'chest', 'false', 'pet', 160, 'leather', 'none', 0, 90, 52, 52, 0, 0, 0, 'true');
-INSERT INTO `armor` VALUES (5175, 'Inferno Panzer Coat', 'chest', 'false', 'pet', 160, 'leather', 'none', 0, 90, 54, 54, 0, 0, 0, 'true');
-INSERT INTO `armor` VALUES (5182, 'Hatchling''s Gorgon Coat', 'chest', 'false', 'pet', 160, 'leather', 'none', 0, 90, 44, 44, 0, 2300000, 0, 'true');
-INSERT INTO `armor` VALUES (5183, 'Hatchling''s Ophidian Plate', 'chest', 'false', 'pet', 160, 'leather', 'none', 0, 90, 46, 46, 0, 0, 0, 'true');
-INSERT INTO `armor` VALUES (5184, 'Hatchling''s Crimson Plate', 'chest', 'false', 'pet', 160, 'leather', 'none', 0, 90, 49, 49, 0, 0, 0, 'true');
-INSERT INTO `armor` VALUES (5185, 'Hatchling''s Draconic Plate', 'chest', 'false', 'pet', 160, 'leather', 'none', 0, 90, 52, 52, 0, 7300000, 0, 'true');
-INSERT INTO `armor` VALUES (5186, 'Hatchling''s Inferno Plate', 'chest', 'false', 'pet', 160, 'leather', 'none', 0, 90, 54, 54, 0, 10000000, 0, 'true');
+INSERT INTO `armor` VALUES (5170, 'Mithril Panzer Coat', 'strider', 'false', 'pet', 160, 'leather', 'none', 0, 90, 41, 41, 0, 0, 0, 'true');
+INSERT INTO `armor` VALUES (5171, 'Brigadine Panzer Coat', 'strider', 'false', 'pet', 160, 'leather', 'none', 0, 90, 44, 44, 0, 2300000, 0, 'true');
+INSERT INTO `armor` VALUES (5172, 'Draconic Panzer Coat', 'strider', 'false', 'pet', 160, 'leather', 'none', 0, 90, 46, 46, 0, 0, 0, 'true');
+INSERT INTO `armor` VALUES (5173, 'Blood Panzer Coat', 'strider', 'false', 'pet', 160, 'leather', 'none', 0, 90, 49, 49, 0, 4900000, 0, 'true');
+INSERT INTO `armor` VALUES (5174, 'Ophidian Panzer Coat', 'strider', 'false', 'pet', 160, 'leather', 'none', 0, 90, 52, 52, 0, 0, 0, 'true');
+INSERT INTO `armor` VALUES (5175, 'Inferno Panzer Coat', 'strider', 'false', 'pet', 160, 'leather', 'none', 0, 90, 54, 54, 0, 0, 0, 'true');
+INSERT INTO `armor` VALUES (5182, 'Hatchling''s Gorgon Coat', 'hatchling', 'false', 'pet', 160, 'leather', 'none', 0, 90, 44, 44, 0, 2300000, 0, 'true');
+INSERT INTO `armor` VALUES (5183, 'Hatchling''s Ophidian Plate', 'hatchling', 'false', 'pet', 160, 'leather', 'none', 0, 90, 46, 46, 0, 0, 0, 'true');
+INSERT INTO `armor` VALUES (5184, 'Hatchling''s Crimson Plate', 'hatchling', 'false', 'pet', 160, 'leather', 'none', 0, 90, 49, 49, 0, 0, 0, 'true');
+INSERT INTO `armor` VALUES (5185, 'Hatchling''s Draconic Plate', 'hatchling', 'false', 'pet', 160, 'leather', 'none', 0, 90, 52, 52, 0, 7300000, 0, 'true');
+INSERT INTO `armor` VALUES (5186, 'Hatchling''s Inferno Plate', 'hatchling', 'false', 'pet', 160, 'leather', 'none', 0, 90, 54, 54, 0, 10000000, 0, 'true');
 INSERT INTO `armor` VALUES (5216, 'Wolf Level 75 Armor', 'chest', 'false', 'pet', 160, 'leather', 'none', 0, 90, 71, 58, 0, 0, 0, 'true');
 INSERT INTO `armor` VALUES (5287, 'Sealed Dark Crystal breastplate', 'chest', 'true', 'heavy', 7700, 'crystal', 'a', 0, 95, 171, 0, 0, 4630000, 370, 'true');
 INSERT INTO `armor` VALUES (5288, 'Sealed Dark Crystal Gaiters', 'legs', 'true', 'heavy', 3320, 'crystal', 'a', 0, 95, 107, 0, 0, 2890000, 231, 'true');

+ 4 - 4
datapack_development/sql/etcitem.sql

@@ -4951,9 +4951,9 @@ INSERT INTO `etcitem` VALUES (17, 'Wooden Arrow', 'false', 'arrow', 6, 'stackabl
 (6645, 'Beast Soulshot', 'false', 'shot', 1, 'stackable', 'paper', 'none', 0, 8, 0, 'true', 'C4Item', 'castle_guard'),
 (6646, 'Beast Spiritshot', 'false', 'shot', 2, 'stackable', 'paper', 'none', 0, 10, 0, 'true', 'C4Item', 'castle_guard'),
 (6647, 'Blessed Beast Spiritshot', 'false', 'shot', 2, 'stackable', 'paper', 'none', 0, 12, 0, 'true', 'C4Item', 'castle_guard'),
-(6648, 'Baby Buffalo Panpipe', 'false', 'none', 20, 'normal', 'leather', 'none', 0, 0, 0, 'true', 'C4Item', 'castle_guard'),
-(6649, 'Baby Cougar Chime', 'false', 'none', 20, 'normal', 'leather', 'none', 0, 0, 0, 'true', 'C4Item', 'castle_guard'),
-(6650, 'Baby Kookaburra Ocarina', 'false', 'none', 20, 'normal', 'leather', 'none', 0, 0, 0, 'true', 'C4Item', 'castle_guard'),
+(6648, 'Baby Buffalo Panpipe', 'false', 'pet_collar', 20, 'normal', 'steel', 'none', 0, 0, 0, 'true', 'C4Item', 'pet_collar'),
+(6649, 'Baby Cougar Chime', 'false', 'pet_collar', 20, 'normal', 'steel', 'none', 0, 0, 0, 'true', 'C4Item', 'pet_collar'),
+(6650, 'Baby Kookaburra Ocarina', 'false', 'pet_collar', 20, 'normal', 'steel', 'none', 0, 0, 0, 'true', 'C4Item', 'pet_collar'),
 (6651, 'Noblesse Gate Pass', 'false', 'none', 0, 'stackable', 'paper', 'none', 0, 0, 0, 'true', 'C4Item', 'castle_guard'),
 (6652, 'Amulet: Protection of Valakas', 'false', 'spellbook', 10, 'stackable', 'paper', 'none', 0, 0, 0, 'true', 'C4Item', 'castle_guard'),
 (6653, 'Amulet: Flames of Valakas', 'false', 'spellbook', 10, 'stackable', 'paper', 'none', 0, 0, 0, 'true', 'C4Item', 'castle_guard'),
@@ -5825,7 +5825,7 @@ INSERT INTO `etcitem` VALUES (17, 'Wooden Arrow', 'false', 'arrow', 6, 'stackabl
 (7579, 'Draconic Bow Shaft', 'false', 'material', 60, 'stackable', 'liquid', 'none', 0, 91471, 0, 'false', 'C4Item', 'none'),
 (7580, 'Recipe: Draconic Bow (60%)', 'false', 'recipe', 30, 'stackable', 'paper', 'none', 0, 350000, 0, 'false', 'C4Item', 'none'),
 (7581, 'Recipe: Draconic Bow (100%)', 'false', 'recipe', 30, 'stackable', 'paper', 'none', 0, 700000, 0, 'false', 'C4Item', 'none'),
-(7582, 'Baby Spice', 'false', 'none', 10, 'stackable', 'liquid', 'none', 0, 10, 0, 'false', 'C4Item', 'none'),
+(7582, 'Baby Spice', 'false', 'none', 10, 'stackable', 'liquid', 'none', 0, 10, 0, 'true', 'C4Item', 'none'),
 (7583, 'Pet Exchange Ticket: Buffalo', 'false', 'none', 20, 'stackable', 'paper', 'none', 0, 5000, 0, 'false', 'C4Item', 'none'),
 (7584, 'Pet Exchange Ticket: Cougar', 'false', 'none', 20, 'stackable', 'paper', 'none', 0, 5000, 0, 'false', 'C4Item', 'none'),
 (7585, 'Pet Exchange Ticket: Kookaburra', 'false', 'none', 20, 'stackable', 'paper', 'none', 0, 5000, 0, 'false', 'C4Item', 'none'),

+ 3 - 3
datapack_development/sql/npc.sql

@@ -5241,9 +5241,9 @@ INSERT INTO `npc` VALUES
 (12777, 'Large Young Pumpkin', 'Monster.angel', 30.00, 30.00, 0, '', 'L2Monster', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 0),
 (12778, 'High Quality Large Pumpkin', 'Monster.angel', 30.00, 30.00, 1, '', 'L2Monster', 0, 63, 44, 0, 0, 0, 0, 0, 0, 30, 2, 4, 40, 3, 31, 0, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 0),
 (12779, 'Low Quality Large Pumpkin', 'Monster.angel', 30.00, 30.00, 1, '', 'L2Monster', 0, 63, 44, 0, 0, 0, 0, 0, 0, 30, 2, 4, 40, 3, 31, 0, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 0),
-(12780, 'Baby Buffalo', 'Monster2.baby_buffalo', 8.00, 22.00, 76, 'male', 'L2Pet', 40, 4298, 1710, 40, 21, 30, 20, 43, 10, 6922, 761, 1770, 584, 962, 434, 253, 0, 333, 0, 0, 0, 80, 120, 'null', 0, 0),
-(12781, 'Baby Kookaburra', 'Monster2.baby_ostrich', 8.00, 22.00, 76, 'male', 'L2Pet', 40, 4298, 1710, 40, 21, 30, 20, 43, 10, 6922, 761, 1770, 584, 962, 434, 253, 0, 333, 0, 0, 0, 80, 120, 'null', 0, 0),
-(12782, 'Baby Cougar', 'Monster2.baby_tiger', 11.00, 15.70, 76, 'male', 'L2Npc', 40, 4298, 1710, 40, 21, 30, 20, 43, 10, 6922, 761, 1770, 584, 962, 434, 282, 0, 333, 0, 0, 0, 28, 120, 'null', 0, 0),
+(12780, 'Baby Buffalo', 'Monster2.baby_buffalo', 11.00, 15.70, 25, 'male', 'L2Pet', 40, 4298, 1710, 40, 21, 30, 20, 43, 10, 6922, 761, 1770, 584, 962, 434, 253, 0, 333, 0, 0, 0, 80, 120, 'null', 0, 0),
+(12781, 'Baby Kookaburra', 'Monster2.baby_ostrich', 11.00, 15.70, 24, 'male', 'L2Pet', 40, 4298, 1710, 40, 21, 30, 20, 43, 10, 6922, 761, 1770, 584, 962, 434, 253, 0, 333, 0, 0, 0, 80, 120, 'null', 0, 0),
+(12782, 'Baby Cougar', 'Monster2.baby_tiger', 11.00, 15.70, 26, 'male', 'L2Pet', 40, 4298, 1710, 40, 21, 30, 20, 43, 10, 6922, 761, 1770, 584, 962, 434, 282, 0, 333, 0, 0, 0, 28, 120, 'null', 0, 0),
 (12783, 'Trained Kookaburra', 'Monster2.pet_ostrich', 8.00, 22.00, 76, 'male', 'L2Pet', 40, 4298, 1710, 40, 21, 30, 20, 43, 10, 6922, 761, 1770, 584, 962, 434, 253, 0, 333, 0, 0, 0, 80, 120, 'null', 0, 0),
 (12784, 'Trained Kookaburra', 'Monster2.pet_ostrich', 8.00, 22.00, 76, 'male', 'L2Pet', 40, 4298, 1710, 40, 21, 30, 20, 43, 10, 6922, 761, 1770, 584, 962, 434, 253, 0, 333, 0, 0, 0, 80, 120, 'null', 0, 0),
 (12785, 'Trained Buffalo', 'Monster2.buffalo', 8.00, 22.00, 76, 'male', 'L2Pet', 40, 4298, 1710, 40, 21, 30, 20, 43, 10, 6922, 761, 1770, 584, 962, 434, 253, 0, 333, 0, 0, 0, 80, 120, 'null', 0, 0),

+ 922 - 0
datapack_development/sql/pets_stats.sql

@@ -0,0 +1,922 @@
+#----------------------------
+# Table structure for pets_stats
+#----------------------------
+DROP TABLE IF EXISTS `pets_stats`;
+CREATE TABLE `pets_stats` (
+  `type` varchar(25) NOT NULL default '',
+  `typeID` int(5) NOT NULL default '0',
+  `level` int(11) NOT NULL default '0',
+  `expMax` int(11) NOT NULL default '0',
+  `hpMax` int(11) NOT NULL default '0',
+  `mpMax` int(11) NOT NULL default '0',
+  `patk` int(11) NOT NULL default '0',
+  `pdef` int(11) NOT NULL default '0',
+  `matk` int(11) NOT NULL default '0',
+  `mdef` int(11) NOT NULL default '0',
+  `acc` int(11) NOT NULL default '0',
+  `evasion` int(11) NOT NULL default '0',
+  `crit` int(11) NOT NULL default '0',
+  `speed` int(11) NOT NULL default '0',
+  `atk_speed` int(11) NOT NULL default '0',
+  `cast_speed` int(11) NOT NULL default '0',
+  `feedMax` int(11) NOT NULL default '0',
+  `feedbattle` int(11) NOT NULL default '0',
+  `feednormal` int(11) NOT NULL default '0',
+  `loadMax` int(11) NOT NULL default '0',
+  `hpregen` int(11) NOT NULL default '0',
+  `mpregen` int(11) NOT NULL default '0',
+  PRIMARY KEY  (`typeID`,`level`)
+) TYPE=MyISAM;
+#----------------------------
+# Records for table pets_stats
+#----------------------------
+
+
+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 
+  ('baby buffalo',12780,54,31953929,845,363,15,26,26,73,91,86,40,132,282,333,3894,2,1,0,13,2),
+  ('baby buffalo',12780,55,35426517,871,375,17,27,28,75,92,87,40,132,282,333,3960,2,1,0,13,2),
+  ('baby buffalo',12780,53,28691968,819,351,15,25,24,70,90,85,40,132,282,333,3824,2,1,0,13,2),
+  ('baby buffalo',12780,51,22762542,766,327,13,23,21,66,88,83,40,132,282,333,3690,2,1,0,13,2),
+  ('baby buffalo',12780,52,25631220,792,339,13,24,22,68,89,84,40,132,282,333,3756,2,1,0,13,2),
+  ('baby buffalo',12780,59,57019269,976,423,22,32,37,85,96,91,40,132,282,333,4232,2,1,0,13,2),
+  ('baby buffalo',12780,60,63254797,1002,435,22,33,40,87,97,92,40,132,282,333,4300,3,1,0,13,2),
+  ('baby buffalo',12780,58,51132912,950,411,19,31,36,82,95,90,40,132,282,333,4164,2,1,0,13,2),
+  ('baby buffalo',12780,56,40350388,897,387,17,28,30,78,93,88,40,132,282,333,4028,2,1,0,13,2),
+  ('baby buffalo',12780,57,45581299,923,399,19,29,33,80,94,89,40,132,282,333,4098,2,1,0,13,2),
+  ('baby buffalo',12780,44,11590254,593,246,6,17,13,52,81,76,40,132,282,333,2972,1,1,0,11,2),
+  ('baby buffalo',12780,45,12762412,617,258,8,18,14,54,82,77,40,132,282,333,3034,1,1,0,11,2),
+  ('baby buffalo',12780,43,10503581,570,235,6,16,12,51,80,75,40,132,282,333,2914,1,1,0,11,2),
+  ('baby buffalo',12780,41,8568525,525,213,4,15,11,48,78,73,40,132,282,333,2792,1,1,0,11,2),
+  ('baby buffalo',12780,42,9497813,547,224,6,15,11,50,79,74,40,132,282,333,2850,1,1,0,11,2),
+  ('baby buffalo',12780,49,18403121,715,304,11,22,18,61,86,81,40,132,282,333,3260,2,1,0,11,2),
+  ('baby buffalo',12780,50,20077057,740,315,11,23,20,64,87,82,40,132,282,333,3318,2,1,0,11,2),
+  ('baby buffalo',12780,48,16840003,690,292,9,20,17,59,85,80,40,132,282,333,3204,1,1,0,11,2),
+  ('baby buffalo',12780,46,14024795,641,269,8,18,15,57,83,78,40,132,282,333,3092,1,1,0,11,2),
+  ('baby buffalo',12780,47,15382304,665,280,9,20,16,59,84,79,40,132,282,333,3146,1,1,0,11,2),
+  ('baby buffalo',12780,74,348190650,1372,623,45,50,73,121,111,106,40,132,282,333,5714,4,1,0,17,3),
+  ('baby buffalo',12780,75,402112647,1377,636,47,51,75,123,112,107,40,132,282,333,5814,4,1,0,17,3),
+  ('baby buffalo',12780,73,303161353,1344,607,43,49,70,118,110,105,40,132,282,333,5620,4,1,0,17,3),
+  ('baby buffalo',12780,71,237103956,1292,579,40,46,66,114,108,103,40,132,282,333,5432,3,1,0,17,3),
+  ('baby buffalo',12780,72,266347456,1318,593,42,47,68,116,109,104,40,132,282,333,5524,3,1,0,17,3),
+  ('baby buffalo',12780,79,767843615,1476,692,53,56,85,133,116,111,40,132,282,333,6224,4,1,0,17,3),
+  ('baby buffalo',12780,80,894468512,1501,707,56,57,89,134,117,112,40,132,282,333,6332,4,1,0,17,3),
+  ('baby buffalo',12780,78,654741404,1452,678,52,55,82,130,115,110,40,132,282,333,6118,4,1,0,17,3),
+  ('baby buffalo',12780,76,465637878,1402,650,48,52,78,126,113,108,40,132,282,333,5912,4,1,0,17,3),
+  ('baby buffalo',12780,77,554285695,1427,664,50,54,80,128,114,109,40,132,282,333,6014,4,1,0,17,3),
+  ('baby buffalo',12780,64,106358923,1108,487,28,38,49,97,101,96,40,132,282,333,4982,3,1,0,15,2),
+  ('baby buffalo',12780,65,118676291,1134,500,31,39,52,99,102,97,40,132,282,333,5068,3,1,0,15,2),
+  ('baby buffalo',12780,63,94682416,1081,474,28,36,47,94,100,95,40,132,282,333,4898,3,1,0,15,2),
+  ('baby buffalo',12780,61,73154070,1029,448,25,34,42,90,98,93,40,132,282,333,4734,3,1,0,15,2),
+  ('baby buffalo',12780,62,83622138,1055,461,25,35,44,92,99,94,40,132,282,333,4816,3,1,0,15,2),
+  ('baby buffalo',12780,69,193599741,1239,552,37,44,61,109,106,101,40,132,282,333,5416,3,1,0,15,2),
+  ('baby buffalo',12780,70,214817229,1265,565,38,45,63,111,107,102,40,132,282,333,5512,3,1,0,15,2),
+  ('baby buffalo',12780,68,173413545,1213,539,35,42,59,106,105,100,40,132,282,333,5328,3,1,0,15,2),
+  ('baby buffalo',12780,66,135987600,1160,513,31,40,54,102,103,98,40,132,282,333,5154,3,1,0,15,2),
+  ('baby buffalo',12780,67,154221567,1186,526,35,41,56,104,104,99,40,132,282,333,5240,3,1,0,15,2),
+  ('baby buffalo',12780,17,213136,137,71,1,2,1,17,54,49,40,132,282,333,1350,1,1,0,5,1),
+  ('baby buffalo',12780,16,165926,126,67,1,2,1,15,53,48,40,132,282,333,1358,1,1,0,5,1),
+  ('baby buffalo',12780,18,269991,150,76,1,3,1,18,55,50,40,132,282,333,1332,1,1,0,5,1),
+  ('baby buffalo',12780,20,417921,175,85,1,3,1,20,57,52,40,132,282,333,1310,1,1,0,5,1),
+  ('baby buffalo',12780,19,337788,162,80,1,3,1,19,56,51,40,132,282,333,1318,1,1,0,5,1),
+  ('baby buffalo',12780,12,50832,79,49,1,1,1,11,49,44,40,132,282,333,1412,1,1,0,5,1),
+  ('baby buffalo',12780,11,35595,71,45,1,1,1,10,48,43,40,132,282,333,1420,1,1,0,5,1),
+  ('baby buffalo',12780,13,70590,88,54,1,2,1,12,50,45,40,132,282,333,1394,1,1,0,5,1),
+  ('baby buffalo',12780,15,127158,111,62,1,2,1,14,52,47,40,132,282,333,1380,1,1,0,5,1),
+  ('baby buffalo',12780,14,95720,99,58,1,2,1,13,51,46,40,132,282,333,1386,1,1,0,5,1),
+  ('baby buffalo',12780,27,1462612,268,121,1,5,3,28,64,59,40,132,282,333,1672,1,1,0,7,1),
+  ('baby buffalo',12780,26,1248526,254,115,1,5,2,27,63,58,40,132,282,333,1656,1,1,0,7,1),
+  ('baby buffalo',12780,28,1703935,283,127,1,5,3,29,65,60,40,132,282,333,1698,1,1,0,7,1),
+  ('baby buffalo',12780,30,2277884,314,139,1,7,4,31,67,62,40,132,282,333,1736,1,1,0,7,1),
+  ('baby buffalo',12780,29,1974863,298,133,1,7,3,31,66,61,40,132,282,333,1716,1,1,0,7,1),
+  ('baby buffalo',12780,22,621262,200,94,1,3,2,22,59,54,40,132,282,333,1556,1,1,0,7,1),
+  ('baby buffalo',12780,21,511881,187,89,1,3,1,21,58,53,40,132,282,333,1520,1,1,0,7,1),
+  ('baby buffalo',12780,23,747760,213,97,1,4,2,23,60,55,40,132,282,333,1502,1,1,0,7,1),
+  ('baby buffalo',12780,25,1059426,240,109,1,4,2,26,62,57,40,132,282,333,1628,1,1,0,7,1),
+  ('baby buffalo',12780,24,893178,227,103,1,4,2,26,61,56,40,132,282,333,1604,1,1,0,7,1),
+  ('baby buffalo',12780,34,3865006,384,163,1,9,5,37,71,66,40,132,282,333,2162,1,1,0,9,1),
+  ('baby buffalo',12780,35,4370194,403,169,1,10,6,38,72,67,40,132,282,333,2218,1,1,0,9,1),
+  ('baby buffalo',12780,33,3406241,366,157,1,9,5,35,70,65,40,132,282,333,2112,1,1,0,9,1),
+  ('baby buffalo',12780,31,2615608,331,145,1,8,4,33,68,63,40,132,282,333,1996,1,1,0,9,1),
+  ('baby buffalo',12780,32,2990773,345,151,1,8,4,34,69,64,40,132,282,333,2050,1,1,0,9,1),
+  ('baby buffalo',12780,39,6922458,482,195,3,14,8,44,76,71,40,132,282,333,2430,1,1,0,9,1),
+  ('baby buffalo',12780,40,7711446,504,202,4,14,9,46,77,72,40,132,282,333,2476,1,1,0,9,1),
+  ('baby buffalo',12780,38,6197590,461,189,3,12,8,43,75,70,40,132,282,333,2376,1,1,0,9,1),
+  ('baby buffalo',12780,36,4925066,422,176,1,11,7,40,73,68,40,132,282,333,2274,1,1,0,9,1),
+  ('baby buffalo',12780,37,5533019,441,182,3,12,7,41,74,69,40,132,282,333,2326,1,1,0,9,1),
+  ('baby buffalo',12780,7,5639,45,27,1,1,1,5,44,39,40,132,282,333,972,1,1,0,4,0),
+  ('baby buffalo',12780,6,3015,39,23,1,1,1,4,43,38,40,132,282,333,870,1,1,0,4,0),
+  ('baby buffalo',12780,8,9707,51,32,1,1,1,6,45,40,40,132,282,333,1114,1,1,0,4,0),
+  ('baby buffalo',12780,10,24109,64,40,1,1,1,9,47,42,40,132,282,333,1292,1,1,0,4,0),
+  ('baby buffalo',12780,9,15684,57,36,1,1,1,8,46,41,40,132,282,333,1196,1,1,0,4,0),
+  ('baby buffalo',12780,2,33,24,5,1,1,1,1,39,34,40,132,282,333,338,1,1,0,4,0),
+  ('baby buffalo',12780,1,0,19,1,1,1,1,1,38,33,40,132,282,333,348,1,1,0,4,0),
+  ('baby buffalo',12780,3,180,28,10,1,1,1,1,40,35,40,132,282,333,446,1,1,0,4,0),
+  ('baby buffalo',12780,5,1439,35,18,1,1,1,3,42,37,40,132,282,333,714,1,1,0,4,0),
+  ('baby buffalo',12780,4,582,31,14,1,1,1,2,41,36,40,132,282,333,556,1,1,0,4,0),
+  ('baby cougar',12782,59,57019269,976,423,22,32,37,85,96,91,40,132,282,333,4232,2,1,0,13,2),
+  ('baby cougar',12782,28,1703935,283,127,1,5,3,29,65,60,40,132,282,333,1698,1,1,0,7,1),
+  ('baby cougar',12782,60,63254797,1002,435,22,33,40,87,97,92,40,132,282,333,4300,3,1,0,13,2),
+  ('baby cougar',12782,58,51132912,950,411,19,31,36,82,95,90,40,132,282,333,4164,2,1,0,13,2),
+  ('baby cougar',12782,4,582,31,14,1,1,1,2,41,36,40,132,282,333,556,1,1,0,4,0),
+  ('baby cougar',12782,7,5639,45,27,1,1,1,5,44,39,40,132,282,333,972,1,1,0,4,0),
+  ('baby cougar',12782,8,9707,51,32,1,1,1,6,45,40,40,132,282,333,1114,1,1,0,4,0),
+  ('baby cougar',12782,5,1439,35,18,1,1,1,3,42,37,40,132,282,333,714,1,1,0,4,0),
+  ('baby cougar',12782,6,3015,39,23,1,1,1,4,43,38,40,132,282,333,870,1,1,0,4,0),
+  ('baby cougar',12782,29,1974863,298,133,1,7,3,31,66,61,40,132,282,333,1716,1,1,0,7,1),
+  ('baby cougar',12782,36,4925066,422,176,1,11,7,40,73,68,40,132,282,333,2274,1,1,0,9,1),
+  ('baby cougar',12782,35,4370194,403,169,1,10,6,38,72,67,40,132,282,333,2218,1,1,0,9,1),
+  ('baby cougar',12782,38,6197590,461,189,3,12,8,43,75,70,40,132,282,333,2376,1,1,0,9,1),
+  ('baby cougar',12782,37,5533019,441,182,3,12,7,41,74,69,40,132,282,333,2326,1,1,0,9,1),
+  ('baby cougar',12782,34,3865006,384,163,1,9,5,37,71,66,40,132,282,333,2162,1,1,0,9,1),
+  ('baby cougar',12782,31,2615608,331,145,1,8,4,33,68,63,40,132,282,333,1996,1,1,0,9,1),
+  ('baby cougar',12782,30,2277884,314,139,1,7,4,31,67,62,40,132,282,333,1736,1,1,0,7,1),
+  ('baby cougar',12782,33,3406241,366,157,1,9,5,35,70,65,40,132,282,333,2112,1,1,0,9,1),
+  ('baby cougar',12782,32,2990773,345,151,1,8,4,34,69,64,40,132,282,333,2050,1,1,0,9,1),
+  ('baby cougar',12782,21,511881,187,89,1,3,1,21,58,53,40,132,282,333,1520,1,1,0,7,1),
+  ('baby cougar',12782,22,621262,200,94,1,3,2,22,59,54,40,132,282,333,1556,1,1,0,7,1),
+  ('baby cougar',12782,19,337788,162,80,1,3,1,19,56,51,40,132,282,333,1318,1,1,0,5,1),
+  ('baby cougar',12782,20,417921,175,85,1,3,1,20,57,52,40,132,282,333,1310,1,1,0,5,1),
+  ('baby cougar',12782,23,747760,213,97,1,4,2,23,60,55,40,132,282,333,1502,1,1,0,7,1),
+  ('baby cougar',12782,26,1248526,254,115,1,5,2,27,63,58,40,132,282,333,1656,1,1,0,7,1),
+  ('baby cougar',12782,27,1462612,268,121,1,5,3,28,64,59,40,132,282,333,1672,1,1,0,7,1),
+  ('baby cougar',12782,24,893178,227,103,1,4,2,26,61,56,40,132,282,333,1604,1,1,0,7,1),
+  ('baby cougar',12782,25,1059426,240,109,1,4,2,26,62,57,40,132,282,333,1628,1,1,0,7,1),
+  ('baby cougar',12782,18,269991,150,76,1,3,1,18,55,50,40,132,282,333,1332,1,1,0,5,1),
+  ('baby cougar',12782,11,35595,71,45,1,1,1,10,48,43,40,132,282,333,1420,1,1,0,5,1),
+  ('baby cougar',12782,12,50832,79,49,1,1,1,11,49,44,40,132,282,333,1412,1,1,0,5,1),
+  ('baby cougar',12782,9,15684,57,36,1,1,1,8,46,41,40,132,282,333,1196,1,1,0,4,0),
+  ('baby cougar',12782,10,24109,64,40,1,1,1,9,47,42,40,132,282,333,1292,1,1,0,4,0),
+  ('baby cougar',12782,13,70590,88,54,1,2,1,12,50,45,40,132,282,333,1394,1,1,0,5,1),
+  ('baby cougar',12782,16,165926,126,67,1,2,1,15,53,48,40,132,282,333,1358,1,1,0,5,1),
+  ('baby cougar',12782,17,213136,137,71,1,2,1,17,54,49,40,132,282,333,1350,1,1,0,5,1),
+  ('baby cougar',12782,14,95720,99,58,1,2,1,13,51,46,40,132,282,333,1386,1,1,0,5,1),
+  ('baby cougar',12782,15,127158,111,62,1,2,1,14,52,47,40,132,282,333,1380,1,1,0,5,1),
+  ('baby cougar',12782,39,6922458,482,195,3,14,8,44,76,71,40,132,282,333,2430,1,1,0,9,1),
+  ('baby cougar',12782,73,303161353,1344,607,43,49,70,118,110,105,40,132,282,333,5620,4,1,0,17,3),
+  ('baby cougar',12782,74,348190650,1372,623,45,50,73,121,111,106,40,132,282,333,5714,4,1,0,17,3),
+  ('baby cougar',12782,71,237103956,1292,579,40,46,66,114,108,103,40,132,282,333,5432,3,1,0,17,3),
+  ('baby cougar',12782,72,266347456,1318,593,42,47,68,116,109,104,40,132,282,333,5524,3,1,0,17,3),
+  ('baby cougar',12782,75,402112647,1377,636,47,51,75,123,112,107,40,132,282,333,5814,4,1,0,17,3),
+  ('baby cougar',12782,78,654741404,1452,678,52,55,82,130,115,110,40,132,282,333,6118,4,1,0,17,3),
+  ('baby cougar',12782,79,767843615,1476,692,53,56,85,133,116,111,40,132,282,333,6224,4,1,0,17,3),
+  ('baby cougar',12782,76,465637878,1402,650,48,52,78,126,113,108,40,132,282,333,5912,4,1,0,17,3),
+  ('baby cougar',12782,77,554285695,1427,664,50,54,80,128,114,109,40,132,282,333,6014,4,1,0,17,3),
+  ('baby cougar',12782,70,214817229,1265,565,38,45,63,111,107,102,40,132,282,333,5512,3,1,0,15,2),
+  ('baby cougar',12782,63,94682416,1081,474,28,36,47,94,100,95,40,132,282,333,4898,3,1,0,15,2),
+  ('baby cougar',12782,64,106358923,1108,487,28,38,49,97,101,96,40,132,282,333,4982,3,1,0,15,2),
+  ('baby cougar',12782,61,73154070,1029,448,25,34,42,90,98,93,40,132,282,333,4734,3,1,0,15,2),
+  ('baby cougar',12782,62,83622138,1055,461,25,35,44,92,99,94,40,132,282,333,4816,3,1,0,15,2),
+  ('baby cougar',12782,65,118676291,1134,500,31,39,52,99,102,97,40,132,282,333,5068,3,1,0,15,2),
+  ('baby cougar',12782,68,173413545,1213,539,35,42,59,106,105,100,40,132,282,333,5328,3,1,0,15,2),
+  ('baby cougar',12782,69,193599741,1239,552,37,44,61,109,106,101,40,132,282,333,5416,3,1,0,15,2),
+  ('baby cougar',12782,66,135987600,1160,513,31,40,54,102,103,98,40,132,282,333,5154,3,1,0,15,2),
+  ('baby cougar',12782,67,154221567,1186,526,35,41,56,104,104,99,40,132,282,333,5240,3,1,0,15,2),
+  ('baby cougar',12782,46,14024795,641,269,8,18,15,57,83,78,40,132,282,333,3092,1,1,0,11,2),
+  ('baby cougar',12782,45,12762412,617,258,8,18,14,54,82,77,40,132,282,333,3034,1,1,0,11,2),
+  ('baby cougar',12782,48,16840003,690,292,9,20,17,59,85,80,40,132,282,333,3204,1,1,0,11,2),
+  ('baby cougar',12782,47,15382304,665,280,9,20,16,59,84,79,40,132,282,333,3146,1,1,0,11,2),
+  ('baby cougar',12782,44,11590254,593,246,6,17,13,52,81,76,40,132,282,333,2972,1,1,0,11,2),
+  ('baby cougar',12782,41,8568525,525,213,4,15,11,48,78,73,40,132,282,333,2792,1,1,0,11,2),
+  ('baby cougar',12782,40,7711446,504,202,4,14,9,46,77,72,40,132,282,333,2476,1,1,0,9,1),
+  ('baby cougar',12782,43,10503581,570,235,6,16,12,51,80,75,40,132,282,333,2914,1,1,0,11,2),
+  ('baby cougar',12782,42,9497813,547,224,6,15,11,50,79,74,40,132,282,333,2850,1,1,0,11,2),
+  ('baby cougar',12782,49,18403121,715,304,11,22,18,61,86,81,40,132,282,333,3260,2,1,0,11,2),
+  ('baby cougar',12782,56,40350388,897,387,17,28,30,78,93,88,40,132,282,333,4028,2,1,0,13,2),
+  ('baby cougar',12782,55,35426517,871,375,17,27,28,75,92,87,40,132,282,333,3960,2,1,0,13,2),
+  ('baby cougar',12782,80,894468512,1501,707,56,57,89,134,117,112,40,132,282,333,6332,4,1,0,17,3),
+  ('baby cougar',12782,57,45581299,923,399,19,29,33,80,94,89,40,132,282,333,4098,2,1,0,13,2),
+  ('baby cougar',12782,54,31953929,845,363,15,26,26,73,91,86,40,132,282,333,3894,2,1,0,13,2),
+  ('baby cougar',12782,51,22762542,766,327,13,23,21,66,88,83,40,132,282,333,3690,2,1,0,13,2),
+  ('baby cougar',12782,50,20077057,740,315,11,23,20,64,87,82,40,132,282,333,3318,2,1,0,11,2),
+  ('baby cougar',12782,53,28691968,819,351,15,25,24,70,90,85,40,132,282,333,3824,2,1,0,13,2),
+  ('baby cougar',12782,52,25631220,792,339,13,24,22,68,89,84,40,132,282,333,3756,2,1,0,13,2),
+  ('baby cougar',12782,1,0,19,1,1,1,1,1,38,33,40,132,282,333,348,1,1,0,4,0),
+  ('baby cougar',12782,2,33,24,5,1,1,1,1,39,34,40,132,282,333,338,1,1,0,4,0),
+  ('baby kookaburra',12781,31,2615608,331,145,1,8,4,33,68,63,40,132,282,333,1996,1,1,0,9,1),
+  ('baby kookaburra',12781,32,2990773,345,151,1,8,4,34,69,64,40,132,282,333,2050,1,1,0,9,1),
+  ('baby kookaburra',12781,29,1974863,298,133,1,7,3,31,66,61,40,132,282,333,1716,1,1,0,7,1),
+  ('baby kookaburra',12781,30,2277884,314,139,1,7,4,31,67,62,40,132,282,333,1736,1,1,0,7,1),
+  ('baby kookaburra',12781,37,5533019,441,182,3,12,7,41,74,69,40,132,282,333,2326,1,1,0,9,1),
+  ('baby kookaburra',12781,34,3865006,384,163,1,9,5,37,71,66,40,132,282,333,2162,1,1,0,9,1),
+  ('baby kookaburra',12781,35,4370194,403,169,1,10,6,38,72,67,40,132,282,333,2218,1,1,0,9,1),
+  ('baby kookaburra',12781,36,4925066,422,176,1,11,7,40,73,68,40,132,282,333,2274,1,1,0,9,1),
+  ('baby kookaburra',12781,33,3406241,366,157,1,9,5,35,70,65,40,132,282,333,2112,1,1,0,9,1),
+  ('baby kookaburra',12781,21,511881,187,89,1,3,1,21,58,53,40,132,282,333,1520,1,1,0,7,1),
+  ('baby kookaburra',12781,22,621262,200,94,1,3,2,22,59,54,40,132,282,333,1556,1,1,0,7,1),
+  ('baby kookaburra',12781,20,417921,175,85,1,3,1,20,57,52,40,132,282,333,1310,1,1,0,5,1),
+  ('baby kookaburra',12781,18,269991,150,76,1,3,1,18,55,50,40,132,282,333,1332,1,1,0,5,1),
+  ('baby kookaburra',12781,19,337788,162,80,1,3,1,19,56,51,40,132,282,333,1318,1,1,0,5,1),
+  ('baby kookaburra',12781,23,747760,213,97,1,4,2,23,60,55,40,132,282,333,1502,1,1,0,7,1),
+  ('baby kookaburra',12781,27,1462612,268,121,1,5,3,28,64,59,40,132,282,333,1672,1,1,0,7,1),
+  ('baby kookaburra',12781,28,1703935,283,127,1,5,3,29,65,60,40,132,282,333,1698,1,1,0,7,1),
+  ('baby kookaburra',12781,26,1248526,254,115,1,5,2,27,63,58,40,132,282,333,1656,1,1,0,7,1),
+  ('baby kookaburra',12781,24,893178,227,103,1,4,2,26,61,56,40,132,282,333,1604,1,1,0,7,1),
+  ('baby kookaburra',12781,25,1059426,240,109,1,4,2,26,62,57,40,132,282,333,1628,1,1,0,7,1),
+  ('baby kookaburra',12781,51,22762542,766,327,13,23,21,66,88,83,40,132,282,333,3690,2,1,0,13,2),
+  ('baby kookaburra',12781,52,25631220,792,339,13,24,22,68,89,84,40,132,282,333,3756,2,1,0,13,2),
+  ('baby kookaburra',12781,50,20077057,740,315,11,23,20,64,87,82,40,132,282,333,3318,2,1,0,11,2),
+  ('baby kookaburra',12781,48,16840003,690,292,9,20,17,59,85,80,40,132,282,333,3204,1,1,0,11,2),
+  ('baby kookaburra',12781,49,18403121,715,304,11,22,18,61,86,81,40,132,282,333,3260,2,1,0,11,2),
+  ('baby kookaburra',12781,56,40350388,897,387,17,28,30,78,93,88,40,132,282,333,4028,2,1,0,13,2),
+  ('baby kookaburra',12781,57,45581299,923,399,19,29,33,80,94,89,40,132,282,333,4098,2,1,0,13,2),
+  ('baby kookaburra',12781,55,35426517,871,375,17,27,28,75,92,87,40,132,282,333,3960,2,1,0,13,2),
+  ('baby kookaburra',12781,53,28691968,819,351,15,25,24,70,90,85,40,132,282,333,3824,2,1,0,13,2),
+  ('baby kookaburra',12781,54,31953929,845,363,15,26,26,73,91,86,40,132,282,333,3894,2,1,0,13,2),
+  ('baby kookaburra',12781,41,8568525,525,213,4,15,11,48,78,73,40,132,282,333,2792,1,1,0,11,2),
+  ('baby kookaburra',12781,42,9497813,547,224,6,15,11,50,79,74,40,132,282,333,2850,1,1,0,11,2),
+  ('baby kookaburra',12781,40,7711446,504,202,4,14,9,46,77,72,40,132,282,333,2476,1,1,0,9,1),
+  ('baby kookaburra',12781,38,6197590,461,189,3,12,8,43,75,70,40,132,282,333,2376,1,1,0,9,1),
+  ('baby kookaburra',12781,39,6922458,482,195,3,14,8,44,76,71,40,132,282,333,2430,1,1,0,9,1),
+  ('baby kookaburra',12781,46,14024795,641,269,8,18,15,57,83,78,40,132,282,333,3092,1,1,0,11,2),
+  ('baby kookaburra',12781,47,15382304,665,280,9,20,16,59,84,79,40,132,282,333,3146,1,1,0,11,2),
+  ('baby kookaburra',12781,45,12762412,617,258,8,18,14,54,82,77,40,132,282,333,3034,1,1,0,11,2),
+  ('baby kookaburra',12781,43,10503581,570,235,6,16,12,51,80,75,40,132,282,333,2914,1,1,0,11,2),
+  ('baby kookaburra',12781,44,11590254,593,246,6,17,13,52,81,76,40,132,282,333,2972,1,1,0,11,2),
+  ('baby kookaburra',12781,67,154221567,1186,526,35,41,56,104,104,99,40,132,282,333,5240,3,1,0,15,2),
+  ('baby kookaburra',12781,66,135987600,1160,513,31,40,54,102,103,98,40,132,282,333,5154,3,1,0,15,2),
+  ('baby kookaburra',12781,68,173413545,1213,539,35,42,59,106,105,100,40,132,282,333,5328,3,1,0,15,2),
+  ('baby kookaburra',12781,70,214817229,1265,565,38,45,63,111,107,102,40,132,282,333,5512,3,1,0,15,2),
+  ('baby kookaburra',12781,69,193599741,1239,552,37,44,61,109,106,101,40,132,282,333,5416,3,1,0,15,2),
+  ('baby kookaburra',12781,62,83622138,1055,461,25,35,44,92,99,94,40,132,282,333,4816,3,1,0,15,2),
+  ('baby kookaburra',12781,61,73154070,1029,448,25,34,42,90,98,93,40,132,282,333,4734,3,1,0,15,2),
+  ('baby kookaburra',12781,63,94682416,1081,474,28,36,47,94,100,95,40,132,282,333,4898,3,1,0,15,2),
+  ('baby kookaburra',12781,65,118676291,1134,500,31,39,52,99,102,97,40,132,282,333,5068,3,1,0,15,2),
+  ('baby kookaburra',12781,64,106358923,1108,487,28,38,49,97,101,96,40,132,282,333,4982,3,1,0,15,2),
+  ('baby kookaburra',12781,79,767843615,1476,692,53,56,85,133,116,111,40,132,282,333,6224,4,1,0,17,3),
+  ('baby kookaburra',12781,80,894468512,1501,707,56,57,89,134,117,112,40,132,282,333,6332,4,1,0,17,3),
+  ('baby kookaburra',12781,78,654741404,1452,678,52,55,82,130,115,110,40,132,282,333,6118,4,1,0,17,3),
+  ('baby kookaburra',12781,76,465637878,1402,650,48,52,78,126,113,108,40,132,282,333,5912,4,1,0,17,3),
+  ('baby kookaburra',12781,77,554285695,1427,664,50,54,80,128,114,109,40,132,282,333,6014,4,1,0,17,3),
+  ('baby kookaburra',12781,72,266347456,1318,593,42,47,68,116,109,104,40,132,282,333,5524,3,1,0,17,3),
+  ('baby kookaburra',12781,71,237103956,1292,579,40,46,66,114,108,103,40,132,282,333,5432,3,1,0,17,3),
+  ('baby kookaburra',12781,73,303161353,1344,607,43,49,70,118,110,105,40,132,282,333,5620,4,1,0,17,3),
+  ('baby kookaburra',12781,75,402112647,1377,636,47,51,75,123,112,107,40,132,282,333,5814,4,1,0,17,3),
+  ('baby kookaburra',12781,74,348190650,1372,623,45,50,73,121,111,106,40,132,282,333,5714,4,1,0,17,3),
+  ('baby kookaburra',12781,11,35595,71,45,1,1,1,10,48,43,40,132,282,333,1420,1,1,0,5,1),
+  ('baby kookaburra',12781,12,50832,79,49,1,1,1,11,49,44,40,132,282,333,1412,1,1,0,5,1),
+  ('baby kookaburra',12781,10,24109,64,40,1,1,1,9,47,42,40,132,282,333,1292,1,1,0,4,0),
+  ('baby kookaburra',12781,8,9707,51,32,1,1,1,6,45,40,40,132,282,333,1114,1,1,0,4,0),
+  ('baby kookaburra',12781,9,15684,57,36,1,1,1,8,46,41,40,132,282,333,1196,1,1,0,4,0),
+  ('baby kookaburra',12781,16,165926,126,67,1,2,1,15,53,48,40,132,282,333,1358,1,1,0,5,1),
+  ('baby kookaburra',12781,17,213136,137,71,1,2,1,17,54,49,40,132,282,333,1350,1,1,0,5,1),
+  ('baby kookaburra',12781,15,127158,111,62,1,2,1,14,52,47,40,132,282,333,1380,1,1,0,5,1),
+  ('baby kookaburra',12781,13,70590,88,54,1,2,1,12,50,45,40,132,282,333,1394,1,1,0,5,1),
+  ('baby kookaburra',12781,14,95720,99,58,1,2,1,13,51,46,40,132,282,333,1386,1,1,0,5,1),
+  ('baby kookaburra',12781,1,0,19,1,1,1,1,1,38,33,40,132,282,333,348,1,1,0,4,0),
+  ('baby kookaburra',12781,2,33,24,5,1,1,1,1,39,34,40,132,282,333,338,1,1,0,4,0),
+  ('baby kookaburra',12781,58,51132912,950,411,19,31,36,82,95,90,40,132,282,333,4164,2,1,0,13,2),
+  ('baby kookaburra',12781,60,63254797,1002,435,22,33,40,87,97,92,40,132,282,333,4300,3,1,0,13,2),
+  ('baby kookaburra',12781,59,57019269,976,423,22,32,37,85,96,91,40,132,282,333,4232,2,1,0,13,2),
+  ('baby kookaburra',12781,6,3015,39,23,1,1,1,4,43,38,40,132,282,333,870,1,1,0,4,0),
+  ('baby kookaburra',12781,7,5639,45,27,1,1,1,5,44,39,40,132,282,333,972,1,1,0,4,0),
+  ('baby kookaburra',12781,5,1439,35,18,1,1,1,3,42,37,40,132,282,333,714,1,1,0,4,0),
+  ('baby kookaburra',12781,3,180,28,10,1,1,1,1,40,35,40,132,282,333,446,1,1,0,4,0),
+  ('baby kookaburra',12781,4,582,31,14,1,1,1,2,41,36,40,132,282,333,556,1,1,0,4,0),
+  ('hatchling_of_star',12312,41,4865863,2016,252,18,132,21,29,77,73,40,154,282,333,2792,46,9,0,5,2),
+  ('hatchling_of_star',12312,42,5387648,2101,265,19,136,23,30,78,74,40,154,282,333,2850,47,9,0,5,2),
+  ('hatchling_of_star',12312,43,5954091,2188,278,21,139,24,30,79,75,40,154,282,333,2914,48,9,0,5,2),
+  ('hatchling_of_star',12312,40,4372891,1933,239,17,128,20,28,76,72,40,154,282,333,2476,41,8,0,4,1),
+  ('hatchling_of_star',12312,37,3127218,1694,216,13,118,17,26,73,69,40,154,282,333,2326,38,7,0,4,1),
+  ('hatchling_of_star',12312,38,3505977,1772,223,14,121,18,27,74,70,40,154,282,333,2376,39,7,0,4,1),
+  ('hatchling_of_star',12312,39,3920414,1851,231,16,125,19,27,75,71,40,154,282,333,2430,40,8,0,4,1),
+  ('hatchling_of_star',12312,44,6567888,2277,292,22,143,25,31,80,76,40,154,282,333,2972,49,9,0,5,2),
+  ('hatchling_of_star',12312,49,10448368,2744,360,30,163,33,35,85,81,40,154,282,333,3260,54,10,0,5,2),
+  ('hatchling_of_star',12312,50,11408392,2842,373,32,167,35,36,86,82,40,154,282,333,3318,55,11,0,5,2),
+  ('hatchling_of_star',12312,51,12951914,2940,387,33,171,37,37,87,83,40,154,282,333,3690,61,12,0,6,2),
+  ('hatchling_of_star',12312,48,9553941,2648,346,28,159,32,34,84,80,40,154,282,333,3204,53,10,0,5,2),
+  ('hatchling_of_star',12312,45,7231831,2367,305,23,147,27,32,81,77,40,154,282,333,3034,50,10,0,5,2),
+  ('hatchling_of_star',12312,46,7948811,2459,318,25,151,28,33,82,78,40,154,282,333,3092,51,10,0,5,2),
+  ('hatchling_of_star',12312,47,8721818,2553,332,26,155,30,34,83,79,40,154,282,333,3146,52,10,0,5,2),
+  ('hatchling_of_star',12312,36,2781866,1619,208,12,115,16,25,72,68,40,154,282,333,2274,37,7,0,4,1),
+  ('hatchling_of_star',12312,60,35977924,3866,518,52,208,56,45,96,92,40,154,282,333,4300,71,14,0,6,2),
+  ('hatchling_of_star',12312,81,2147483647,5833,838,100,291,105,63,117,113,40,154,282,333,6332,105,21,0,9,4),
+  ('hatchling_of_star',12312,53,16296595,3141,416,37,179,41,39,89,85,40,154,282,333,3824,63,12,0,6,2),
+  ('hatchling_of_star',12312,59,32411767,3761,503,49,204,53,44,95,91,40,154,282,333,4232,70,14,0,6,2),
+  ('hatchling_of_star',12312,78,368585873,5605,803,95,283,99,60,114,110,40,154,282,333,6118,101,20,0,8,3),
+  ('hatchling_of_star',12312,77,312235489,5524,787,92,279,97,60,113,109,40,154,282,333,6014,100,20,0,8,3),
+  ('hatchling_of_star',12312,80,503091283,5760,837,99,290,104,62,116,112,40,154,282,333,6332,105,21,0,8,3),
+  ('hatchling_of_star',12312,79,432041590,5684,820,97,286,102,61,115,111,40,154,282,333,6224,103,20,0,8,3),
+  ('hatchling_of_star',12312,52,14568248,3040,402,35,175,39,38,88,84,40,154,282,333,3756,62,12,0,6,2),
+  ('hatchling_of_star',12312,58,29050499,3657,488,47,200,51,43,94,90,40,154,282,333,4164,69,13,0,6,2),
+  ('hatchling_of_star',12312,2,17,96,23,2,66,1,8,38,34,40,154,282,333,338,5,2,0,2,0),
+  ('hatchling_of_star',12312,1,0,79,20,2,65,0,8,37,33,40,154,282,333,348,5,2,0,2,0),
+  ('hatchling_of_star',12312,55,20111393,3346,444,41,187,45,40,91,87,40,154,282,333,3960,66,13,0,6,2),
+  ('hatchling_of_star',12312,54,18142432,3243,430,39,183,43,40,90,86,40,154,282,333,3894,64,12,0,6,2),
+  ('hatchling_of_star',12312,57,25885549,3553,474,45,196,49,42,93,89,40,154,282,333,4098,68,13,0,6,2),
+  ('hatchling_of_star',12312,56,22908562,3449,459,43,191,47,41,92,88,40,154,282,333,4028,67,13,0,6,2),
+  ('hatchling_of_star',12312,66,77121082,4489,609,66,234,70,50,102,98,40,154,282,333,5154,85,17,0,7,2),
+  ('hatchling_of_star',12312,65,67326410,4386,594,63,229,67,49,101,97,40,154,282,333,5068,84,16,0,7,2),
+  ('hatchling_of_star',12312,68,98330072,4691,641,71,242,75,52,104,100,40,154,282,333,5328,88,17,0,7,2),
+  ('hatchling_of_star',12312,67,87448875,4590,625,68,238,72,51,103,99,40,154,282,333,5240,87,17,0,7,2),
+  ('hatchling_of_star',12312,62,47540081,4075,548,56,217,60,47,98,94,40,154,282,333,4816,80,16,0,7,2),
+  ('hatchling_of_star',12312,61,41647669,3971,533,54,212,58,46,97,93,40,154,282,333,4734,78,15,0,7,2),
+  ('hatchling_of_star',12312,64,60365352,4283,579,61,225,65,48,100,96,40,154,282,333,4982,83,16,0,7,2),
+  ('hatchling_of_star',12312,63,53774662,4179,563,59,221,63,47,99,95,40,154,282,333,4898,81,16,0,7,2),
+  ('hatchling_of_star',12312,74,196691344,5264,737,85,267,90,57,110,106,40,154,282,333,5714,95,19,0,8,3),
+  ('hatchling_of_star',12312,73,171470223,5173,721,83,263,87,56,109,105,40,154,282,333,5620,93,18,0,8,3),
+  ('hatchling_of_star',12312,76,262521484,5439,770,90,275,95,59,112,108,40,154,282,333,5912,98,19,0,8,3),
+  ('hatchling_of_star',12312,75,226908277,5353,753,88,271,92,58,111,107,40,154,282,333,5814,96,19,0,8,3),
+  ('hatchling_of_star',12312,70,121835919,4888,672,75,250,80,54,106,102,40,154,282,333,5512,91,18,0,7,2),
+  ('hatchling_of_star',12312,69,109785378,4790,657,73,246,77,53,105,101,40,154,282,333,5416,90,18,0,7,2),
+  ('hatchling_of_star',12312,72,150862465,5080,705,80,259,85,55,108,104,40,154,282,333,5524,92,18,0,8,3),
+  ('hatchling_of_star',12312,71,134503241,4985,688,78,255,82,55,107,103,40,154,282,333,5432,90,18,0,8,3),
+  ('hatchling_of_star',12312,3,96,115,27,2,67,1,8,39,35,40,154,282,333,446,7,2,0,2,0),
+  ('hatchling_of_star',12312,25,595330,921,129,6,94,7,18,61,57,40,154,282,333,1628,27,5,0,3,1),
+  ('hatchling_of_star',12312,24,502000,870,122,6,92,7,18,60,56,40,154,282,333,1604,26,5,0,3,1),
+  ('hatchling_of_star',12312,27,823195,1030,143,7,97,8,19,63,59,40,154,282,333,1672,27,5,0,3,1),
+  ('hatchling_of_star',12312,26,701959,975,136,7,95,8,19,62,58,40,154,282,333,1656,27,5,0,3,1),
+  ('hatchling_of_star',12312,21,289839,728,102,5,88,5,16,57,53,40,154,282,333,1520,25,5,0,3,1),
+  ('hatchling_of_star',12312,20,235560,685,96,5,86,5,15,56,52,40,154,282,333,1310,21,4,0,2,1),
+  ('hatchling_of_star',12312,23,420737,821,115,6,91,6,17,59,55,40,154,282,333,1502,25,5,0,3,1),
+  ('hatchling_of_star',12312,22,350380,774,109,6,89,6,16,58,54,40,154,282,333,1556,25,5,0,3,1),
+  ('hatchling_of_star',12312,33,1924908,1404,186,10,107,13,23,69,65,40,154,282,333,2112,35,7,0,4,1),
+  ('hatchling_of_star',12312,32,1692280,1336,179,10,106,12,22,68,64,40,154,282,333,2050,34,6,0,4,1),
+  ('hatchling_of_star',12312,35,2467742,1545,201,11,111,15,25,71,67,40,154,282,333,2218,36,7,0,4,1),
+  ('hatchling_of_star',12312,34,2182757,1473,193,11,109,14,24,70,66,40,154,282,333,2162,36,7,0,4,1),
+  ('hatchling_of_star',12312,29,1115098,1146,157,8,100,10,21,65,61,40,154,282,333,1716,28,5,0,3,1),
+  ('hatchling_of_star',12312,28,960421,1087,150,8,99,9,20,64,60,40,154,282,333,1698,28,5,0,3,1),
+  ('hatchling_of_star',12312,31,1483043,1271,171,9,104,11,22,67,63,40,154,282,333,1996,33,6,0,4,1),
+  ('hatchling_of_star',12312,30,1288766,1208,164,9,102,10,21,66,62,40,154,282,333,1736,28,5,0,3,1),
+  ('hatchling_of_star',12312,9,8719,286,50,3,73,2,10,45,41,40,154,282,333,1196,19,3,0,2,0),
+  ('hatchling_of_star',12312,8,5369,249,46,3,72,1,10,44,40,40,154,282,333,1114,18,3,0,2,0),
+  ('hatchling_of_star',12312,11,19981,370,58,3,75,2,11,47,43,40,154,282,333,1420,23,4,0,2,1),
+  ('hatchling_of_star',12312,10,13469,326,54,3,74,2,11,46,42,40,154,282,333,1292,21,4,0,2,0),
+  ('hatchling_of_star',12312,5,782,160,34,3,69,1,9,41,37,40,154,282,333,714,11,2,0,2,0),
+  ('hatchling_of_star',12312,4,314,136,31,2,68,1,9,40,36,40,154,282,333,556,9,2,0,2,0),
+  ('hatchling_of_star',12312,7,3102,216,42,3,71,1,10,43,39,40,154,282,333,972,16,3,0,2,0),
+  ('hatchling_of_star',12312,6,1649,187,38,3,70,1,9,42,38,40,154,282,333,870,14,2,0,2,0),
+  ('hatchling_of_star',12312,17,118268,565,83,4,82,4,14,53,49,40,154,282,333,1350,22,4,0,2,1),
+  ('hatchling_of_star',12312,16,91502,528,78,4,81,3,13,52,48,40,154,282,333,1358,22,4,0,2,1),
+  ('hatchling_of_star',12312,19,189474,643,91,5,85,4,15,55,51,40,154,282,333,1318,21,4,0,2,1),
+  ('hatchling_of_star',12312,18,150662,603,87,4,83,4,14,54,50,40,154,282,333,1332,22,4,0,2,1),
+  ('hatchling_of_star',12312,13,39353,429,66,3,77,2,12,49,45,40,154,282,333,1394,23,4,0,2,1),
+  ('hatchling_of_star',12312,12,28388,399,62,3,76,2,12,48,44,40,154,282,333,1412,23,4,0,2,1),
+  ('hatchling_of_star',12312,15,71017,493,74,4,80,3,13,51,47,40,154,282,333,1380,23,4,0,2,1),
+  ('hatchling_of_star',12312,14,53377,460,70,4,78,3,13,50,46,40,154,282,333,1386,23,4,0,2,1),
+  ('hatchling_of_twilight',12313,55,14122735,1673,444,10,19,20,40,91,87,40,154,282,333,154,2,1,0,13,2),
+  ('hatchling_of_twilight',12313,56,16169963,1724,459,11,20,21,41,92,88,40,154,282,333,158,2,1,0,13,2),
+  ('hatchling_of_twilight',12313,54,12699151,1621,430,10,19,20,40,90,86,40,154,282,333,148,2,1,0,13,2),
+  ('hatchling_of_twilight',12313,52,10162585,1520,402,8,18,18,38,88,84,40,154,282,333,138,2,1,0,13,2),
+  ('hatchling_of_twilight',12313,53,11381123,1570,416,9,18,19,39,89,85,40,154,282,333,142,2,1,0,13,2),
+  ('hatchling_of_twilight',12313,60,26027147,1933,518,14,22,26,45,96,92,40,154,282,333,182,3,1,0,13,2),
+  ('hatchling_of_twilight',12313,61,30419101,1985,533,14,23,27,46,97,93,40,154,282,333,186,3,1,0,15,2),
+  ('hatchling_of_twilight',12313,59,23294226,1880,503,13,22,24,44,95,91,40,154,282,333,176,2,1,0,13,2),
+  ('hatchling_of_twilight',12313,57,18374958,1776,474,12,21,22,42,93,89,40,154,282,333,164,2,1,0,13,2),
+  ('hatchling_of_twilight',12313,58,20746648,1828,488,12,21,23,43,94,90,40,154,282,333,170,2,1,0,13,2),
+  ('hatchling_of_twilight',12313,45,4842935,1183,305,5,14,12,32,81,77,40,154,282,333,106,1,1,0,11,2),
+  ('hatchling_of_twilight',12313,46,5346358,1229,318,5,14,13,33,82,78,40,154,282,333,110,1,1,0,11,2),
+  ('hatchling_of_twilight',12313,44,4383816,1138,292,4,13,12,31,80,76,40,154,282,333,102,1,1,0,11,2),
+  ('hatchling_of_twilight',12313,42,3586121,1050,265,4,12,10,30,78,74,40,154,282,333,94,1,1,0,11,2),
+  ('hatchling_of_twilight',12313,43,3965870,1094,278,4,13,11,30,79,75,40,154,282,333,98,1,1,0,11,2),
+  ('hatchling_of_twilight',12313,50,7871344,1421,373,7,17,16,36,86,82,40,154,282,333,128,2,1,0,11,2),
+  ('hatchling_of_twilight',12313,51,9037685,1470,387,8,17,17,37,87,83,40,154,282,333,132,2,1,0,13,2),
+  ('hatchling_of_twilight',12313,49,7156172,1372,360,7,16,15,35,85,81,40,154,282,333,124,2,1,0,11,2),
+  ('hatchling_of_twilight',12313,47,5897377,1276,332,6,15,14,34,83,79,40,154,282,333,114,1,1,0,11,2),
+  ('hatchling_of_twilight',12313,48,6499443,1324,346,6,15,14,34,84,80,40,154,282,333,118,1,1,0,11,2),
+  ('hatchling_of_twilight',12313,75,167792646,2676,753,25,31,42,58,111,107,40,154,282,333,256,4,1,0,17,3),
+  ('hatchling_of_twilight',12313,76,194110778,2719,770,25,32,44,59,112,108,40,154,282,333,262,4,1,0,17,3),
+  ('hatchling_of_twilight',12313,74,145572773,2632,737,24,31,41,57,110,106,40,154,282,333,248,4,1,0,17,3),
+  ('hatchling_of_twilight',12313,72,112136684,2540,705,22,30,39,55,108,104,40,154,282,333,234,3,1,0,17,3),
+  ('hatchling_of_twilight',12313,73,127124887,2586,721,23,30,40,56,109,105,40,154,282,333,242,4,1,0,17,3),
+  ('hatchling_of_twilight',12313,80,373883425,2880,837,28,34,48,62,116,112,40,154,282,333,292,4,1,0,17,3),
+  ('hatchling_of_twilight',12313,81,2147483647,2881,838,29,35,49,63,117,113,40,154,282,333,292,4,1,0,18,3),
+  ('hatchling_of_twilight',12313,79,320522343,2842,820,28,34,47,61,115,111,40,154,282,333,284,4,1,0,17,3),
+  ('hatchling_of_twilight',12313,77,231018540,2762,787,26,33,45,60,113,109,40,154,282,333,270,4,1,0,17,3),
+  ('hatchling_of_twilight',12313,78,273030360,2802,803,27,33,46,60,114,110,40,154,282,333,276,4,1,0,17,3),
+  ('hatchling_of_twilight',12313,65,49152786,2193,594,17,25,31,49,101,97,40,154,282,333,212,3,1,0,15,2),
+  ('hatchling_of_twilight',12313,66,56456384,2244,609,18,26,32,50,102,98,40,154,282,333,220,3,1,0,15,2),
+  ('hatchling_of_twilight',12313,64,44007135,2141,579,16,25,30,48,100,96,40,154,282,333,206,3,1,0,15,2),
+  ('hatchling_of_twilight',12313,62,34654369,2037,548,15,24,28,47,98,94,40,154,282,333,194,3,1,0,15,2),
+  ('hatchling_of_twilight',12313,63,39179067,2089,563,16,24,29,47,99,95,40,154,282,333,200,3,1,0,15,2),
+  ('hatchling_of_twilight',12313,70,90493830,2444,672,21,28,37,54,106,102,40,154,282,333,248,4,1,0,15,2),
+  ('hatchling_of_twilight',12313,71,100309931,2492,688,22,29,38,55,107,103,40,154,282,333,228,3,1,0,17,3),
+  ('hatchling_of_twilight',12313,69,81220817,2395,657,20,28,36,53,105,101,40,154,282,333,240,4,1,0,15,2),
+  ('hatchling_of_twilight',12313,67,64222304,2295,625,19,27,33,51,103,99,40,154,282,333,226,3,1,0,15,2),
+  ('hatchling_of_twilight',12313,68,72470413,2345,641,19,27,34,52,104,100,40,154,282,333,234,3,1,0,15,2),
+  ('hatchling_of_twilight',12313,41,3241749,1008,252,3,12,10,29,77,73,40,154,282,333,90,1,1,0,11,2),
+  ('hatchling_of_twilight',12313,14,29393,230,70,0,0,1,13,50,46,40,154,282,333,32,1,1,0,5,1),
+  ('hatchling_of_twilight',12313,15,39618,246,74,0,1,1,13,51,47,40,154,282,333,32,1,1,0,5,1),
+  ('hatchling_of_twilight',12313,13,21417,214,66,0,0,1,12,49,45,40,154,282,333,32,1,1,0,5,1),
+  ('hatchling_of_twilight',12313,11,10682,185,58,0,0,1,11,47,43,40,154,282,333,30,1,1,0,5,1),
+  ('hatchling_of_twilight',12313,12,15295,199,62,0,0,1,12,48,44,40,154,282,333,32,1,1,0,5,1),
+  ('hatchling_of_twilight',12313,19,112262,321,91,0,2,2,15,55,51,40,154,282,333,34,1,1,0,5,1),
+  ('hatchling_of_twilight',12313,20,141904,342,96,0,2,2,15,56,52,40,154,282,333,34,1,1,0,5,1),
+  ('hatchling_of_twilight',12313,18,87835,301,87,0,2,2,14,54,50,40,154,282,333,34,1,1,0,5,1),
+  ('hatchling_of_twilight',12313,16,51729,264,78,0,1,1,13,52,48,40,154,282,333,32,1,1,0,5,1),
+  ('hatchling_of_twilight',12313,17,67878,282,83,0,1,1,14,53,49,40,154,282,333,32,1,1,0,5,1),
+  ('hatchling_of_twilight',12313,4,140,68,31,0,0,0,9,40,36,40,154,282,333,10,1,1,0,4,0),
+  ('hatchling_of_twilight',12313,5,357,80,34,0,0,0,9,41,37,40,154,282,333,12,1,1,0,4,0),
+  ('hatchling_of_twilight',12313,3,42,57,27,0,0,0,8,39,35,40,154,282,333,6,1,1,0,4,0),
+  ('hatchling_of_twilight',12313,1,0,39,20,0,0,0,8,37,33,40,154,282,333,6,1,1,0,4,0),
+  ('hatchling_of_twilight',12313,2,7,48,23,0,0,0,8,38,34,40,154,282,333,4,1,1,0,4,0),
+  ('hatchling_of_twilight',12313,9,4388,143,50,0,0,0,10,45,41,40,154,282,333,24,1,1,0,4,0),
+  ('hatchling_of_twilight',12313,10,6980,163,54,0,0,1,11,46,42,40,154,282,333,28,1,1,0,4,0),
+  ('hatchling_of_twilight',12313,8,2629,124,46,0,0,0,10,44,40,40,154,282,333,22,1,1,0,4,0),
+  ('hatchling_of_twilight',12313,6,769,93,38,0,0,0,9,42,38,40,154,282,333,16,1,1,0,4,0),
+  ('hatchling_of_twilight',12313,7,1481,108,42,0,0,0,10,43,39,40,154,282,333,18,1,1,0,4,0),
+  ('hatchling_of_twilight',12313,34,1385938,736,193,1,8,6,24,70,66,40,154,282,333,64,1,1,0,9,1),
+  ('hatchling_of_twilight',12313,35,1571632,772,201,1,9,6,25,71,67,40,154,282,333,68,1,1,0,9,1),
+  ('hatchling_of_twilight',12313,33,1220860,702,186,1,8,6,23,69,65,40,154,282,333,62,1,1,0,9,1),
+  ('hatchling_of_twilight',12313,31,945176,635,171,0,7,5,22,67,63,40,154,282,333,56,1,1,0,9,1),
+  ('hatchling_of_twilight',12313,32,1074521,668,179,0,7,5,22,68,64,40,154,282,333,58,1,1,0,9,1),
+  ('hatchling_of_twilight',12313,39,2563004,925,231,2,11,8,27,75,71,40,154,282,333,82,1,1,0,9,1),
+  ('hatchling_of_twilight',12313,40,2884907,966,239,3,11,9,28,76,72,40,154,282,333,86,1,1,0,9,1),
+  ('hatchling_of_twilight',12313,38,2273261,886,223,2,10,8,27,74,70,40,154,282,333,78,1,1,0,9,1),
+  ('hatchling_of_twilight',12313,36,1779955,809,208,1,9,7,25,72,68,40,154,282,333,72,1,1,0,9,1),
+  ('hatchling_of_twilight',12313,37,2013064,847,216,2,10,7,26,73,69,40,154,282,333,74,1,1,0,9,1),
+  ('hatchling_of_twilight',12313,24,302838,435,122,0,4,3,18,60,56,40,154,282,333,42,1,1,0,7,1),
+  ('hatchling_of_twilight',12313,25,359907,460,129,0,4,3,18,61,57,40,154,282,333,44,1,1,0,7,1),
+  ('hatchling_of_twilight',12313,23,254072,410,115,0,3,3,17,59,55,40,154,282,333,38,1,1,0,7,1),
+  ('hatchling_of_twilight',12313,21,177595,364,102,0,3,2,16,57,53,40,154,282,333,38,1,1,0,7,1),
+  ('hatchling_of_twilight',12313,22,212623,387,109,0,3,2,16,58,54,40,154,282,333,40,1,1,0,7,1),
+  ('hatchling_of_twilight',12313,29,694532,573,157,0,6,4,21,65,61,40,154,282,333,50,1,1,0,7,1),
+  ('hatchling_of_twilight',12313,30,811593,604,164,0,6,5,21,66,62,40,154,282,333,52,1,1,0,7,1),
+  ('hatchling_of_twilight',12313,28,592316,543,150,0,5,4,20,64,60,40,154,282,333,48,1,1,0,7,1),
+  ('hatchling_of_twilight',12313,26,426364,487,136,0,5,3,19,62,58,40,154,282,333,46,1,1,0,7,1),
+  ('hatchling_of_twilight',12313,27,503400,515,143,0,5,4,19,63,59,40,154,282,333,46,1,1,0,7,1),
+  ('hatchling_of_wind',12311,56,24875625,776,459,84,77,26,41,92,88,40,154,282,333,2132,35,7,0,6,2),
+  ('hatchling_of_wind',12311,55,21943858,752,444,80,75,25,40,91,87,40,154,282,333,2104,35,7,0,6,2),
+  ('hatchling_of_wind',12311,57,27987574,799,474,88,79,27,42,93,89,40,154,282,333,2158,35,7,0,6,2),
+  ('hatchling_of_wind',12311,59,34750134,846,503,96,83,30,44,95,91,40,154,282,333,2192,36,7,0,6,2),
+  ('hatchling_of_wind',12311,58,31285655,822,488,92,81,28,43,94,90,40,154,282,333,2164,36,7,0,6,2),
+  ('hatchling_of_wind',12311,51,14279646,661,387,65,68,21,37,87,83,40,154,282,333,2042,34,6,0,6,2),
+  ('hatchling_of_wind',12311,50,12665192,639,373,62,67,19,36,86,82,40,154,282,333,1708,28,5,0,5,2),
+  ('hatchling_of_wind',12311,52,16028184,684,402,69,70,22,38,88,84,40,154,282,333,2066,34,6,0,6,2),
+  ('hatchling_of_wind',12311,54,19855521,729,430,76,74,24,40,90,86,40,154,282,333,2100,35,7,0,6,2),
+  ('hatchling_of_wind',12311,53,17891014,706,416,72,72,23,39,89,85,40,154,282,333,2074,34,6,0,6,2),
+  ('hatchling_of_wind',12311,66,80966934,1010,609,126,95,39,50,102,98,40,154,282,333,2736,45,9,0,7,2),
+  ('hatchling_of_wind',12311,65,70901879,987,594,122,93,38,49,101,97,40,154,282,333,2700,45,9,0,7,2),
+  ('hatchling_of_wind',12311,67,91545918,1032,625,131,97,40,51,103,99,40,154,282,333,2772,46,9,0,7,2),
+  ('hatchling_of_wind',12311,69,114246193,1077,657,140,101,43,53,105,101,40,154,282,333,2824,47,9,0,7,2),
+  ('hatchling_of_wind',12311,68,102658607,1055,641,135,99,42,52,104,100,40,154,282,333,2788,46,9,0,7,2),
+  ('hatchling_of_wind',12311,61,44180668,893,533,104,86,32,46,97,93,40,154,282,333,2582,43,8,0,7,2),
+  ('hatchling_of_wind',12311,60,38415371,869,518,100,84,31,45,96,92,40,154,282,333,2196,36,7,0,6,2),
+  ('hatchling_of_wind',12311,62,50354514,917,548,108,88,34,47,98,94,40,154,282,333,2616,43,8,0,7,2),
+  ('hatchling_of_wind',12311,64,63726805,963,579,117,92,36,48,100,96,40,154,282,333,2664,44,8,0,7,2),
+  ('hatchling_of_wind',12311,63,56865446,940,563,113,90,35,47,99,95,40,154,282,333,2650,44,8,0,7,2),
+  ('hatchling_of_wind',12311,36,3282376,364,208,26,44,9,25,72,68,40,154,282,333,1262,21,4,0,4,1),
+  ('hatchling_of_wind',12311,35,2923598,347,201,24,43,8,25,71,67,40,154,282,333,1244,20,4,0,4,1),
+  ('hatchling_of_wind',12311,37,3673935,381,216,28,46,9,26,73,69,40,154,282,333,1258,20,4,0,4,1),
+  ('hatchling_of_wind',12311,39,4551752,416,231,32,49,10,27,75,71,40,154,282,333,1292,21,4,0,4,1),
+  ('hatchling_of_wind',12311,38,4094461,398,223,30,47,10,27,74,70,40,154,282,333,1274,21,4,0,4,1),
+  ('hatchling_of_wind',12311,31,1773405,286,171,20,39,6,22,67,63,40,154,282,333,1192,19,3,0,4,1),
+  ('hatchling_of_wind',12311,30,1550454,271,164,20,38,6,21,66,62,40,154,282,333,940,15,3,0,3,1),
+  ('hatchling_of_wind',12311,32,2024809,300,179,21,40,6,22,68,64,40,154,282,333,1188,19,3,0,4,1),
+  ('hatchling_of_wind',12311,34,2595535,331,193,23,42,7,24,70,66,40,154,282,333,1226,20,4,0,4,1),
+  ('hatchling_of_wind',12311,33,2296786,315,186,22,41,7,23,69,65,40,154,282,333,1208,20,4,0,4,1),
+  ('hatchling_of_wind',12311,46,8982779,553,318,50,60,16,33,82,78,40,154,282,333,1666,27,5,0,5,2),
+  ('hatchling_of_wind',12311,45,8203205,532,305,47,58,15,32,81,77,40,154,282,333,1646,27,5,0,5,2),
+  ('hatchling_of_wind',12311,47,9819680,574,332,53,61,17,34,83,79,40,154,282,333,1664,27,5,0,5,2),
+  ('hatchling_of_wind',12311,49,11658036,617,360,59,65,19,35,85,81,40,154,282,333,1688,28,5,0,5,2),
+  ('hatchling_of_wind',12311,48,10707510,595,346,56,63,18,34,84,80,40,154,282,333,1684,28,5,0,5,2),
+  ('hatchling_of_wind',12311,41,5579689,453,252,37,52,12,29,77,73,40,154,282,333,1578,26,5,0,5,2),
+  ('hatchling_of_wind',12311,40,5048071,434,239,34,50,11,28,76,72,40,154,282,333,1288,21,4,0,4,1),
+  ('hatchling_of_wind',12311,42,6164870,472,265,39,53,12,30,78,74,40,154,282,333,1600,26,5,0,5,2),
+  ('hatchling_of_wind',12311,44,7478159,512,292,44,57,14,31,80,76,40,154,282,333,1622,27,5,0,5,2),
+  ('hatchling_of_wind',12311,43,6797073,492,278,42,55,13,30,79,75,40,154,282,333,1622,27,5,0,5,2),
+  ('hatchling_of_wind',12311,70,126402417,1100,672,144,102,45,54,106,102,40,154,282,333,2864,47,9,0,7,2),
+  ('hatchling_of_wind',12311,14,70826,103,70,11,26,1,13,50,46,40,154,282,333,832,13,2,0,2,1),
+  ('hatchling_of_wind',12311,15,93524,111,74,12,27,1,13,51,47,40,154,282,333,804,13,2,0,2,1),
+  ('hatchling_of_wind',12311,13,52333,96,66,11,26,1,12,49,45,40,154,282,333,862,14,2,0,2,1),
+  ('hatchling_of_wind',12311,11,26376,83,58,11,25,1,11,47,43,40,154,282,333,892,14,2,0,2,1),
+  ('hatchling_of_wind',12311,12,37535,89,62,11,25,1,12,48,44,40,154,282,333,898,14,2,0,2,1),
+  ('hatchling_of_wind',12311,19,238090,144,91,13,30,2,15,55,51,40,154,282,333,728,12,2,0,2,1),
+  ('hatchling_of_wind',12311,20,293800,154,96,14,30,2,15,56,52,40,154,282,333,730,12,2,0,2,1),
+  ('hatchling_of_wind',12311,18,191591,135,87,13,29,2,14,54,50,40,154,282,333,732,12,2,0,2,1),
+  ('hatchling_of_wind',12311,16,119224,118,78,12,28,2,13,52,48,40,154,282,333,774,12,2,0,2,1),
+  ('hatchling_of_wind',12311,17,152196,127,83,12,28,2,14,53,49,40,154,282,333,756,12,2,0,2,1),
+  ('hatchling_of_wind',12311,4,465,30,31,9,21,0,9,40,36,40,154,282,333,378,6,2,0,2,0),
+  ('hatchling_of_wind',12311,5,1147,36,34,10,21,0,9,41,37,40,154,282,333,466,7,2,0,2,0),
+  ('hatchling_of_wind',12311,3,148,25,27,9,21,0,8,39,35,40,154,282,333,304,5,2,0,2,0),
+  ('hatchling_of_wind',12311,1,0,17,20,9,20,0,8,37,33,40,154,282,333,254,4,2,0,2,0),
+  ('hatchling_of_wind',12311,2,26,21,23,9,20,0,8,38,34,40,154,282,333,246,4,2,0,2,0),
+  ('hatchling_of_wind',12311,9,11820,64,50,10,24,1,10,45,41,40,154,282,333,716,11,2,0,2,0),
+  ('hatchling_of_wind',12311,10,18064,73,54,11,24,1,11,46,42,40,154,282,333,746,12,2,0,2,0),
+  ('hatchling_of_wind',12311,8,7433,56,46,10,23,1,10,44,40,40,154,282,333,668,11,2,0,2,0),
+  ('hatchling_of_wind',12311,6,2363,42,38,10,22,0,9,42,38,40,154,282,333,562,9,2,0,2,0),
+  ('hatchling_of_wind',12311,7,4392,48,42,10,22,0,10,43,39,40,154,282,333,600,10,2,0,2,0),
+  ('hatchling_of_wind',12311,77,319692604,1242,787,176,115,54,60,113,109,40,154,282,333,3234,53,10,0,8,3),
+  ('hatchling_of_wind',12311,76,269504991,1223,770,171,113,53,59,112,108,40,154,282,333,3188,53,10,0,8,3),
+  ('hatchling_of_wind',12311,78,376386986,1261,803,180,116,56,60,114,110,40,154,282,333,3278,54,10,0,8,3),
+  ('hatchling_of_wind',12311,80,511008462,1296,837,189,120,58,62,116,112,40,154,282,333,3374,56,11,0,8,3),
+  ('hatchling_of_wind',12311,79,440008358,1279,820,184,118,57,61,115,111,40,154,282,333,3328,55,11,0,8,3),
+  ('hatchling_of_wind',12311,72,155930966,1143,705,153,106,47,55,108,104,40,154,282,333,3014,50,10,0,8,3),
+  ('hatchling_of_wind',12311,71,139141161,1121,688,149,104,46,55,107,103,40,154,282,333,2974,49,9,0,8,3),
+  ('hatchling_of_wind',12311,73,177010902,1164,721,158,108,49,56,109,105,40,154,282,333,3058,50,10,0,8,3),
+  ('hatchling_of_wind',12311,75,233434381,1204,753,167,111,52,58,111,107,40,154,282,333,3144,52,10,0,8,3),
+  ('hatchling_of_wind',12311,74,202725373,1184,737,163,109,50,57,110,106,40,154,282,333,3100,51,10,0,8,3),
+  ('hatchling_of_wind',12311,24,627865,195,122,16,33,3,18,60,56,40,154,282,333,950,15,3,0,3,1),
+  ('hatchling_of_wind',12311,25,742455,207,129,16,34,4,18,61,57,40,154,282,333,948,15,3,0,3,1),
+  ('hatchling_of_wind',12311,23,526977,184,115,15,33,3,17,59,55,40,154,282,333,902,15,3,0,3,1),
+  ('hatchling_of_wind',12311,21,360228,163,102,14,31,3,16,57,53,40,154,282,333,954,15,3,0,3,1),
+  ('hatchling_of_wind',12311,22,438043,174,109,15,32,3,16,58,54,40,154,282,333,956,15,3,0,3,1),
+  ('hatchling_of_wind',12311,29,1353146,258,157,19,37,5,21,65,61,40,154,282,333,924,15,3,0,3,1),
+  ('hatchling_of_wind',12311,81,2147483647,1297,838,190,121,59,63,117,113,40,154,282,333,3374,56,11,0,9,4),
+  ('hatchling_of_wind',12311,28,1175380,244,150,18,36,5,20,64,60,40,154,282,333,928,15,3,0,3,1),
+  ('hatchling_of_wind',12311,26,871696,219,136,17,35,4,19,62,58,40,154,282,333,948,15,3,0,3,1),
+  ('hatchling_of_wind',12311,27,1016552,231,143,17,36,4,19,63,59,40,154,282,333,922,15,3,0,3,1),
+  ('strider_of_star',12527,55,35426517,3346,444,101,75,20,40,91,87,40,187,278,333,2104,2,1,0,13,2),
+  ('strider_of_star',12527,56,40350388,3449,459,105,77,21,41,92,88,40,187,278,333,2132,2,1,0,13,2),
+  ('strider_of_star',12527,54,31953929,3243,430,96,74,20,40,90,86,40,187,278,333,2100,2,1,0,13,2),
+  ('strider_of_star',12527,52,25631220,3040,402,88,70,18,38,88,84,40,187,278,333,2066,2,1,0,13,2),
+  ('strider_of_star',12527,53,28691968,3141,416,92,72,19,39,89,85,40,187,278,333,2074,2,1,0,13,2),
+  ('strider_of_star',12527,60,63254797,3866,518,124,84,26,45,96,92,40,187,278,333,2196,3,1,0,13,2),
+  ('strider_of_star',12527,61,73154070,3971,533,129,86,27,46,97,93,40,187,278,333,2582,3,1,0,15,2),
+  ('strider_of_star',12527,59,57019269,3761,503,119,83,24,44,95,91,40,187,278,333,2192,2,1,0,13,2),
+  ('strider_of_star',12527,57,45581299,3553,474,110,79,22,42,93,89,40,187,278,333,2158,2,1,0,13,2),
+  ('strider_of_star',12527,58,51132912,3657,488,114,81,23,43,94,90,40,187,278,333,2164,2,1,0,13,2),
+  ('strider_of_star',12527,45,12762412,2367,305,62,58,12,32,81,77,40,187,278,333,1646,1,1,0,11,2),
+  ('strider_of_star',12527,46,14024795,2459,318,66,60,13,33,82,78,40,187,278,333,1666,1,1,0,11,2),
+  ('strider_of_star',12527,44,11590254,2277,292,59,57,12,31,80,76,40,187,278,333,1622,1,1,0,11,2),
+  ('strider_of_star',12527,42,9497813,2101,265,53,53,10,30,78,74,40,187,278,333,1600,1,1,0,11,2),
+  ('strider_of_star',12527,43,10503581,2188,278,56,55,11,30,79,75,40,187,278,333,1622,1,1,0,11,2),
+  ('strider_of_star',12527,50,20077057,2842,373,80,67,16,36,86,82,40,187,278,333,1708,2,1,0,11,2),
+  ('strider_of_star',12527,51,22762542,2940,387,84,68,17,37,87,83,40,187,278,333,2042,2,1,0,13,2),
+  ('strider_of_star',12527,49,18403121,2744,360,76,65,15,35,85,81,40,187,278,333,1688,2,1,0,11,2),
+  ('strider_of_star',12527,47,15382304,2553,332,69,61,14,34,83,79,40,187,278,333,1664,1,1,0,11,2),
+  ('strider_of_star',12527,48,16840003,2648,346,72,63,14,34,84,80,40,187,278,333,1684,1,1,0,11,2),
+  ('strider_of_star',12527,75,402112647,5353,753,202,111,42,58,111,107,40,187,278,333,3144,4,1,0,17,3),
+  ('strider_of_star',12527,76,465637878,5439,770,207,113,44,59,112,108,40,187,278,333,3188,4,1,0,17,3),
+  ('strider_of_star',12527,74,348190650,5264,737,197,109,41,57,110,106,40,187,278,333,3100,4,1,0,17,3),
+  ('strider_of_star',12527,72,266347456,5080,705,186,106,39,55,108,104,40,187,278,333,3014,3,1,0,17,3),
+  ('strider_of_star',12527,73,303161353,5173,721,192,108,40,56,109,105,40,187,278,333,3058,4,1,0,17,3),
+  ('strider_of_star',12527,80,894468512,5760,837,227,120,48,62,116,112,40,187,278,333,3374,4,1,0,17,3),
+  ('strider_of_star',12527,81,2147483647,5833,838,228,121,49,63,117,113,40,187,278,333,3374,4,1,0,18,3),
+  ('strider_of_star',12527,79,767843615,5684,820,222,118,47,61,115,111,40,187,278,333,3328,4,1,0,17,3),
+  ('strider_of_star',12527,77,554285695,5524,787,212,115,45,60,113,109,40,187,278,333,3234,4,1,0,17,3),
+  ('strider_of_star',12527,78,654741404,5605,803,217,116,46,60,114,110,40,187,278,333,3278,4,1,0,17,3),
+  ('strider_of_star',12527,65,118676291,4386,594,149,93,31,49,101,97,40,187,278,333,2700,3,1,0,15,2),
+  ('strider_of_star',12527,66,135987600,4489,609,154,95,32,50,102,98,40,187,278,333,2736,3,1,0,15,2),
+  ('strider_of_star',12527,64,106358923,4283,579,144,92,30,48,100,96,40,187,278,333,2664,3,1,0,15,2),
+  ('strider_of_star',12527,62,83622138,4075,548,134,88,28,47,98,94,40,187,278,333,2616,3,1,0,15,2),
+  ('strider_of_star',12527,63,94682416,4179,563,139,90,29,47,99,95,40,187,278,333,2650,3,1,0,15,2),
+  ('strider_of_star',12527,70,214817229,4888,672,176,102,37,54,106,102,40,187,278,333,2864,3,1,0,15,2),
+  ('strider_of_star',12527,71,237103956,4985,688,181,104,38,55,107,103,40,187,278,333,2974,3,1,0,17,3),
+  ('strider_of_star',12527,69,193599741,4790,657,170,101,36,53,105,101,40,187,278,333,2824,3,1,0,15,2),
+  ('strider_of_star',12527,67,154221567,4590,625,160,97,33,51,103,99,40,187,278,333,2772,3,1,0,15,2),
+  ('strider_of_star',12527,68,173413545,4691,641,165,99,34,52,104,100,40,187,278,333,2788,3,1,0,15,2),
+  ('strider_of_star',12527,41,8568525,2016,252,50,52,10,29,77,73,40,187,278,333,1578,1,1,0,11,2),
+  ('strider_of_star',12527,14,95720,460,70,6,26,1,13,50,46,40,187,278,333,832,1,1,0,5,1),
+  ('strider_of_star',12527,15,127158,493,74,11,27,1,13,51,47,40,187,278,333,804,1,1,0,5,1),
+  ('strider_of_star',12527,13,70590,429,66,6,26,1,12,49,45,40,187,278,333,862,1,1,0,5,1),
+  ('strider_of_star',12527,11,35595,370,58,5,25,1,11,47,43,40,187,278,333,892,1,1,0,5,1),
+  ('strider_of_star',12527,12,50832,399,62,5,25,1,12,48,44,40,187,278,333,898,1,1,0,5,1),
+  ('strider_of_star',12527,19,337788,643,91,14,30,2,15,55,51,40,187,278,333,728,1,1,0,5,1),
+  ('strider_of_star',12527,20,417921,685,96,15,30,2,15,56,52,40,187,278,333,730,1,1,0,5,1),
+  ('strider_of_star',12527,18,269991,603,87,13,29,2,14,54,50,40,187,278,333,732,1,1,0,5,1),
+  ('strider_of_star',12527,16,165926,528,78,12,28,1,13,52,48,40,187,278,333,774,1,1,0,5,1),
+  ('strider_of_star',12527,17,213136,565,83,12,28,1,14,53,49,40,187,278,333,756,1,1,0,5,1),
+  ('strider_of_star',12527,4,582,136,31,2,21,0,9,40,36,40,187,278,333,378,1,1,0,4,0),
+  ('strider_of_star',12527,5,1439,160,34,3,21,0,9,41,37,40,187,278,333,466,1,1,0,4,0),
+  ('strider_of_star',12527,3,180,115,27,2,21,0,8,39,35,40,187,278,333,304,1,1,0,4,0),
+  ('strider_of_star',12527,1,0,79,20,2,20,0,8,37,33,40,187,278,333,254,1,1,0,4,0),
+  ('strider_of_star',12527,2,33,96,23,2,20,0,8,38,34,40,187,278,333,246,1,1,0,4,0),
+  ('strider_of_star',12527,9,15684,286,50,4,24,0,10,45,41,40,187,278,333,716,1,1,0,4,0),
+  ('strider_of_star',12527,10,24109,326,54,4,24,1,11,46,42,40,187,278,333,746,1,1,0,4,0),
+  ('strider_of_star',12527,8,9707,249,46,4,23,0,10,44,40,40,187,278,333,668,1,1,0,4,0),
+  ('strider_of_star',12527,6,3015,187,38,3,22,0,9,42,38,40,187,278,333,562,1,1,0,4,0),
+  ('strider_of_star',12527,7,5639,216,42,3,22,0,10,43,39,40,187,278,333,600,1,1,0,4,0),
+  ('strider_of_star',12527,34,3865006,1473,193,34,42,6,24,70,66,40,187,278,333,1226,1,1,0,9,1),
+  ('strider_of_star',12527,35,4370194,1545,201,36,43,6,25,71,67,40,187,278,333,1244,1,1,0,9,1),
+  ('strider_of_star',12527,33,3406241,1404,186,32,41,6,23,69,65,40,187,278,333,1208,1,1,0,9,1),
+  ('strider_of_star',12527,31,2615608,1271,171,28,39,5,22,67,63,40,187,278,333,1192,1,1,0,9,1),
+  ('strider_of_star',12527,32,2990773,1336,179,30,40,5,22,68,64,40,187,278,333,1188,1,1,0,9,1),
+  ('strider_of_star',12527,39,6922458,1851,231,45,49,8,27,75,71,40,187,278,333,1292,1,1,0,9,1),
+  ('strider_of_star',12527,40,7711446,1933,239,48,50,9,28,76,72,40,187,278,333,1288,1,1,0,9,1),
+  ('strider_of_star',12527,38,6197590,1772,223,43,47,8,27,74,70,40,187,278,333,1274,1,1,0,9,1),
+  ('strider_of_star',12527,36,4925066,1619,208,38,44,7,25,72,68,40,187,278,333,1262,1,1,0,9,1),
+  ('strider_of_star',12527,37,5533019,1694,216,40,46,7,26,73,69,40,187,278,333,1258,1,1,0,9,1),
+  ('strider_of_star',12527,24,893178,870,122,19,33,3,18,60,56,40,187,278,333,950,1,1,0,7,1),
+  ('strider_of_star',12527,25,1059426,921,129,20,34,3,18,61,57,40,187,278,333,948,1,1,0,7,1),
+  ('strider_of_star',12527,23,747760,821,115,17,33,3,17,59,55,40,187,278,333,902,1,1,0,7,1),
+  ('strider_of_star',12527,21,511881,728,102,15,31,2,16,57,53,40,187,278,333,954,1,1,0,7,1),
+  ('strider_of_star',12527,22,621262,774,109,16,32,2,16,58,54,40,187,278,333,956,1,1,0,7,1),
+  ('strider_of_star',12527,29,1974863,1146,157,25,37,4,21,65,61,40,187,278,333,924,1,1,0,7,1),
+  ('strider_of_star',12527,30,2277884,1208,164,27,38,5,21,66,62,40,187,278,333,940,1,1,0,7,1),
+  ('strider_of_star',12527,28,1703935,1087,150,24,36,4,20,64,60,40,187,278,333,928,1,1,0,7,1),
+  ('strider_of_star',12527,26,1248526,975,136,21,35,3,19,62,58,40,187,278,333,948,1,1,0,7,1),
+  ('strider_of_star',12527,27,1462612,1030,143,22,36,4,19,63,59,40,187,278,333,922,1,1,0,7,1),
+  ('strider_of_twilight',12528,77,554285695,5524,787,212,115,45,60,113,109,40,187,278,333,3234,4,1,0,17,3),
+  ('strider_of_twilight',12528,78,654741404,5605,803,217,116,46,60,114,110,40,187,278,333,3278,4,1,0,17,3),
+  ('strider_of_twilight',12528,75,402112647,5353,753,202,111,42,58,111,107,40,187,278,333,3144,4,1,0,17,3),
+  ('strider_of_twilight',12528,76,465637878,5439,770,207,113,44,59,112,108,40,187,278,333,3188,4,1,0,17,3),
+  ('strider_of_twilight',12528,79,767843615,5684,820,222,118,47,61,115,111,40,187,278,333,3328,4,1,0,17,3),
+  ('strider_of_twilight',12528,1,0,79,20,2,20,1,8,37,33,40,187,278,333,254,1,1,0,4,1),
+  ('strider_of_twilight',12528,2,33,96,23,2,20,1,8,38,34,40,187,278,333,246,1,1,0,4,1),
+  ('strider_of_twilight',12528,80,894468512,5760,837,227,120,48,62,116,112,40,187,278,333,3374,4,1,0,17,3),
+  ('strider_of_twilight',12528,81,2147483647,5833,838,228,121,49,63,117,113,40,187,278,333,3374,4,1,0,18,3),
+  ('strider_of_twilight',12528,68,173413545,4691,641,165,99,34,52,104,100,40,187,278,333,2788,3,1,0,15,2),
+  ('strider_of_twilight',12528,69,193599741,4790,657,170,101,36,53,105,101,40,187,278,333,2824,3,1,0,15,2),
+  ('strider_of_twilight',12528,66,135987600,4489,609,154,95,32,50,102,98,40,187,278,333,2736,3,1,0,15,2),
+  ('strider_of_twilight',12528,67,154221567,4590,625,160,97,33,51,103,99,40,187,278,333,2772,3,1,0,15,2),
+  ('strider_of_twilight',12528,70,214817229,4888,672,176,102,37,54,106,102,40,187,278,333,2864,3,1,0,15,2),
+  ('strider_of_twilight',12528,73,303161353,5173,721,192,108,40,56,109,105,40,187,278,333,3058,4,1,0,17,3),
+  ('strider_of_twilight',12528,74,348190650,5264,737,197,109,41,57,110,106,40,187,278,333,3100,4,1,0,17,3),
+  ('strider_of_twilight',12528,71,237103956,4985,688,181,104,38,55,107,103,40,187,278,333,2974,3,1,0,17,3),
+  ('strider_of_twilight',12528,72,266347456,5080,705,186,106,39,55,108,104,40,187,278,333,3014,3,1,0,17,3),
+  ('strider_of_twilight',12528,14,95720,460,70,6,26,1,13,50,46,40,187,278,333,832,1,1,0,5,1),
+  ('strider_of_twilight',12528,15,127158,493,74,11,27,1,13,51,47,40,187,278,333,804,1,1,0,5,1),
+  ('strider_of_twilight',12528,12,50832,399,62,5,25,1,12,48,44,40,187,278,333,898,1,1,0,5,1),
+  ('strider_of_twilight',12528,13,70590,429,66,6,26,1,12,49,45,40,187,278,333,862,1,1,0,5,1),
+  ('strider_of_twilight',12528,16,165926,528,78,12,28,1,13,52,48,40,187,278,333,774,1,1,0,5,1),
+  ('strider_of_twilight',12528,19,337788,643,91,14,30,2,15,55,51,40,187,278,333,728,1,1,0,5,1),
+  ('strider_of_twilight',12528,20,417921,685,96,15,30,2,15,56,52,40,187,278,333,730,1,1,0,5,1),
+  ('strider_of_twilight',12528,17,213136,565,83,12,28,1,14,53,49,40,187,278,333,756,1,1,0,5,1),
+  ('strider_of_twilight',12528,18,269991,603,87,13,29,2,14,54,50,40,187,278,333,732,1,1,0,5,1),
+  ('strider_of_twilight',12528,5,1439,160,34,3,21,1,9,41,37,40,187,278,333,466,1,1,0,4,1),
+  ('strider_of_twilight',12528,6,3015,187,38,3,22,1,9,42,38,40,187,278,333,562,1,1,0,4,1),
+  ('strider_of_twilight',12528,3,180,115,27,2,21,1,8,39,35,40,187,278,333,304,1,1,0,4,1),
+  ('strider_of_twilight',12528,4,582,136,31,2,21,1,9,40,36,40,187,278,333,378,1,1,0,4,1),
+  ('strider_of_twilight',12528,7,5639,216,42,3,22,1,10,43,39,40,187,278,333,600,1,1,0,4,1),
+  ('strider_of_twilight',12528,10,24109,326,54,4,24,1,11,46,42,40,187,278,333,746,1,1,0,4,1),
+  ('strider_of_twilight',12528,11,35595,370,58,5,25,1,11,47,43,40,187,278,333,892,1,1,0,5,1),
+  ('strider_of_twilight',12528,8,9707,249,46,4,23,1,10,44,40,40,187,278,333,668,1,1,0,4,1),
+  ('strider_of_twilight',12528,9,15684,286,50,4,24,1,10,45,41,40,187,278,333,716,1,1,0,4,1),
+  ('strider_of_twilight',12528,41,8568525,2016,252,50,52,10,29,77,73,40,187,278,333,1578,1,1,0,11,2),
+  ('strider_of_twilight',12528,42,9497813,2101,265,53,53,10,30,78,74,40,187,278,333,1600,1,1,0,11,2),
+  ('strider_of_twilight',12528,39,6922458,1851,231,45,49,8,27,75,71,40,187,278,333,1292,1,1,0,9,1),
+  ('strider_of_twilight',12528,40,7711446,1933,239,48,50,9,28,76,72,40,187,278,333,1288,1,1,0,9,1),
+  ('strider_of_twilight',12528,43,10503581,2188,278,56,55,11,30,79,75,40,187,278,333,1622,1,1,0,11,2),
+  ('strider_of_twilight',12528,46,14024795,2459,318,66,60,13,33,82,78,40,187,278,333,1666,1,1,0,11,2),
+  ('strider_of_twilight',12528,47,15382304,2553,332,69,61,14,34,83,79,40,187,278,333,1664,1,1,0,11,2),
+  ('strider_of_twilight',12528,44,11590254,2277,292,59,57,12,31,80,76,40,187,278,333,1622,1,1,0,11,2),
+  ('strider_of_twilight',12528,45,12762412,2367,305,62,58,12,32,81,77,40,187,278,333,1646,1,1,0,11,2),
+  ('strider_of_twilight',12528,32,2990773,1336,179,30,40,5,22,68,64,40,187,278,333,1188,1,1,0,9,1),
+  ('strider_of_twilight',12528,33,3406241,1404,186,32,41,6,23,69,65,40,187,278,333,1208,1,1,0,9,1),
+  ('strider_of_twilight',12528,30,2277884,1208,164,27,38,5,21,66,62,40,187,278,333,940,1,1,0,7,1),
+  ('strider_of_twilight',12528,31,2615608,1271,171,28,39,5,22,67,63,40,187,278,333,1192,1,1,0,9,1),
+  ('strider_of_twilight',12528,34,3865006,1473,193,34,42,6,24,70,66,40,187,278,333,1226,1,1,0,9,1),
+  ('strider_of_twilight',12528,37,5533019,1694,216,40,46,7,26,73,69,40,187,278,333,1258,1,1,0,9,1),
+  ('strider_of_twilight',12528,38,6197590,1772,223,43,47,8,27,74,70,40,187,278,333,1274,1,1,0,9,1),
+  ('strider_of_twilight',12528,35,4370194,1545,201,36,43,6,25,71,67,40,187,278,333,1244,1,1,0,9,1),
+  ('strider_of_twilight',12528,36,4925066,1619,208,38,44,7,25,72,68,40,187,278,333,1262,1,1,0,9,1),
+  ('strider_of_twilight',12528,59,57019269,3761,503,119,83,24,44,95,91,40,187,278,333,2192,2,1,0,13,2),
+  ('strider_of_twilight',12528,60,63254797,3866,518,124,84,26,45,96,92,40,187,278,333,2196,3,1,0,13,2),
+  ('strider_of_twilight',12528,57,45581299,3553,474,110,79,22,42,93,89,40,187,278,333,2158,2,1,0,13,2),
+  ('strider_of_twilight',12528,58,51132912,3657,488,114,81,23,43,94,90,40,187,278,333,2164,2,1,0,13,2),
+  ('strider_of_twilight',12528,61,73154070,3971,533,129,86,27,46,97,93,40,187,278,333,2582,3,1,0,15,2),
+  ('strider_of_twilight',12528,64,106358923,4283,579,144,92,30,48,100,96,40,187,278,333,2664,3,1,0,15,2),
+  ('strider_of_twilight',12528,65,118676291,4386,594,149,93,31,49,101,97,40,187,278,333,2700,3,1,0,15,2),
+  ('strider_of_twilight',12528,62,83622138,4075,548,134,88,28,47,98,94,40,187,278,333,2616,3,1,0,15,2),
+  ('strider_of_twilight',12528,63,94682416,4179,563,139,90,29,47,99,95,40,187,278,333,2650,3,1,0,15,2),
+  ('strider_of_twilight',12528,50,20077057,2842,373,80,67,16,36,86,82,40,187,278,333,1708,2,1,0,11,2),
+  ('strider_of_twilight',12528,51,22762542,2940,387,84,68,17,37,87,83,40,187,278,333,2042,2,1,0,13,2),
+  ('strider_of_twilight',12528,48,16840003,2648,346,72,63,14,34,84,80,40,187,278,333,1684,1,1,0,11,2),
+  ('strider_of_twilight',12528,49,18403121,2744,360,76,65,15,35,85,81,40,187,278,333,1688,2,1,0,11,2),
+  ('strider_of_twilight',12528,52,25631220,3040,402,88,70,18,38,88,84,40,187,278,333,2066,2,1,0,13,2),
+  ('strider_of_twilight',12528,55,35426517,3346,444,101,75,20,40,91,87,40,187,278,333,2104,2,1,0,13,2),
+  ('strider_of_twilight',12528,56,40350388,3449,459,105,77,21,41,92,88,40,187,278,333,2132,2,1,0,13,2),
+  ('strider_of_twilight',12528,53,28691968,3141,416,92,72,19,39,89,85,40,187,278,333,2074,2,1,0,13,2),
+  ('strider_of_twilight',12528,54,31953929,3243,430,96,74,20,40,90,86,40,187,278,333,2100,2,1,0,13,2),
+  ('strider_of_twilight',12528,26,1248526,975,136,21,35,3,19,62,58,40,187,278,333,948,1,1,0,7,1),
+  ('strider_of_twilight',12528,25,1059426,921,129,20,34,3,18,61,57,40,187,278,333,948,1,1,0,7,1),
+  ('strider_of_twilight',12528,24,893178,870,122,19,33,3,18,60,56,40,187,278,333,950,1,1,0,7,1),
+  ('strider_of_twilight',12528,29,1974863,1146,157,25,37,4,21,65,61,40,187,278,333,924,1,1,0,7,1),
+  ('strider_of_twilight',12528,28,1703935,1087,150,24,36,4,20,64,60,40,187,278,333,928,1,1,0,7,1),
+  ('strider_of_twilight',12528,27,1462612,1030,143,22,36,4,19,63,59,40,187,278,333,922,1,1,0,7,1),
+  ('strider_of_twilight',12528,23,747760,821,115,17,33,3,17,59,55,40,187,278,333,902,1,1,0,7,1),
+  ('strider_of_twilight',12528,21,511881,728,102,15,31,2,16,57,53,40,187,278,333,954,1,1,0,7,1),
+  ('strider_of_twilight',12528,22,621262,774,109,16,32,2,16,58,54,40,187,278,333,956,1,1,0,7,1),
+  ('strider_of_wind',12526,52,25631220,3040,402,88,70,18,38,88,84,40,187,278,333,2066,2,1,0,13,2),
+  ('strider_of_wind',12526,51,22762542,2940,387,84,68,17,37,87,83,40,187,278,333,2042,2,1,0,13,2),
+  ('strider_of_wind',12526,53,28691968,3141,416,92,72,19,39,89,85,40,187,278,333,2074,2,1,0,13,2),
+  ('strider_of_wind',12526,55,35426517,3346,444,101,75,20,40,91,87,40,187,278,333,2104,2,1,0,13,2),
+  ('strider_of_wind',12526,54,31953929,3243,430,96,74,20,40,90,86,40,187,278,333,2100,2,1,0,13,2),
+  ('strider_of_wind',12526,50,20077057,2842,373,80,67,16,36,86,82,40,187,278,333,1708,2,1,0,11,2),
+  ('strider_of_wind',12526,47,15382304,2553,332,69,61,14,34,83,79,40,187,278,333,1664,1,1,0,11,2),
+  ('strider_of_wind',12526,48,16840003,2648,346,72,63,14,34,84,80,40,187,278,333,1684,1,1,0,11,2),
+  ('strider_of_wind',12526,46,14024795,2459,318,66,60,13,33,82,78,40,187,278,333,1666,1,1,0,11,2),
+  ('strider_of_wind',12526,49,18403121,2744,360,76,65,15,35,85,81,40,187,278,333,1688,2,1,0,11,2),
+  ('strider_of_wind',12526,45,12762412,2367,305,62,58,12,32,81,77,40,187,278,333,1646,1,1,0,11,2),
+  ('strider_of_wind',12526,56,40350388,3449,459,105,77,21,41,92,88,40,187,278,333,2132,2,1,0,13,2),
+  ('strider_of_wind',12526,1,0,79,20,2,20,0,8,37,33,40,187,278,333,254,1,1,0,4,0),
+  ('strider_of_wind',12526,32,2990773,1336,179,30,40,5,22,68,64,40,187,278,333,1188,1,1,0,9,1),
+  ('strider_of_wind',12526,2,33,96,23,2,20,0,8,38,34,40,187,278,333,246,1,1,0,4,0),
+  ('strider_of_wind',12526,4,582,136,31,2,21,0,9,40,36,40,187,278,333,378,1,1,0,4,0),
+  ('strider_of_wind',12526,3,180,115,27,2,21,0,8,39,35,40,187,278,333,304,1,1,0,4,0),
+  ('strider_of_wind',12526,31,2615608,1271,171,28,39,5,22,67,63,40,187,278,333,1192,1,1,0,9,1),
+  ('strider_of_wind',12526,58,51132912,3657,488,114,81,23,43,94,90,40,187,278,333,2164,2,1,0,13,2),
+  ('strider_of_wind',12526,57,45581299,3553,474,110,79,22,42,93,89,40,187,278,333,2158,2,1,0,13,2),
+  ('strider_of_wind',12526,59,57019269,3761,503,119,83,24,44,95,91,40,187,278,333,2192,2,1,0,13,2),
+  ('strider_of_wind',12526,30,2277884,1208,164,27,38,5,21,66,62,40,187,278,333,940,1,1,0,7,1),
+  ('strider_of_wind',12526,60,63254797,3866,518,124,84,26,45,96,92,40,187,278,333,2196,3,1,0,13,2),
+  ('strider_of_wind',12526,44,11590254,2277,292,59,57,12,31,80,76,40,187,278,333,1622,1,1,0,11,2),
+  ('strider_of_wind',12526,71,237103956,4985,688,181,104,38,55,107,103,40,187,278,333,2974,3,1,0,17,3),
+  ('strider_of_wind',12526,67,154221567,4590,625,160,97,33,51,103,99,40,187,278,333,2772,3,1,0,15,2),
+  ('strider_of_wind',12526,73,303161353,5173,721,192,108,40,56,109,105,40,187,278,333,3058,4,1,0,17,3),
+  ('strider_of_wind',12526,74,348190650,5264,737,197,109,41,57,110,106,40,187,278,333,3100,4,1,0,17,3),
+  ('strider_of_wind',12526,70,214817229,4888,672,176,102,37,54,106,102,40,187,278,333,2864,3,1,0,15,2),
+  ('strider_of_wind',12526,66,135987600,4489,609,154,95,32,50,102,98,40,187,278,333,2736,3,1,0,15,2),
+  ('strider_of_wind',12526,68,173413545,4691,641,165,99,34,52,104,100,40,187,278,333,2788,3,1,0,15,2),
+  ('strider_of_wind',12526,69,193599741,4790,657,170,101,36,53,105,101,40,187,278,333,2824,3,1,0,15,2),
+  ('strider_of_wind',12526,77,554285695,5524,787,212,115,45,60,113,109,40,187,278,333,3234,4,1,0,17,3),
+  ('strider_of_wind',12526,78,654741404,5605,803,217,116,46,60,114,110,40,187,278,333,3278,4,1,0,17,3),
+  ('strider_of_wind',12526,75,402112647,5353,753,202,111,42,58,111,107,40,187,278,333,3144,4,1,0,17,3),
+  ('strider_of_wind',12526,76,465637878,5439,770,207,113,44,59,112,108,40,187,278,333,3188,4,1,0,17,3),
+  ('strider_of_wind',12526,81,2147483647,5833,838,228,121,49,63,117,113,40,187,278,333,3374,4,1,0,18,3),
+  ('strider_of_wind',12526,72,266347456,5080,705,186,106,39,55,108,104,40,187,278,333,3014,3,1,0,17,3),
+  ('strider_of_wind',12526,79,767843615,5684,820,222,118,47,61,115,111,40,187,278,333,3328,4,1,0,17,3),
+  ('strider_of_wind',12526,80,894468512,5760,837,227,120,48,62,116,112,40,187,278,333,3374,4,1,0,17,3),
+  ('strider_of_wind',12526,38,6197590,1772,223,43,47,8,27,74,70,40,187,278,333,1274,1,1,0,9,1),
+  ('strider_of_wind',12526,39,6922458,1851,231,45,49,8,27,75,71,40,187,278,333,1292,1,1,0,9,1),
+  ('strider_of_wind',12526,36,4925066,1619,208,38,44,7,25,72,68,40,187,278,333,1262,1,1,0,9,1),
+  ('strider_of_wind',12526,37,5533019,1694,216,40,46,7,26,73,69,40,187,278,333,1258,1,1,0,9,1),
+  ('strider_of_wind',12526,42,9497813,2101,265,53,53,10,30,78,74,40,187,278,333,1600,1,1,0,11,2),
+  ('strider_of_wind',12526,43,10503581,2188,278,56,55,11,30,79,75,40,187,278,333,1622,1,1,0,11,2),
+  ('strider_of_wind',12526,40,7711446,1933,239,48,50,9,28,76,72,40,187,278,333,1288,1,1,0,9,1),
+  ('strider_of_wind',12526,41,8568525,2016,252,50,52,10,29,77,73,40,187,278,333,1578,1,1,0,11,2),
+  ('strider_of_wind',12526,61,73154070,3971,533,129,86,27,46,97,93,40,187,278,333,2582,3,1,0,15,2),
+  ('strider_of_wind',12526,62,83622138,4075,548,134,88,28,47,98,94,40,187,278,333,2616,3,1,0,15,2),
+  ('strider_of_wind',12526,64,106358923,4283,579,144,92,30,48,100,96,40,187,278,333,2664,3,1,0,15,2),
+  ('strider_of_wind',12526,65,118676291,4386,594,149,93,31,49,101,97,40,187,278,333,2700,3,1,0,15,2),
+  ('strider_of_wind',12526,34,3865006,1473,193,34,42,6,24,70,66,40,187,278,333,1226,1,1,0,9,1),
+  ('strider_of_wind',12526,35,4370194,1545,201,36,43,6,25,71,67,40,187,278,333,1244,1,1,0,9,1),
+  ('strider_of_wind',12526,63,94682416,4179,563,139,90,29,47,99,95,40,187,278,333,2650,3,1,0,15,2),
+  ('strider_of_wind',12526,33,3406241,1404,186,32,41,6,23,69,65,40,187,278,333,1208,1,1,0,9,1),
+  ('strider_of_wind',12526,5,1439,160,34,3,21,0,9,41,37,40,187,278,333,466,1,1,0,4,0),
+  ('strider_of_wind',12526,18,269991,603,87,13,29,2,14,54,50,40,187,278,333,732,1,1,0,5,1),
+  ('strider_of_wind',12526,17,213136,565,83,12,28,1,14,53,49,40,187,278,333,756,1,1,0,5,1),
+  ('strider_of_wind',12526,16,165926,528,78,12,28,1,13,52,48,40,187,278,333,774,1,1,0,5,1),
+  ('strider_of_wind',12526,21,511881,728,102,15,31,2,16,57,53,40,187,278,333,954,1,1,0,7,1),
+  ('strider_of_wind',12526,20,417921,685,96,15,30,2,15,56,52,40,187,278,333,730,1,1,0,5,1),
+  ('strider_of_wind',12526,19,337788,643,91,14,30,2,15,55,51,40,187,278,333,728,1,1,0,5,1),
+  ('strider_of_wind',12526,12,50832,399,62,5,25,1,12,48,44,40,187,278,333,898,1,1,0,5,1),
+  ('strider_of_wind',12526,11,35595,370,58,5,25,1,11,47,43,40,187,278,333,892,1,1,0,5,1),
+  ('strider_of_wind',12526,10,24109,326,54,4,24,1,11,46,42,40,187,278,333,746,1,1,0,4,0),
+  ('strider_of_wind',12526,15,127158,493,74,11,27,1,13,51,47,40,187,278,333,804,1,1,0,5,1),
+  ('strider_of_wind',12526,14,95720,460,70,6,26,1,13,50,46,40,187,278,333,832,1,1,0,5,1),
+  ('strider_of_wind',12526,13,70590,429,66,6,26,1,12,49,45,40,187,278,333,862,1,1,0,5,1),
+  ('strider_of_wind',12526,9,15684,286,50,4,24,0,10,45,41,40,187,278,333,716,1,1,0,4,0),
+  ('strider_of_wind',12526,29,1974863,1146,157,25,37,4,21,65,61,40,187,278,333,924,1,1,0,7,1),
+  ('strider_of_wind',12526,28,1703935,1087,150,24,36,4,20,64,60,40,187,278,333,928,1,1,0,7,1),
+  ('strider_of_wind',12526,6,3015,187,38,3,22,0,9,42,38,40,187,278,333,562,1,1,0,4,0),
+  ('strider_of_wind',12526,7,5639,216,42,3,22,0,10,43,39,40,187,278,333,600,1,1,0,4,0),
+  ('strider_of_wind',12526,8,9707,249,46,4,23,0,10,44,40,40,187,278,333,668,1,1,0,4,0),
+  ('strider_of_wind',12526,24,893178,870,122,19,33,3,18,60,56,40,187,278,333,950,1,1,0,7,1),
+  ('strider_of_wind',12526,23,747760,821,115,17,33,3,17,59,55,40,187,278,333,902,1,1,0,7,1),
+  ('strider_of_wind',12526,22,621262,774,109,16,32,2,16,58,54,40,187,278,333,956,1,1,0,7,1),
+  ('strider_of_wind',12526,27,1462612,1030,143,22,36,4,19,63,59,40,187,278,333,922,1,1,0,7,1),
+  ('strider_of_wind',12526,26,1248526,975,136,21,35,3,19,62,58,40,187,278,333,948,1,1,0,7,1),
+  ('strider_of_wind',12526,25,1059426,921,129,20,34,3,18,61,57,40,187,278,333,948,1,1,0,7,1),
+  ('wolf',12077,48,16840003,662,346,101,56,47,34,84,80,40,137,282,333,1834,30,6,0,5,2),
+  ('wolf',12077,47,15382304,638,332,96,55,44,34,83,79,40,137,282,333,1796,29,5,0,5,2),
+  ('wolf',12077,49,18403121,686,360,105,57,49,35,85,81,40,137,282,333,1870,31,6,0,5,2),
+  ('wolf',12077,51,22762542,735,387,114,60,54,37,87,83,40,137,282,333,2122,35,7,0,6,2),
+  ('wolf',12077,50,20077057,710,373,110,59,52,36,86,82,40,137,282,333,1798,29,5,0,5,2),
+  ('wolf',12077,43,10503581,547,278,80,51,35,30,79,75,40,137,282,333,1654,27,5,0,5,2),
+  ('wolf',12077,42,9497813,525,265,76,50,33,30,78,74,40,137,282,333,1618,26,5,0,5,2),
+  ('wolf',12077,44,11590254,569,292,84,52,37,31,80,76,40,137,282,333,1690,28,5,0,5,2),
+  ('wolf',12077,46,14024795,614,318,92,54,42,33,82,78,40,137,282,333,1762,29,5,0,5,2),
+  ('wolf',12077,45,12762412,591,305,88,53,40,32,81,77,40,137,282,333,1726,28,5,0,5,2),
+  ('wolf',12077,71,237103956,1246,688,217,84,121,55,107,103,40,137,282,333,3694,61,12,0,7,2),
+  ('wolf',12077,70,214817229,1222,672,212,82,117,54,106,102,40,137,282,333,3554,59,11,0,7,2),
+  ('wolf',12077,69,193599741,1197,657,207,81,113,53,105,101,40,137,282,333,3462,57,11,0,7,2),
+  ('wolf',12077,72,266347456,1270,705,222,85,124,55,108,104,40,137,282,333,3844,64,12,0,7,2),
+  ('wolf',12077,75,402112647,1338,753,237,88,135,58,111,107,40,137,282,333,4214,70,14,0,7,2),
+  ('wolf',12077,74,348190650,1316,737,233,87,132,57,110,106,40,137,282,333,4098,68,13,0,7,2),
+  ('wolf',12077,73,303161353,1293,721,227,86,128,56,109,105,40,137,282,333,3978,66,13,0,7,2),
+  ('wolf',12077,68,173413545,1172,641,202,80,110,52,104,100,40,137,282,333,3370,56,11,0,7,2),
+  ('wolf',12077,63,94682416,1044,563,176,74,92,47,99,95,40,137,282,333,3032,50,10,0,7,2),
+  ('wolf',12077,62,83622138,1018,548,170,73,88,47,98,94,40,137,282,333,2946,49,9,0,7,2),
+  ('wolf',12077,61,73154070,992,533,165,72,85,46,97,93,40,137,282,333,2858,47,9,0,7,2),
+  ('wolf',12077,64,106358923,1070,579,181,75,95,48,100,96,40,137,282,333,3114,51,10,0,7,2),
+  ('wolf',12077,67,154221567,1147,625,197,79,106,51,103,99,40,137,282,333,3278,54,10,0,7,2),
+  ('wolf',12077,66,135987600,1122,609,192,78,103,50,102,98,40,137,282,333,3184,53,10,0,7,2),
+  ('wolf',12077,65,118676291,1096,594,186,76,99,49,101,97,40,137,282,333,3088,51,10,0,7,2),
+  ('wolf',12077,56,40350388,862,459,139,66,69,41,92,88,40,137,282,333,2336,38,7,0,6,2),
+  ('wolf',12077,57,45581299,888,474,144,67,72,42,93,89,40,137,282,333,2402,40,8,0,6,2),
+  ('wolf',12077,58,51132912,914,488,149,68,75,43,94,90,40,137,282,333,2466,41,8,0,6,2),
+  ('wolf',12077,55,35426517,836,444,134,64,66,40,91,87,40,137,282,333,2266,37,7,0,6,2),
+  ('wolf',12077,52,25631220,760,402,119,61,57,38,88,84,40,137,282,333,2182,36,7,0,6,2),
+  ('wolf',12077,53,28691968,785,416,124,62,60,39,89,85,40,137,282,333,2242,37,7,0,6,2),
+  ('wolf',12077,54,31953929,810,430,129,63,63,40,90,86,40,137,282,333,2300,38,7,0,6,2),
+  ('wolf',12077,59,57019269,940,503,154,69,78,44,95,91,40,137,282,333,2530,42,8,0,6,2),
+  ('wolf',12077,78,654741404,1401,803,255,92,146,60,114,110,40,137,282,333,4562,76,15,0,7,2),
+  ('wolf',12077,77,554285695,1381,787,249,91,142,60,113,109,40,137,282,333,4458,74,14,0,7,2),
+  ('wolf',12077,76,465637878,1359,770,243,89,139,59,112,108,40,137,282,333,4352,72,14,0,7,2),
+  ('wolf',12077,79,767843615,1421,820,261,93,149,61,115,111,40,137,282,333,4670,77,15,0,7,2),
+  ('wolf',12077,60,63254797,966,518,160,70,82,45,96,92,40,137,282,333,2464,41,8,0,6,2),
+  ('wolf',12077,81,2147483647,1458,838,273,95,153,63,117,113,40,137,282,333,4776,79,15,0,8,3),
+  ('wolf',12077,80,894468512,1440,837,267,94,152,62,116,112,40,137,282,333,4776,79,15,0,7,2),
+  ('wolf',12077,41,8568525,504,252,72,49,31,29,77,73,40,137,282,333,1584,26,5,0,5,2),
+  ('wolf',12077,27,1462612,257,143,30,36,12,19,63,59,40,137,282,333,808,13,2,0,3,1),
+  ('wolf',12077,26,1248526,243,136,28,35,11,19,62,58,40,137,282,333,802,13,2,0,3,1),
+  ('wolf',12077,28,1703935,271,150,33,36,13,20,64,60,40,137,282,333,822,13,2,0,3,1),
+  ('wolf',12077,30,2277884,302,164,38,38,15,21,66,62,40,137,282,333,842,14,2,0,3,1),
+  ('wolf',12077,29,1974863,286,157,35,37,14,21,65,61,40,137,282,333,832,13,2,0,3,1),
+  ('wolf',12077,22,621262,193,109,21,32,8,16,58,54,40,137,282,333,756,12,2,0,3,1),
+  ('wolf',12077,21,511881,182,102,19,31,8,16,57,53,40,137,282,333,740,12,2,0,3,1),
+  ('wolf',12077,23,747760,205,115,22,32,9,17,59,55,40,137,282,333,734,12,2,0,3,1),
+  ('wolf',12077,25,1059426,230,129,26,34,11,18,61,57,40,137,282,333,786,13,2,0,3,1),
+  ('wolf',12077,24,893178,217,122,25,33,10,18,60,56,40,137,282,333,776,12,2,0,3,1),
+  ('wolf',12077,37,5533019,423,216,59,45,25,26,73,69,40,137,282,333,1232,20,4,0,4,1),
+  ('wolf',12077,38,6197590,443,223,62,46,26,27,74,70,40,137,282,333,1260,21,4,0,4,1),
+  ('wolf',12077,36,4925066,404,208,57,44,23,25,72,68,40,137,282,333,1204,20,4,0,4,1),
+  ('wolf',12077,34,3865006,368,193,50,42,20,24,70,66,40,137,282,333,1144,19,3,0,4,1),
+  ('wolf',12077,35,4370194,386,201,53,43,22,25,71,67,40,137,282,333,1174,19,3,0,4,1),
+  ('wolf',12077,32,2990773,334,179,43,40,18,22,68,64,40,137,282,333,1086,18,3,0,4,1),
+  ('wolf',12077,31,2615608,317,171,40,39,16,22,67,63,40,137,282,333,1058,17,3,0,4,1),
+  ('wolf',12077,33,3406241,351,186,46,41,19,23,69,65,40,137,282,333,1118,18,3,0,4,1),
+  ('wolf',12077,39,6922458,462,231,66,47,28,27,75,71,40,137,282,333,1290,21,4,0,4,1),
+  ('wolf',12077,40,7711446,483,239,69,48,30,28,76,72,40,137,282,333,1318,21,4,0,4,1),
+  ('wolf',12077,7,5639,54,42,4,13,2,10,43,39,40,137,282,333,352,5,2,0,2,0),
+  ('wolf',12077,6,3015,46,38,4,13,2,9,42,38,40,137,282,333,312,5,2,0,2,0),
+  ('wolf',12077,8,9707,62,46,4,14,2,10,44,40,40,137,282,333,404,6,2,0,2,0),
+  ('wolf',12077,10,24109,81,54,5,15,3,11,46,42,40,137,282,333,474,7,2,0,2,0),
+  ('wolf',12077,9,15684,71,50,5,14,3,10,45,41,40,137,282,333,436,7,2,0,2,0),
+  ('wolf',12077,2,33,24,23,2,11,1,8,38,34,40,137,282,333,122,2,2,0,2,0),
+  ('wolf',12077,1,0,19,20,2,11,1,8,37,33,40,137,282,333,124,2,2,0,2,0),
+  ('wolf',12077,3,180,28,27,3,11,1,8,39,35,40,137,282,333,160,2,2,0,2,0),
+  ('wolf',12077,5,1439,40,34,3,12,2,9,41,37,40,137,282,333,256,4,2,0,2,0),
+  ('wolf',12077,4,582,34,31,3,12,1,9,40,36,40,137,282,333,200,3,2,0,2,0),
+  ('wolf',12077,17,213136,141,83,15,28,5,14,53,49,40,137,282,333,570,9,2,0,2,1),
+  ('wolf',12077,16,165926,132,78,15,28,5,13,52,48,40,137,282,333,574,9,2,0,2,1),
+  ('wolf',12077,18,269991,150,87,16,29,6,14,54,50,40,137,282,333,566,9,2,0,2,1),
+  ('wolf',12077,20,417921,171,96,19,30,7,15,56,52,40,137,282,333,558,9,2,0,2,1),
+  ('wolf',12077,19,337788,160,91,18,30,6,15,55,51,40,137,282,333,562,9,2,0,2,1),
+  ('wolf',12077,12,50832,99,62,6,16,3,12,48,44,40,137,282,333,584,9,2,0,2,1),
+  ('wolf',12077,11,35595,92,58,6,16,3,11,47,43,40,137,282,333,580,9,2,0,2,1),
+  ('wolf',12077,13,70590,107,66,7,17,4,12,49,45,40,137,282,333,580,9,2,0,2,1),
+  ('wolf',12077,15,127158,123,74,13,27,5,13,51,47,40,137,282,333,580,9,2,0,2,1),
+  ('wolf',12077,14,95720,115,70,7,17,4,13,50,46,40,137,282,333,580,9,2,0,2,1),
+  ('wyvern',12621,26,1248526,487,136,17,95,11,19,62,58,40,220,278,333,1656,1,1,0,7,1),
+  ('wyvern',12621,25,1059426,460,129,16,94,11,18,61,57,40,220,278,333,1628,1,1,0,7,1),
+  ('wyvern',12621,28,1703935,543,150,18,99,13,20,64,60,40,220,278,333,1698,1,1,0,7,1),
+  ('wyvern',12621,27,1462612,515,143,17,97,12,19,63,59,40,220,278,333,1672,1,1,0,7,1),
+  ('wyvern',12621,24,893178,435,122,16,92,10,18,60,56,40,220,278,333,1604,1,1,0,7,1),
+  ('wyvern',12621,21,511881,364,102,14,88,8,16,57,53,40,220,278,333,1520,1,1,0,7,1),
+  ('wyvern',12621,20,417921,342,96,14,86,7,15,56,52,40,220,278,333,1310,1,1,0,5,1),
+  ('wyvern',12621,23,747760,410,115,15,91,9,17,59,55,40,220,278,333,1502,1,1,0,7,1),
+  ('wyvern',12621,22,621262,387,109,15,89,8,16,58,54,40,220,278,333,1556,1,1,0,7,1),
+  ('wyvern',12621,35,4370194,772,201,24,111,22,25,71,67,40,220,278,333,2218,1,1,0,9,1),
+  ('wyvern',12621,34,3865006,736,193,23,109,20,24,70,66,40,220,278,333,2162,1,1,0,9,1),
+  ('wyvern',12621,37,5533019,847,216,28,118,25,26,73,69,40,220,278,333,2326,1,1,0,9,1),
+  ('wyvern',12621,36,4925066,809,208,26,115,23,25,72,68,40,220,278,333,2274,1,1,0,9,1),
+  ('wyvern',12621,33,3406241,702,186,22,107,19,23,69,65,40,220,278,333,2112,1,1,0,9,1),
+  ('wyvern',12621,30,2277884,604,164,20,102,15,21,66,62,40,220,278,333,1736,1,1,0,7,1),
+  ('wyvern',12621,29,1974863,573,157,19,100,14,21,65,61,40,220,278,333,1716,1,1,0,7,1),
+  ('wyvern',12621,32,2990773,668,179,21,106,18,22,68,64,40,220,278,333,2050,1,1,0,9,1),
+  ('wyvern',12621,31,2615608,635,171,20,104,16,22,67,63,40,220,278,333,1996,1,1,0,9,1),
+  ('wyvern',12621,19,337788,321,91,13,85,6,15,55,51,40,220,278,333,1318,1,1,0,5,1),
+  ('wyvern',12621,7,5639,108,42,10,71,2,10,43,39,40,220,278,333,972,1,1,0,4,0),
+  ('wyvern',12621,6,3015,93,38,10,70,2,9,42,38,40,220,278,333,870,1,1,0,4,0),
+  ('wyvern',12621,9,15684,143,50,10,73,3,10,45,41,40,220,278,333,1196,1,1,0,4,0),
+  ('wyvern',12621,8,9707,124,46,10,72,2,10,44,40,40,220,278,333,1114,1,1,0,4,0),
+  ('wyvern',12621,5,1439,80,34,10,69,2,9,41,37,40,220,278,333,714,1,1,0,4,0),
+  ('wyvern',12621,2,33,48,23,9,66,1,8,38,34,40,220,278,333,338,1,1,0,4,0),
+  ('wyvern',12621,1,0,39,20,9,65,1,8,37,33,40,220,278,333,348,1,1,0,4,0),
+  ('wyvern',12621,4,582,68,31,9,68,1,9,40,36,40,220,278,333,556,1,1,0,4,0),
+  ('wyvern',12621,3,180,57,27,9,67,1,8,39,35,40,220,278,333,446,1,1,0,4,0),
+  ('wyvern',12621,16,165926,264,78,12,81,5,13,52,48,40,220,278,333,1358,1,1,0,5,1),
+  ('wyvern',12621,15,127158,246,74,12,80,5,13,51,47,40,220,278,333,1380,1,1,0,5,1),
+  ('wyvern',12621,18,269991,301,87,13,83,6,14,54,50,40,220,278,333,1332,1,1,0,5,1),
+  ('wyvern',12621,17,213136,282,83,12,82,5,14,53,49,40,220,278,333,1350,1,1,0,5,1),
+  ('wyvern',12621,14,95720,230,70,11,78,4,13,50,46,40,220,278,333,1386,1,1,0,5,1),
+  ('wyvern',12621,11,35595,185,58,11,75,3,11,47,43,40,220,278,333,1420,1,1,0,5,1),
+  ('wyvern',12621,10,24109,163,54,11,74,3,11,46,42,40,220,278,333,1292,1,1,0,4,0),
+  ('wyvern',12621,13,70590,214,66,11,77,4,12,49,45,40,220,278,333,1394,1,1,0,5,1),
+  ('wyvern',12621,12,50832,199,62,11,76,3,12,48,44,40,220,278,333,1412,1,1,0,5,1),
+  ('wyvern',12621,67,154221567,2295,625,131,238,106,51,103,99,40,220,278,333,5240,3,1,0,15,2),
+  ('wyvern',12621,66,135987600,2244,609,126,234,103,50,102,98,40,220,278,333,5154,3,1,0,15,2),
+  ('wyvern',12621,68,173413545,2345,641,135,242,110,52,104,100,40,220,278,333,5328,3,1,0,15,2),
+  ('wyvern',12621,70,214817229,2444,672,144,250,117,54,106,102,40,220,278,333,5512,3,1,0,15,2),
+  ('wyvern',12621,69,193599741,2395,657,140,246,113,53,105,101,40,220,278,333,5416,3,1,0,15,2),
+  ('wyvern',12621,65,118676291,2193,594,122,229,99,49,101,97,40,220,278,333,5068,3,1,0,15,2),
+  ('wyvern',12621,61,73154070,1985,533,104,212,85,46,97,93,40,220,278,333,4734,3,1,0,15,2),
+  ('wyvern',12621,60,63254797,1933,518,100,208,82,45,96,92,40,220,278,333,4300,3,1,0,13,2),
+  ('wyvern',12621,62,83622138,2037,548,108,217,88,47,98,94,40,220,278,333,4816,3,1,0,15,2),
+  ('wyvern',12621,64,106358923,2141,579,117,225,95,48,100,96,40,220,278,333,4982,3,1,0,15,2),
+  ('wyvern',12621,63,94682416,2089,563,113,221,92,47,99,95,40,220,278,333,4898,3,1,0,15,2),
+  ('wyvern',12621,78,654741404,2802,803,180,283,146,60,114,110,40,220,278,333,6118,4,1,0,17,3),
+  ('wyvern',12621,77,554285695,2762,787,176,279,142,60,113,109,40,220,278,333,6014,4,1,0,17,3),
+  ('wyvern',12621,79,767843615,2842,820,184,286,149,61,115,111,40,220,278,333,6224,4,1,0,17,3),
+  ('wyvern',12621,81,2147483647,2881,838,190,291,153,63,117,113,40,220,278,333,6332,4,1,0,18,3),
+  ('wyvern',12621,80,894468512,2880,837,189,290,152,62,116,112,40,220,278,333,6332,4,1,0,17,3),
+  ('wyvern',12621,76,465637878,2719,770,171,275,139,59,112,108,40,220,278,333,5912,4,1,0,17,3),
+  ('wyvern',12621,72,266347456,2540,705,153,259,124,55,108,104,40,220,278,333,5524,3,1,0,17,3),
+  ('wyvern',12621,71,237103956,2492,688,149,255,121,55,107,103,40,220,278,333,5432,3,1,0,17,3),
+  ('wyvern',12621,73,303161353,2586,721,158,263,128,56,109,105,40,220,278,333,5620,4,1,0,17,3),
+  ('wyvern',12621,75,402112647,2676,753,167,271,135,58,111,107,40,220,278,333,5814,4,1,0,17,3),
+  ('wyvern',12621,74,348190650,2632,737,163,267,132,57,110,106,40,220,278,333,5714,4,1,0,17,3),
+  ('wyvern',12621,45,12762412,1183,305,47,147,40,32,81,77,40,220,278,333,3034,1,1,0,11,2),
+  ('wyvern',12621,44,11590254,1138,292,44,143,37,31,80,76,40,220,278,333,2972,1,1,0,11,2),
+  ('wyvern',12621,46,14024795,1229,318,50,151,42,33,82,78,40,220,278,333,3092,1,1,0,11,2),
+  ('wyvern',12621,48,16840003,1324,346,56,159,47,34,84,80,40,220,278,333,3204,1,1,0,11,2),
+  ('wyvern',12621,47,15382304,1276,332,53,155,44,34,83,79,40,220,278,333,3146,1,1,0,11,2),
+  ('wyvern',12621,43,10503581,1094,278,42,139,35,30,79,75,40,220,278,333,2914,1,1,0,11,2),
+  ('wyvern',12621,39,6922458,925,231,32,125,28,27,75,71,40,220,278,333,2430,1,1,0,9,1),
+  ('wyvern',12621,38,6197590,886,223,30,121,26,27,74,70,40,220,278,333,2376,1,1,0,9,1),
+  ('wyvern',12621,40,7711446,966,239,34,128,30,28,76,72,40,220,278,333,2476,1,1,0,9,1),
+  ('wyvern',12621,42,9497813,1050,265,39,136,33,30,78,74,40,220,278,333,2850,1,1,0,11,2),
+  ('wyvern',12621,41,8568525,1008,252,37,132,31,29,77,73,40,220,278,333,2792,1,1,0,11,2),
+  ('wyvern',12621,56,40350388,1724,459,84,191,69,41,92,88,40,220,278,333,4028,2,1,0,13,2),
+  ('wyvern',12621,55,35426517,1673,444,80,187,66,40,91,87,40,220,278,333,3960,2,1,0,13,2),
+  ('wyvern',12621,57,45581299,1776,474,88,196,72,42,93,89,40,220,278,333,4098,2,1,0,13,2),
+  ('wyvern',12621,59,57019269,1880,503,96,204,78,44,95,91,40,220,278,333,4232,2,1,0,13,2),
+  ('wyvern',12621,58,51132912,1828,488,92,200,75,43,94,90,40,220,278,333,4164,2,1,0,13,2),
+  ('wyvern',12621,54,31953929,1621,430,76,183,63,40,90,86,40,220,278,333,3894,2,1,0,13,2),
+  ('wyvern',12621,50,20077057,1421,373,62,167,52,36,86,82,40,220,278,333,3318,2,1,0,11,2),
+  ('wyvern',12621,49,18403121,1372,360,59,163,49,35,85,81,40,220,278,333,3260,2,1,0,11,2),
+  ('wyvern',12621,51,22762542,1470,387,65,171,54,37,87,83,40,220,278,333,3690,2,1,0,13,2),
+  ('wyvern',12621,53,28691968,1570,416,72,179,60,39,89,85,40,220,278,333,3824,2,1,0,13,2),
+  ('wyvern',12621,52,25631220,1520,402,69,175,57,38,88,84,40,220,278,333,3756,2,1,0,13,2);